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:
parent
c716ce01b4
commit
c1ef441d60
9 changed files with 11 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_bot (4.8.1)
|
||||
factory_bot (4.8.2)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
3
NEWS
3
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -18,7 +18,7 @@ GIT
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
factory_bot (4.8.1)
|
||||
factory_bot (4.8.2)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
factory_bot (4.8.1)
|
||||
factory_bot (4.8.2)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
factory_bot (4.8.1)
|
||||
factory_bot (4.8.2)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
factory_bot (4.8.1)
|
||||
factory_bot (4.8.2)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
factory_bot (4.8.1)
|
||||
factory_bot (4.8.2)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module FactoryBot
|
||||
VERSION = '4.8.1'.freeze
|
||||
VERSION = "4.8.2".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue