mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump version to v5.0.1 [ci skip]
This commit is contained in:
parent
a9cce0b13b
commit
9c90d6b8a2
3 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
factory_bot_rails (5.0.0)
|
factory_bot_rails (5.0.1)
|
||||||
factory_bot (~> 5.0.0)
|
factory_bot (~> 5.0.0)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
|
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -1,6 +1,10 @@
|
||||||
factory_bot_rails versioning is synced with factory_bot releases. For this reason
|
factory_bot_rails versioning is synced with factory_bot releases. For this reason
|
||||||
there might not be any notable changes in new versions of this project.
|
there might not be any notable changes in new versions of this project.
|
||||||
|
|
||||||
|
5.0.1
|
||||||
|
Bugfix: Avoid watching files and directories that don't exist (to avoid a
|
||||||
|
file watching bug in Rails https://github.com/rails/rails/issues/32700)
|
||||||
|
|
||||||
5.0.0
|
5.0.0
|
||||||
Added: calling reload! in the Rails console will reload any factory definition files that have changed
|
Added: calling reload! in the Rails console will reload any factory definition files that have changed
|
||||||
Added: support for custom generator templates
|
Added: support for custom generator templates
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "factory_bot_rails"
|
s.name = "factory_bot_rails"
|
||||||
s.version = "5.0.0"
|
s.version = "5.0.1"
|
||||||
s.authors = ["Joe Ferris"]
|
s.authors = ["Joe Ferris"]
|
||||||
s.email = "jferris@thoughtbot.com"
|
s.email = "jferris@thoughtbot.com"
|
||||||
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
|
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
|
||||||
|
|
Loading…
Reference in a new issue