pathway.gemspec in pathway-0.9.0 vs pathway.gemspec in pathway-0.9.1
- old
+ new
@@ -9,11 +9,16 @@
spec.authors = ["Pablo Herrero"]
spec.email = ["pablodherrero@gmail.com"]
spec.summary = %q{Define your business logic in simple steps.}
spec.description = %q{Define your business logic in simple steps.}
- #spec.homepage = "TODO: Put your gem's website or public repo URL here."
+ spec.homepage = "https://github.com/pabloh/pathway"
spec.license = "MIT"
+
+ spec.metadata = {
+ "bug_tracker_uri" => "https://github.com/pabloh/pathway/issues",
+ "source_code_uri" => "https://github.com/pabloh/pathway",
+ }
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.bindir = "exe"