Skip to content

Commit

Permalink
Add Rubygems metadata to fx.gemspec (#132)
Browse files Browse the repository at this point in the history
This adds those little clickable links to the Rubygems gem page.
I picked the "version-specific URL to changelog".
  • Loading branch information
olleolleolle authored Jun 13, 2023
1 parent b425152 commit fd5faa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Gem::Specification.new do |spec|
DESCRIPTION
spec.homepage = "https://github.com/teoljungberg/fx"
spec.license = "MIT"
spec.metadata = {
"bug_tracker_uri" => "#{spec.homepage}/issues",
"changelog_uri" => "#{spec.homepage}/blob/v#{spec.version}/CHANGELOG.md",
"homepage_uri" => spec.homepage,
"source_code_uri" => spec.homepage
}

spec.files = `git ls-files -z`.split("\x0")
spec.require_paths = ["lib"]
Expand Down

0 comments on commit fd5faa4

Please # to comment.