1
0
Fork 0
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:
Daniel Colson 2019-02-08 10:44:51 -05:00
parent a9cce0b13b
commit 9c90d6b8a2
No known key found for this signature in database
GPG key ID: 88A364BBE77B1353
3 changed files with 6 additions and 2 deletions

View file

@ -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
View file

@ -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

View file

@ -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"