Skip to content

Commit

Permalink
Bump version to 5.0.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Feb 1, 2019
1 parent 3c300ec commit df44185
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
factory_bot_rails (5.0.0.rc2)
factory_bot (~> 5.0.0.rc2)
factory_bot_rails (5.0.0)
factory_bot (~> 5.0.0)
railties (>= 4.2.0)

GEM
Expand Down Expand Up @@ -72,7 +72,7 @@ GEM
diff-lcs (1.3)
erubi (1.7.1)
execjs (2.7.0)
factory_bot (5.0.0.rc2)
factory_bot (5.0.0)
activesupport (>= 4.2.0)
ffi (1.9.25)
ffi (1.9.25-java)
Expand Down
9 changes: 4 additions & 5 deletions factory_bot_rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
Gem::Specification.new do |s|
s.name = "factory_bot_rails"
s.version = "5.0.0.rc2"
s.version = "5.0.0"
s.authors = ["Joe Ferris"]
s.email = "[email protected]"
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
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 "\
"factory_bot and rails 3 or newer (currently just automatic "\
"factory definition loading)"
"factory_bot and rails 4.2 or newer"

s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS README.md]
s.require_paths = ["lib"]
s.executables = []
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")
end

0 comments on commit df44185

Please sign in to comment.