File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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" ]
15151616 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" ] )
You can’t perform that action at this time.
0 commit comments