Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Giménez committed Oct 28, 2011
1 parent f3dca30 commit a0225bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
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.2.6' SUSPENDERS_GEM_VERSION = '0.3.1'


############################################################################# #############################################################################
# #
Expand Down
6 changes: 4 additions & 2 deletions suspenders.gemspec
Original file line number Original file line Diff line number Diff line change
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.3' s.version = '0.3.1'
s.date = '2011-10-21' s.date = '2011-10-28'


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 All @@ -32,6 +32,8 @@ rush to build something amazing; don't use it if you like missing deadlines.
# = MANIFEST = # = MANIFEST =
s.files = %w[ s.files = %w[
CONTRIBUTING.md CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE LICENSE
README.md README.md
Rakefile Rakefile
Expand Down

0 comments on commit a0225bd

Please sign in to comment.