From d87442ef06436dfef4c1cdb685c4d6bc9366e272 Mon Sep 17 00:00:00 2001 From: Daniel Beauchamp Date: Tue, 30 Oct 2012 11:45:20 -0400 Subject: Release 1.0! --- dashing.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashing.gemspec b/dashing.gemspec index 610de20..d920137 100644 --- a/dashing.gemspec +++ b/dashing.gemspec @@ -1,13 +1,13 @@ Gem::Specification.new do |s| s.name = 'dashing' - s.version = '0.1.3' + s.version = '1.0' s.date = '2012-10-30' s.executables << 'dashing' 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.author = "Daniel Beauchamp" s.email = 'daniel.beauchamp@shopify.com' s.files = ["lib/Dashing.rb"] s.homepage = 'http://shopify.github.com/dashing' -- cgit v1.2.3