Bump version to 4.1.0

This commit is contained in:
Joshua Clayton 2012-09-11 11:21:09 -04:00
parent f92195f35a
commit e3e9ce6968
6 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (4.0.0)
factory_girl (4.1.0)
activesupport (>= 3.0.0)
GEM

4
NEWS
View File

@ -1,3 +1,7 @@
4.1.0 (September 11, 2012)
Allow multiple callbacks to bind to the same block
Fix documentation surrounding the stub strategy
4.0.0 (August 3, 2012)
Remove deprecated cucumber_steps
Remove deprecated alternate syntaxes

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (4.0.0)
factory_girl (4.1.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (4.0.0)
factory_girl (4.1.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (4.0.0)
factory_girl (4.1.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,3 +1,3 @@
module FactoryGirl
VERSION = '4.0.0'
VERSION = '4.1.0'
end