ingress.gemspec in ingress-0.2.0 vs ingress.gemspec in ingress-0.3.0
- old
+ new
@@ -10,9 +10,13 @@
spec.email = ["alan@skorks.com"]
spec.summary = %q{Simple role based authorization for Ruby applications}
spec.homepage = ""
spec.license = "MIT"
+ spec.metadata = {
+ "bug_tracker_uri" => "https://github.com/skorks/ingress/issues",
+ "source_code_uri" => "https://github.com/skorks/ingress",
+ }
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"]