Skip to content

Commit

Permalink
Merge pull request #282 from ydah/update-gemspec
Browse files Browse the repository at this point in the history
Organize gemspec metadata
  • Loading branch information
ydah authored Jan 8, 2025
2 parents 7e98ee8 + 3eea48e commit 2d89b0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion racc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ DESC
s.required_ruby_version = ">= 2.5"
s.rdoc_options = ["--main", "README.rdoc"]
s.extra_rdoc_files = ["README.ja.rdoc", "README.rdoc"]
s.metadata["changelog_uri"] = "https://github.com/ruby/racc/releases"
s.metadata["homepage_uri"] = s.homepage
s.metadata["source_code_uri"] = s.homepage
s.metadata["documentation_uri"] = "https://ruby.github.io/racc/"
s.metadata["changelog_uri"] = "#{s.homepage}/releases"

if RUBY_PLATFORM =~ /java/
s.files << 'lib/java/racc/cparse-jruby.jar'
Expand Down

0 comments on commit 2d89b0d

Please sign in to comment.