mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 3.1.0
This commit is contained in:
parent
20becc9a4d
commit
f1d3018938
6 changed files with 12 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
factory_girl (3.0.0)
|
factory_girl (3.1.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
7
NEWS
7
NEWS
|
@ -1,3 +1,10 @@
|
||||||
|
3.1.0 (April 6, 2012)
|
||||||
|
Sequences support aliases, which reference the same block
|
||||||
|
Update documentation
|
||||||
|
Add before_create callback
|
||||||
|
Support use of #attribute_names method to determine available attributes for steps
|
||||||
|
Use ActiveSupport::Deprecation for all deprecations
|
||||||
|
|
||||||
3.0.0 (March 23, 2012)
|
3.0.0 (March 23, 2012)
|
||||||
Deprecate the vintage syntax
|
Deprecate the vintage syntax
|
||||||
Remove Rails 2.x support
|
Remove Rails 2.x support
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||||
specs:
|
specs:
|
||||||
factory_girl (3.0.0)
|
factory_girl (3.1.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||||
specs:
|
specs:
|
||||||
factory_girl (3.0.0)
|
factory_girl (3.1.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||||
specs:
|
specs:
|
||||||
factory_girl (3.0.0)
|
factory_girl (3.1.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module FactoryGirl
|
module FactoryGirl
|
||||||
VERSION = "3.0.0"
|
VERSION = "3.1.0"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue