Skip to content

Commit

Permalink
Bumped to beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Oct 4, 2010
1 parent 68674c5 commit b73e1dc
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1.0.beta.2' SUSPENDERS_GEM_VERSION = '0.1.0.beta.3'


############################################################################# #############################################################################
# #
Expand Down
4 changes: 2 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.1.0.beta.1' s.version = '0.1.0.beta.3'
s.date = '2010-09-28' s.date = '2010-10-04'


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

0 comments on commit b73e1dc

Please sign in to comment.