Updating the gem version in the Rakefile so regenerating the gemspec works

This commit is contained in:
Nick Quaranto 2009-06-16 22:05:13 -04:00
parent 452676dfc4
commit 1c8b36a007
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ end
spec = Gem::Specification.new do |s|
s.name = %q{factory_girl}
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = %q{factory_girl provides a framework and DSL for defining and
using model instance factories.}
s.description = %q{factory_girl provides a framework and DSL for defining and