Bump version to 4.8.2

This commit is contained in:
Avielle Wolfe 2017-10-20 18:25:04 -04:00 committed by Avielle
parent c5d11518d7
commit fa893913ec
4 changed files with 6 additions and 3 deletions

View File

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

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

View File

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

View File

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