Skip to content

Commit

Permalink
Bump version to 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Sep 28, 2017
1 parent dfab5a5 commit 3872ab7
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (4.8.0)
factory_girl (4.8.1)
activesupport (>= 3.0.0)

GEM
Expand Down Expand Up @@ -113,4 +113,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.14.6
1.15.4
5 changes: 5 additions & 0 deletions NEWS
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile.lock
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: ../
specs:
factory_girl (4.8.0)
factory_girl (4.8.1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/4.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
factory_girl (4.8.0)
factory_girl (4.8.1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/4.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
factory_girl (4.8.0)
factory_girl (4.8.1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/4.2.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
factory_girl (4.8.0)
factory_girl (4.8.1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
factory_girl (4.8.0)
factory_girl (4.8.1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_girl/version.rb
@@ -1,3 +1,3 @@
module FactoryGirl
VERSION = '4.8.0'.freeze
VERSION = '4.8.1'.freeze
end

0 comments on commit 3872ab7

Please sign in to comment.