Skip to content

Commit cda5b77

Browse files
authored
Merge pull request #265 from orien/gem-metadata
Add project metadata to the gemspec
2 parents da5f03a + 08a1b86 commit cda5b77

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

webmachine.gemspec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,18 @@ Gem::Specification.new do |gem|
1010
the confusion of going through a CGI-style interface like Rack. It is strongly influenced
1111
by the original Erlang project of the same name and shares its opinionated nature about HTTP.
1212
DESC
13-
gem.homepage = "http://github.com/seancribbs/webmachine-ruby"
13+
gem.homepage = "https://github.com/webmachine/webmachine-ruby"
1414
gem.authors = ["Sean Cribbs"]
1515
gem.email = ["[email protected]"]
1616
gem.license = "Apache-2.0"
1717

18+
gem.metadata["bug_tracker_uri"] = "#{gem.homepage}/issues"
19+
gem.metadata["changelog_uri"] = "#{gem.homepage}/blob/HEAD/CHANGELOG.md"
20+
gem.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/webmachine/#{gem.version}"
21+
gem.metadata["homepage_uri"] = gem.homepage
22+
gem.metadata["source_code_uri"] = gem.homepage
23+
gem.metadata["wiki_uri"] = "#{gem.homepage}/wiki"
24+
1825
gem.add_runtime_dependency(%q<i18n>, [">= 0.4.0"])
1926
gem.add_runtime_dependency(%q<multi_json>)
2027
gem.add_runtime_dependency(%q<as-notifications>, [">= 1.0.2", "< 2.0"])

0 commit comments

Comments
 (0)