Skip to content

Commit

Permalink
* Add more gem metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Jan 7, 2025
1 parent 4bcc056 commit 5488d45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion asset_sync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.metadata["changelog_uri"] = "#{s.homepage}/blob/master/CHANGELOG.md"
s.metadata = {
"bug_tracker_uri" => "#{s.homepage}/issues",
"changelog_uri" => "#{s.homepage}/blob/master/CHANGELOG.md",
"source_code_uri" => s.homepage,
}
end

0 comments on commit 5488d45

Please sign in to comment.