From a4a4564f760bb1bcd541366186cd46488d5a569b Mon Sep 17 00:00:00 2001 From: Daniel Beauchamp Date: Tue, 30 Oct 2012 05:16:35 -0400 Subject: Added new widgets, and made them more flexible. Ready for 0.1.3! --- dashing.gemspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dashing.gemspec') 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/**/*'] -- cgit v1.2.3