Bump version to 4.8.1

This commit is contained in:
Joshua Clayton 2017-09-28 06:30:14 -04:00
parent dfab5a530d
commit 3872ab7d0f
No known key found for this signature in database
GPG Key ID: 5B6558F77E9A8118
8 changed files with 13 additions and 8 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (4.8.0)
factory_girl (4.8.1)
activesupport (>= 3.0.0)
GEM
@ -113,4 +113,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.14.6
1.15.4

5
NEWS
View File

@ -1,3 +1,8 @@
4.8.1 (September 28, 2017)
Explicitly define `#destroyed?` within the `Stub` strategy to return `nil` instead of raising
Update various dependencies
Update internal test suite to use RSpec's mocking/stubbing instead of mocha
4.8.0 (December 16, 2016)
Improve documentation
Add `FactoryGirl.generate_list` to be consistent with `build_list`/`create_list` and friends

View File

@ -18,7 +18,7 @@ GIT
PATH
remote: ../
specs:
factory_girl (4.8.0)
factory_girl (4.8.1)
activesupport (>= 3.0.0)
GEM

View File

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

View File

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

View File

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

View File

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

View File

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