mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[flori/json] add metadata
https://github.com/flori/json/commit/9f430a7bba
This commit is contained in:
parent
1b076ca30d
commit
4eff8a662a
1 changed files with 8 additions and 0 deletions
|
@ -120,6 +120,14 @@ Gem::Specification.new do |s|
|
||||||
"tools/server.rb",
|
"tools/server.rb",
|
||||||
]
|
]
|
||||||
s.homepage = "http://flori.github.com/json"
|
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.licenses = ["Ruby"]
|
||||||
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
|
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
|
||||||
s.required_ruby_version = Gem::Requirement.new(">= 2.0")
|
s.required_ruby_version = Gem::Requirement.new(">= 2.0")
|
||||||
|
|
Loading…
Reference in a new issue