pwned.gemspec in pwned-1.2.1 vs pwned.gemspec in pwned-2.0.0
- old
+ new
@@ -11,15 +11,24 @@
spec.summary = %q{Tools to use the Pwned Passwords API.}
spec.description = %q{Tools to use the Pwned Passwords API.}
spec.homepage = "https://github.com/philnash/pwned"
spec.license = "MIT"
+ spec.metadata = {
+ "bug_tracker_uri" => "https://github.com/philnash/pwned/issues",
+ "change_log_uri" => "https://github.com/philnash/pwned/blob/master/CHANGELOG.md",
+ "documentation_uri" => "https://philnash.github.io/pwned/",
+ "homepage_uri" => "https://github.com/philnash/pwned",
+ "source_code_uri" => "https://github.com/philnash/pwned"
+ }
+
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.require_paths = ["lib"]
+ spec.executables = ["pwned"]
- spec.add_development_dependency "bundler", "~> 1.16"
+ spec.add_development_dependency "bundler", ">= 1.16", "< 3.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "webmock", "~> 3.3"
spec.add_development_dependency "yard", "~> 0.9.12"
end