diff --git a/Gemfile.lock b/Gemfile.lock index 53ac8bd..667b1c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/NEWS b/NEWS index 9c4309f..7c871c1 100644 --- a/NEWS +++ b/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 diff --git a/factory_bot_rails.gemspec b/factory_bot_rails.gemspec index 5167c24..f812197 100644 --- a/factory_bot_rails.gemspec +++ b/factory_bot_rails.gemspec @@ -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" diff --git a/factory_girl_rails.gemspec b/factory_girl_rails.gemspec index b27f2c5..80710a4 100644 --- a/factory_girl_rails.gemspec +++ b/factory_girl_rails.gemspec @@ -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"