Skip to content

Commit

Permalink
Bump version to 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Avielle Wolfe authored and Avielle committed Oct 20, 2017
1 parent c716ce0 commit c1ef441
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (4.8.1)
factory_bot (4.8.2)
activesupport (>= 3.0.0)

GEM
Expand Down
3 changes: 3 additions & 0 deletions NEWS
@@ -1,3 +1,6 @@
4.8.2 (October 20, 2017)
Rename factory_girl to factory_bot

4.8.1 (September 28, 2017)
Explicitly define `#destroyed?` within the `Stub` strategy to return `nil` instead of raising
Update various dependencies
Expand Down
2 changes: 1 addition & 1 deletion factory_girl.gemspec
Expand Up @@ -2,7 +2,7 @@ $LOAD_PATH << File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = %q{factory_girl}
s.version = "4.8.1".freeze
s.version = "4.8.2".freeze
s.summary = %q{factory_girl provides a framework and DSL for defining and
using model instance factories.}
s.description = %q{factory_girl provides a framework and DSL for defining and
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile.lock
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: ../
specs:
factory_bot (4.8.1)
factory_bot (4.8.2)
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_bot (4.8.1)
factory_bot (4.8.2)
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_bot (4.8.1)
factory_bot (4.8.2)
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_bot (4.8.1)
factory_bot (4.8.2)
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_bot (4.8.1)
factory_bot (4.8.2)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_bot/version.rb
@@ -1,3 +1,3 @@
module FactoryBot
VERSION = '4.8.1'.freeze
VERSION = "4.8.2".freeze
end

0 comments on commit c1ef441

Please sign in to comment.