Bump version to v4.10.0

This commit is contained in:
Oli Peate 2018-05-25 15:45:23 +01:00
parent 90000d1c73
commit a40e22c36f
7 changed files with 15 additions and 12 deletions

View File

@ -1,8 +1,8 @@
PATH
remote: .
specs:
factory_bot_rails (4.8.2)
factory_bot (~> 4.8.2)
factory_bot_rails (4.10.0)
factory_bot (~> 4.10.0)
railties (>= 3.0.0)
GEM
@ -63,7 +63,7 @@ GEM
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.0.2)
factory_bot (4.8.2)
factory_bot (4.10.0)
activesupport (>= 3.0.0)
ffi (1.9.3)
ffi (1.9.3-java)
@ -77,8 +77,8 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jruby-openssl (0.9.6-java)
json (1.8.3)
json (1.8.3-java)
json (1.8.6)
json (1.8.6-java)
minitest (5.9.0)
multi_json (1.11.2)
multi_test (0.1.2)
@ -141,4 +141,4 @@ DEPENDENCIES
uglifier
BUNDLED WITH
1.13.6
1.16.1

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.10.0 (May 25, 2018)
No notable changes
4.8.2 (October 20, 2017)
Rename factory_girl_rails to factory_bot_rails

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{factory_bot_rails}
s.version = '4.8.2'
s.version = '4.10.0'
s.authors = ["Joe Ferris"]
s.email = %q{jferris@thoughtbot.com}
s.homepage = "http://github.com/thoughtbot/factory_bot_rails"
@ -16,5 +16,5 @@ Gem::Specification.new do |s|
s.license = "MIT"
s.add_runtime_dependency('railties', '>= 3.0.0')
s.add_runtime_dependency('factory_bot', '~> 4.8.2')
s.add_runtime_dependency('factory_bot', '~> 4.10.0')
end

View File

@ -19,4 +19,4 @@ gem "sqlite3", :platforms => :ruby
gem "rails", "~> 3.2.21"
gem "sass-rails"
gemspec :path => "../", :name => "factory_bot_rails"
gemspec :name => "factory_bot_rails", :path => "../"

View File

@ -20,4 +20,4 @@ gem "rails", "~> 4.1.9"
gem "sass-rails"
gem "spring"
gemspec :path => "../", :name => "factory_bot_rails"
gemspec :name => "factory_bot_rails", :path => "../"

View File

@ -18,4 +18,4 @@ gem "jruby-openssl", :platforms => :jruby
gem "sqlite3", :platforms => :ruby
gem "rails", "~> 4.2.0"
gemspec :path => "../", :name => "factory_bot_rails"
gemspec :name => "factory_bot_rails", :path => "../"

View File

@ -19,4 +19,4 @@ gem "sqlite3", :platforms => :ruby
gem "activerecord", "~> 5.0.0"
gem "railties", "~> 5.0.0"
gemspec :path => "../", :name => "factory_bot_rails"
gemspec :name => "factory_bot_rails", :path => "../"