Skip to content

Commit

Permalink
Specify metadata to provide richer information on rubygems.org (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Mar 2, 2023
1 parent 2f571d2 commit f01c2a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions irb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f01c2a6

Please sign in to comment.