summaryrefslogtreecommitdiff
path: root/dashing.gemspec
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-10-30 05:16:35 -0400
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-10-30 05:16:35 -0400
commita4a4564f760bb1bcd541366186cd46488d5a569b (patch)
tree3737ae6d233464482482880bd858665866686f10 /dashing.gemspec
parent3a77d19282f2055559c63468c574b824138464ac (diff)
Added new widgets, and made them more flexible. Ready for 0.1.3!
Diffstat (limited to 'dashing.gemspec')
-rw-r--r--dashing.gemspec10
1 files changed, 5 insertions, 5 deletions
diff --git a/dashing.gemspec b/dashing.gemspec
index 5bacdfa..610de20 100644
--- a/dashing.gemspec
+++ b/dashing.gemspec
@@ -1,16 +1,16 @@
Gem::Specification.new do |s|
s.name = 'dashing'
- s.version = '0.1.0'
- s.date = '2012-07-24'
+ s.version = '0.1.3'
+ s.date = '2012-10-30'
s.executables << 'dashing'
- s.summary = "A simple & flexible framework for creating dashboards."
- s.description = "An elegant, simple, beautiful, & flexible framework for creating dashboards."
+ s.summary = "The exceptionally handsome dashboard framework."
+ s.description = "This framework lets you build & easily layout dashboards with your own custom widgets. Use it to make a status boards for your ops team, or use it to track signups, conversion rates, or whatever else metrics you'd like to see in one spot. Included with the framework are ready-made widgets for you to use or customize. All of this code was extracted out of a project at Shopify that displays dashboards on TVs around the office."
s.authors = ["Daniel Beauchamp"]
s.email = 'daniel.beauchamp@shopify.com'
s.files = ["lib/Dashing.rb"]
- s.homepage = 'http://Dashing.shopify.com'
+ s.homepage = 'http://shopify.github.com/dashing'
s.files = Dir['README.md', 'javascripts/**/*', 'templates/**/*','templates/**/.[a-z]*', 'lib/**/*']