mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump version to v4.10.0
This commit is contained in:
parent
90000d1c73
commit
a40e22c36f
7 changed files with 15 additions and 12 deletions
12
Gemfile.lock
12
Gemfile.lock
|
@ -1,8 +1,8 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
factory_bot_rails (4.8.2)
|
factory_bot_rails (4.10.0)
|
||||||
factory_bot (~> 4.8.2)
|
factory_bot (~> 4.10.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
@ -63,7 +63,7 @@ GEM
|
||||||
diff-lcs (1.2.5)
|
diff-lcs (1.2.5)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (2.0.2)
|
execjs (2.0.2)
|
||||||
factory_bot (4.8.2)
|
factory_bot (4.10.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
ffi (1.9.3)
|
ffi (1.9.3)
|
||||||
ffi (1.9.3-java)
|
ffi (1.9.3-java)
|
||||||
|
@ -77,8 +77,8 @@ GEM
|
||||||
railties (>= 3.0, < 5.0)
|
railties (>= 3.0, < 5.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
jruby-openssl (0.9.6-java)
|
jruby-openssl (0.9.6-java)
|
||||||
json (1.8.3)
|
json (1.8.6)
|
||||||
json (1.8.3-java)
|
json (1.8.6-java)
|
||||||
minitest (5.9.0)
|
minitest (5.9.0)
|
||||||
multi_json (1.11.2)
|
multi_json (1.11.2)
|
||||||
multi_test (0.1.2)
|
multi_test (0.1.2)
|
||||||
|
@ -141,4 +141,4 @@ DEPENDENCIES
|
||||||
uglifier
|
uglifier
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.13.6
|
1.16.1
|
||||||
|
|
3
NEWS
3
NEWS
|
@ -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.10.0 (May 25, 2018)
|
||||||
|
No notable changes
|
||||||
|
|
||||||
4.8.2 (October 20, 2017)
|
4.8.2 (October 20, 2017)
|
||||||
Rename factory_girl_rails to factory_bot_rails
|
Rename factory_girl_rails to factory_bot_rails
|
||||||
|
|
||||||
|
|
|
@ -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.2'
|
s.version = '4.10.0'
|
||||||
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"
|
||||||
|
@ -16,5 +16,5 @@ Gem::Specification.new do |s|
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
|
|
||||||
s.add_runtime_dependency('railties', '>= 3.0.0')
|
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
|
end
|
||||||
|
|
|
@ -19,4 +19,4 @@ gem "sqlite3", :platforms => :ruby
|
||||||
gem "rails", "~> 3.2.21"
|
gem "rails", "~> 3.2.21"
|
||||||
gem "sass-rails"
|
gem "sass-rails"
|
||||||
|
|
||||||
gemspec :path => "../", :name => "factory_bot_rails"
|
gemspec :name => "factory_bot_rails", :path => "../"
|
||||||
|
|
|
@ -20,4 +20,4 @@ gem "rails", "~> 4.1.9"
|
||||||
gem "sass-rails"
|
gem "sass-rails"
|
||||||
gem "spring"
|
gem "spring"
|
||||||
|
|
||||||
gemspec :path => "../", :name => "factory_bot_rails"
|
gemspec :name => "factory_bot_rails", :path => "../"
|
||||||
|
|
|
@ -18,4 +18,4 @@ gem "jruby-openssl", :platforms => :jruby
|
||||||
gem "sqlite3", :platforms => :ruby
|
gem "sqlite3", :platforms => :ruby
|
||||||
gem "rails", "~> 4.2.0"
|
gem "rails", "~> 4.2.0"
|
||||||
|
|
||||||
gemspec :path => "../", :name => "factory_bot_rails"
|
gemspec :name => "factory_bot_rails", :path => "../"
|
||||||
|
|
|
@ -19,4 +19,4 @@ gem "sqlite3", :platforms => :ruby
|
||||||
gem "activerecord", "~> 5.0.0"
|
gem "activerecord", "~> 5.0.0"
|
||||||
gem "railties", "~> 5.0.0"
|
gem "railties", "~> 5.0.0"
|
||||||
|
|
||||||
gemspec :path => "../", :name => "factory_bot_rails"
|
gemspec :name => "factory_bot_rails", :path => "../"
|
||||||
|
|
Loading…
Reference in a new issue