1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Bump version to 4.8.2

This commit is contained in:
Avielle Wolfe 2017-10-20 15:25:49 -04:00 committed by Avielle
parent c716ce01b4
commit c1ef441d60
9 changed files with 11 additions and 8 deletions

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
factory_bot (4.8.1) factory_bot (4.8.2)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
GEM GEM

3
NEWS
View file

@ -1,3 +1,6 @@
4.8.2 (October 20, 2017)
Rename factory_girl to factory_bot
4.8.1 (September 28, 2017) 4.8.1 (September 28, 2017)
Explicitly define `#destroyed?` within the `Stub` strategy to return `nil` instead of raising Explicitly define `#destroyed?` within the `Stub` strategy to return `nil` instead of raising
Update various dependencies Update various dependencies

View file

@ -2,7 +2,7 @@ $LOAD_PATH << File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{factory_girl} 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 s.summary = %q{factory_girl provides a framework and DSL for defining and
using model instance factories.} using model instance factories.}
s.description = %q{factory_girl provides a framework and DSL for defining and s.description = %q{factory_girl provides a framework and DSL for defining and

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,3 +1,3 @@
module FactoryBot module FactoryBot
VERSION = '4.8.1'.freeze VERSION = "4.8.2".freeze
end end