Navigation Menu

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
Expand Up @@ -4,7 +4,7 @@ require 'cucumber/rake/task'
require 'date'

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
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'suspenders'
s.version = '0.3'
s.date = '2011-10-21'
s.version = '0.3.1'
s.date = '2011-10-28'

s.summary = "Generate a Rails app using thoughtbot's best practices."
s.description = <<-HERE
Expand All @@ -32,6 +32,8 @@ rush to build something amazing; don't use it if you like missing deadlines.
# = MANIFEST =
s.files = %w[
CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE
README.md
Rakefile
Expand Down

0 comments on commit a0225bd

Please sign in to comment.