Skip to content

Commit

Permalink
Release v3.1.0 for capistrano v3.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanko committed Dec 21, 2016
1 parent 8df38c2 commit ab0191c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capistrano-multiconfig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "capistrano-multiconfig"
s.version = "3.0.10"
s.version = "3.1.0"
s.authors = ["Andriy Yanko"]
s.email = ["andriy.yanko@gmail.com"]
s.homepage = "https://github.com/railsware/capistrano-multiconfig"
Expand All @@ -21,5 +21,5 @@ Each configuration loads recursively configuration from namespace files and own
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency "capistrano", ">=3.0.0"
s.add_runtime_dependency "capistrano", ">=3.7.0"
end

0 comments on commit ab0191c

Please sign in to comment.