Bump version to 4.8.0

This commit is contained in:
Joshua Clayton 2016-12-16 06:09:37 -05:00
parent a22f256e5d
commit d42595f469
No known key found for this signature in database
GPG Key ID: 5B6558F77E9A8118
8 changed files with 18 additions and 13 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
factory_girl (4.7.0) factory_girl (4.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
GEM GEM
@ -120,4 +120,4 @@ DEPENDENCIES
yard yard
BUNDLED WITH BUNDLED WITH
1.12.5 1.13.6

5
NEWS
View File

@ -1,3 +1,8 @@
4.8.0 (December 16, 2016)
Improve documentation
Add `FactoryGirl.generate_list` to be consistent with `build_list`/`create_list` and friends
Add `FactoryGirl.use_parent_strategy` configuration to allow associations to leverage parent build strategy
4.7.0 (April 1, 2016) 4.7.0 (April 1, 2016)
Improve documentation Improve documentation
Improve instrumentation payload to include traits, overrides, and the factory itself Improve instrumentation payload to include traits, overrides, and the factory itself

View File

@ -18,7 +18,7 @@ GIT
PATH PATH
remote: ../ remote: ../
specs: specs:
factory_girl (4.7.0) factory_girl (4.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
GEM GEM
@ -109,4 +109,4 @@ DEPENDENCIES
yard yard
BUNDLED WITH BUNDLED WITH
1.12.5 1.13.6

View File

@ -1,7 +1,7 @@
PATH PATH
remote: ../ remote: ../
specs: specs:
factory_girl (4.7.0) factory_girl (4.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
GEM GEM
@ -109,4 +109,4 @@ DEPENDENCIES
yard yard
BUNDLED WITH BUNDLED WITH
1.12.5 1.13.6

View File

@ -1,7 +1,7 @@
PATH PATH
remote: ../ remote: ../
specs: specs:
factory_girl (4.7.0) factory_girl (4.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
GEM GEM
@ -108,4 +108,4 @@ DEPENDENCIES
yard yard
BUNDLED WITH BUNDLED WITH
1.12.5 1.13.6

View File

@ -1,7 +1,7 @@
PATH PATH
remote: ../ remote: ../
specs: specs:
factory_girl (4.7.0) factory_girl (4.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
GEM GEM
@ -108,4 +108,4 @@ DEPENDENCIES
yard yard
BUNDLED WITH BUNDLED WITH
1.12.5 1.13.6

View File

@ -1,7 +1,7 @@
PATH PATH
remote: ../ remote: ../
specs: specs:
factory_girl (4.7.0) factory_girl (4.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
GEM GEM
@ -107,4 +107,4 @@ DEPENDENCIES
yard yard
BUNDLED WITH BUNDLED WITH
1.12.5 1.13.6

View File

@ -1,3 +1,3 @@
module FactoryGirl module FactoryGirl
VERSION = '4.7.0'.freeze VERSION = '4.8.0'.freeze
end end