mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Updating the gem version in the Rakefile so regenerating the gemspec works
This commit is contained in:
parent
452676dfc4
commit
1c8b36a007
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue