aptly_cli.gemspec in aptly_cli-0.1.7 vs aptly_cli.gemspec in aptly_cli-0.1.8
- old
+ new
@@ -11,18 +11,19 @@
if spec.respond_to?(:metadata)
spec.metadata['allowed_push_host'] = "https://rubygems.org"
end
- spec.summary = %q{Command line client to interact with Aptly package management system}
- spec.description = %q{Aptly API client}
- spec.homepage = "https://github.com/sepulworld/aptly_cli"
- spec.license = "MIT"
+ spec.summary = %q{Command line client to interact with Aptly package management system}
+ spec.description = %q{Aptly API client}
+ spec.homepage = "https://github.com/sepulworld/aptly_cli"
+ spec.license = "MIT"
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
- spec.bindir = "bin"
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
- spec.require_paths = ["lib"]
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
+ spec.bindir = "bin"
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
+ spec.require_paths = ["lib"]
+ spec.required_ruby_version = '>= 1.9.3'
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "webmock", "~> 1.20"
spec.add_development_dependency "vcr", "~> 2.9"