mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 4.5.0
This commit is contained in:
parent
f451e4a419
commit
460d5f5871
7 changed files with 13 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_girl (4.4.0)
|
||||
factory_girl (4.5.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
7
NEWS
7
NEWS
|
@ -1,3 +1,10 @@
|
|||
4.5.0 (October 17, 2014)
|
||||
Improve FactoryGirl.lint by including exception and message in output
|
||||
Allow selective linting
|
||||
Use more explicit #public_send when doing attribute assignment
|
||||
Improve documentation around FactoryGirl.lint and initialize_with
|
||||
Deprecate #ignore in favor of #transient
|
||||
|
||||
4.4.0 (February 10, 2014)
|
||||
Add FactoryGirl.lint
|
||||
Fix memory leak in duplicate traits
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
factory_girl (4.4.0)
|
||||
factory_girl (4.5.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
factory_girl (4.4.0)
|
||||
factory_girl (4.5.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
factory_girl (4.4.0)
|
||||
factory_girl (4.5.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
factory_girl (4.4.0)
|
||||
factory_girl (4.5.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module FactoryGirl
|
||||
VERSION = '4.4.0'
|
||||
VERSION = '4.5.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue