[ruby/irb] Specify metadata to provide richer information on
rubygems.org (https://github.com/ruby/irb/pull/532) https://github.com/ruby/irb/commit/f01c2a6ac1
This commit is contained in:
parent
72811deaa8
commit
da6ac30d1e
@ -16,6 +16,11 @@ Gem::Specification.new do |spec|
|
||||
spec.homepage = "https://github.com/ruby/irb"
|
||||
spec.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
|
||||
spec.metadata["homepage_uri"] = spec.homepage
|
||||
spec.metadata["source_code_uri"] = spec.homepage
|
||||
spec.metadata["documentation_uri"] = spec.homepage
|
||||
spec.metadata["changelog_uri"] = "#{spec.homepage}/releases"
|
||||
|
||||
spec.files = [
|
||||
".document",
|
||||
"Gemfile",
|
||||
|
Loading…
x
Reference in New Issue
Block a user