mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump version to 4.8.2
This commit is contained in:
parent
c5d11518d7
commit
fa893913ec
4 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_bot_rails (4.8.0)
|
||||
factory_bot_rails (4.8.2)
|
||||
factory_bot (~> 4.8.2)
|
||||
railties (>= 3.0.0)
|
||||
|
||||
|
|
3
NEWS
3
NEWS
|
@ -1,6 +1,9 @@
|
|||
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.
|
||||
|
||||
4.8.2 (October 20, 2017)
|
||||
Rename factory_girl_rails to factory_bot_rails
|
||||
|
||||
4.7.0 (April 1, 2016)
|
||||
No notable changes
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = %q{factory_bot_rails}
|
||||
s.version = '4.8.0'
|
||||
s.version = '4.8.2'
|
||||
s.authors = ["Joe Ferris"]
|
||||
s.email = %q{jferris@thoughtbot.com}
|
||||
s.homepage = "http://github.com/thoughtbot/factory_bot_rails"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = %q{factory_girl_rails}
|
||||
s.version = '4.8.0'
|
||||
s.version = '4.8.2'
|
||||
s.authors = ["Joe Ferris"]
|
||||
s.email = %q{jferris@thoughtbot.com}
|
||||
s.homepage = "http://github.com/thoughtbot/factory_girl_rails"
|
||||
|
|
Loading…
Reference in a new issue