mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump version to 5.0.0 [ci skip]
This commit is contained in:
parent
3c300ecf88
commit
df44185167
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
factory_bot_rails (5.0.0.rc2)
|
factory_bot_rails (5.0.0)
|
||||||
factory_bot (~> 5.0.0.rc2)
|
factory_bot (~> 5.0.0)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
@ -72,7 +72,7 @@ GEM
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
erubi (1.7.1)
|
erubi (1.7.1)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
factory_bot (5.0.0.rc2)
|
factory_bot (5.0.0)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
ffi (1.9.25)
|
ffi (1.9.25)
|
||||||
ffi (1.9.25-java)
|
ffi (1.9.25-java)
|
||||||
|
|
|
@ -1,20 +1,19 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "factory_bot_rails"
|
s.name = "factory_bot_rails"
|
||||||
s.version = "5.0.0.rc2"
|
s.version = "5.0.0"
|
||||||
s.authors = ["Joe Ferris"]
|
s.authors = ["Joe Ferris"]
|
||||||
s.email = "jferris@thoughtbot.com"
|
s.email = "jferris@thoughtbot.com"
|
||||||
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
|
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
|
||||||
s.summary = "factory_bot_rails provides integration between "\
|
s.summary = "factory_bot_rails provides integration between "\
|
||||||
"factory_bot and rails 3 or newer"
|
"factory_bot and rails 4.2 or newer"
|
||||||
s.description = "factory_bot_rails provides integration between "\
|
s.description = "factory_bot_rails provides integration between "\
|
||||||
"factory_bot and rails 3 or newer (currently just automatic "\
|
"factory_bot and rails 4.2 or newer"
|
||||||
"factory definition loading)"
|
|
||||||
|
|
||||||
s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS README.md]
|
s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS README.md]
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
s.executables = []
|
s.executables = []
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
|
|
||||||
s.add_runtime_dependency("factory_bot", "~> 5.0.0.rc2")
|
s.add_runtime_dependency("factory_bot", "~> 5.0.0")
|
||||||
s.add_runtime_dependency("railties", ">= 4.2.0")
|
s.add_runtime_dependency("railties", ">= 4.2.0")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue