Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Giménez committed Jun 1, 2011
1 parent 6fbc892 commit 989bf6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'cucumber/rake/task'
require 'date' require 'date'


TEST_PROJECT = 'test_project' TEST_PROJECT = 'test_project'
SUSPENDERS_GEM_VERSION = '0.1.0.beta.3' SUSPENDERS_GEM_VERSION = '0.2.4'


############################################################################# #############################################################################
# #
Expand Down
6 changes: 2 additions & 4 deletions suspenders.gemspec
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5' s.rubygems_version = '1.3.5'


s.name = 'suspenders' s.name = 'suspenders'
s.version = '0.2.3' s.version = '0.2.4'
s.date = '2010-12-15' s.date = '2011-06-01'


s.summary = "Generate a Rails app using thoughtbot's best practices." s.summary = "Generate a Rails app using thoughtbot's best practices."
s.description = <<-HERE s.description = <<-HERE
Expand Down Expand Up @@ -52,8 +52,6 @@ rush to build something amazing; don't use it if you like missing deadlines.
template/files/time_formats.rb template/files/time_formats.rb
template/suspenders.rb template/suspenders.rb
template/trout/Gemfile template/trout/Gemfile
template/trout/public/javascripts/jquery-ui.js
template/trout/public/javascripts/jquery.js
template/trout/public/javascripts/prefilled_input.js template/trout/public/javascripts/prefilled_input.js
] ]
# = MANIFEST = # = MANIFEST =
Expand Down

0 comments on commit 989bf6f

Please sign in to comment.