Skip to content

Commit

Permalink
Merge pull request #379 from noraj/patch-1
Browse files Browse the repository at this point in the history
add metadata for rubygems.org
  • Loading branch information
hsbt committed Jan 5, 2020
2 parents 6004ace + 9f430a7 commit 5ae4931
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions json.gemspec
Expand Up @@ -120,6 +120,14 @@ Gem::Specification.new do |s|
"tools/server.rb",
]
s.homepage = "http://flori.github.com/json"
s.metadata = {
'bug_tracker_uri' => 'https://github.com/flori/json/issues',
'changelog_uri' => 'https://github.com/flori/json/blob/master/CHANGES.md',
'documentation_uri' => 'http://flori.github.io/json/doc/index.html',
'homepage_uri' => 'http://flori.github.io/json/',
'source_code_uri' => 'https://github.com/flori/json',
'wiki_uri' => 'https://github.com/flori/json/wiki'
}
s.licenses = ["Ruby"]
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
s.required_ruby_version = Gem::Requirement.new(">= 2.0")
Expand Down

0 comments on commit 5ae4931

Please sign in to comment.