Skip to content

Commit 9f430a7

Browse files
committed
add metadata
1 parent 6004ace commit 9f430a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

json.gemspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ Gem::Specification.new do |s|
120120
"tools/server.rb",
121121
]
122122
s.homepage = "http://flori.github.com/json"
123+
s.metadata = {
124+
'bug_tracker_uri' => 'https://github.com/flori/json/issues',
125+
'changelog_uri' => 'https://github.com/flori/json/blob/master/CHANGES.md',
126+
'documentation_uri' => 'http://flori.github.io/json/doc/index.html',
127+
'homepage_uri' => 'http://flori.github.io/json/',
128+
'source_code_uri' => 'https://github.com/flori/json',
129+
'wiki_uri' => 'https://github.com/flori/json/wiki'
130+
}
123131
s.licenses = ["Ruby"]
124132
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
125133
s.required_ruby_version = Gem::Requirement.new(">= 2.0")

0 commit comments

Comments
 (0)