From 989bf6fa5f49affd02a74b122f778893412a7ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harold=20Gim=C3=A9nez?= Date: Wed, 1 Jun 2011 16:32:13 -0400 Subject: [PATCH] Bump version --- Rakefile | 2 +- suspenders.gemspec | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index d35043ec5..e8e46950e 100644 --- a/Rakefile +++ b/Rakefile @@ -4,7 +4,7 @@ require 'cucumber/rake/task' require 'date' TEST_PROJECT = 'test_project' -SUSPENDERS_GEM_VERSION = '0.1.0.beta.3' +SUSPENDERS_GEM_VERSION = '0.2.4' ############################################################################# # diff --git a/suspenders.gemspec b/suspenders.gemspec index 2fd45450f..40641e1bc 100644 --- a/suspenders.gemspec +++ b/suspenders.gemspec @@ -4,8 +4,8 @@ Gem::Specification.new do |s| s.rubygems_version = '1.3.5' s.name = 'suspenders' - s.version = '0.2.3' - s.date = '2010-12-15' + s.version = '0.2.4' + s.date = '2011-06-01' s.summary = "Generate a Rails app using thoughtbot's best practices." s.description = <<-HERE @@ -52,8 +52,6 @@ rush to build something amazing; don't use it if you like missing deadlines. template/files/time_formats.rb template/suspenders.rb template/trout/Gemfile - template/trout/public/javascripts/jquery-ui.js - template/trout/public/javascripts/jquery.js template/trout/public/javascripts/prefilled_input.js ] # = MANIFEST =