Skip to content

Commit

Permalink
chore: Add additional metadata to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Jan 30, 2024
1 parent 27c396c commit 1542b26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions addressing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Gem::Specification.new do |spec|
spec.author = "Robin van der Vleuten"
spec.email = "[email protected]"

spec.metadata = {
"bug_tracker_uri" => "https://github.com/robinvdvleuten/addressing/issues",
"changelog_uri" => "https://github.com/robinvdvleuten/addressing/blob/main/CHANGELOG.md"
}

spec.files = Dir["{data,lib}/**/*"] + %w[README.md LICENSE CHANGELOG.md]
spec.require_path = "lib"

Expand Down

0 comments on commit 1542b26

Please sign in to comment.