1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Bump version to 3.2.0

This commit is contained in:
Joshua Clayton 2012-04-24 11:52:33 -05:00
parent 925a947be0
commit a30fac4541
6 changed files with 13 additions and 5 deletions

View file

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

8
NEWS
View file

@ -1,3 +1,11 @@
3.2.0 (April 24, 2012)
Use AS::Notifications for pub/sub to track running factories
Call new within initialize_with implicitly on the build class
Skip to_create with skip_create
Allow registration of custom strategies
Deprecate alternate syntaxes
Implicitly call factory_girl's syntax methods from dynamic attributes
3.1.0 (April 6, 2012)
Sequences support aliases, which reference the same block
Update documentation

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
module FactoryGirl
VERSION = "3.1.1"
VERSION = "3.2.0"
end