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 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 PATH
remote: . remote: .
specs: specs:
factory_bot_rails (4.8.0) factory_bot_rails (4.8.2)
factory_bot (~> 4.8.2) factory_bot (~> 4.8.2)
railties (>= 3.0.0) 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 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.
4.8.2 (October 20, 2017)
Rename factory_girl_rails to factory_bot_rails
4.7.0 (April 1, 2016) 4.7.0 (April 1, 2016)
No notable changes No notable changes

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{factory_bot_rails} s.name = %q{factory_bot_rails}
s.version = '4.8.0' s.version = '4.8.2'
s.authors = ["Joe Ferris"] s.authors = ["Joe Ferris"]
s.email = %q{jferris@thoughtbot.com} s.email = %q{jferris@thoughtbot.com}
s.homepage = "http://github.com/thoughtbot/factory_bot_rails" s.homepage = "http://github.com/thoughtbot/factory_bot_rails"

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{factory_girl_rails} s.name = %q{factory_girl_rails}
s.version = '4.8.0' s.version = '4.8.2'
s.authors = ["Joe Ferris"] s.authors = ["Joe Ferris"]
s.email = %q{jferris@thoughtbot.com} s.email = %q{jferris@thoughtbot.com}
s.homepage = "http://github.com/thoughtbot/factory_girl_rails" s.homepage = "http://github.com/thoughtbot/factory_girl_rails"