Bump version to 4.5.0

This commit is contained in:
Joshua Clayton 2014-10-17 16:51:07 -04:00
parent f451e4a419
commit 460d5f5871
7 changed files with 13 additions and 6 deletions

View File

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

7
NEWS
View File

@ -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

View File

@ -1,7 +1,7 @@
PATH
remote: ../
specs:
factory_girl (4.4.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ../
specs:
factory_girl (4.4.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ../
specs:
factory_girl (4.4.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ../
specs:
factory_girl (4.4.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,3 +1,3 @@
module FactoryGirl
VERSION = '4.4.0'
VERSION = '4.5.0'
end