capistrano-hutch.gemspec in capistrano-hutch-0.1.0 vs capistrano-hutch.gemspec in capistrano-hutch-0.1.1

- old
+ new

@@ -7,17 +7,17 @@ spec.name = "capistrano-hutch" spec.version = Capistrano::Hutch::VERSION spec.authors = ["Rustam Sharshenov"] spec.email = ["rustam@sharshenov.com"] spec.summary = %q{Hutch integration for Capistrano} - spec.description = %q{Hutch integration for Capistrano} + spec.description = %q{Hutch integration for Capistrano 3.1} spec.homepage = "https://github.com/sharshenov/capistrano-hutch" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_development_dependency "capistrano" - spec.add_development_dependency "hutch" + spec.add_runtime_dependency 'capistrano', "~> 3.1" + spec.add_runtime_dependency 'hutch', ">= 0.10.0.pre" end