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 5.0.2 [ci skip]

This commit is contained in:
Daniel Colson 2019-02-22 16:18:39 -05:00
parent 6078d8c486
commit e4a49ce584
No known key found for this signature in database
GPG key ID: 88A364BBE77B1353
8 changed files with 11 additions and 8 deletions

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (5.0.1)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
GEM

View file

@ -1,10 +1,13 @@
# News
## 5.0.2 (February 22, 2019)
* Bugfix: raise "Trait not registered" error when passing invalid trait arguments
## 5.0.1 (February 15, 2019)
* Bugfix: Do not raise error when two sequences have the same name
in two traits that have the same name
## 5.0.0
## 5.0.0 (February 1, 2019)
* Added: Verbose option to include full backtraces in the linting output
* Changed: use_parent_strategy now defaults to true, so by default the
build strategy will build, rather than create associations

View file

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
GEM

View file

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
GEM

View file

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
GEM

View file

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
GEM

View file

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
GEM

View file

@ -1,3 +1,3 @@
module FactoryBot
VERSION = "5.0.1".freeze
VERSION = "5.0.2".freeze
end