Skip to content

Commit

Permalink
Add bug tracker URI to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Feb 23, 2023
1 parent 25d3cea commit 7b39f5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tzf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.0.0"
spec.required_rubygems_version = ">= 3.4.6"

spec.metadata["bug_tracker_uri"] = "https://github.com/HarlemSquirrel/tzf-rb/issues"
spec.metadata["changelog_uri"] = "https://github.com/HarlemSquirrel/tzf-rb/blob/main/CHANGELOG.md"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/HarlemSquirrel/tzf-rb"
spec.metadata["changelog_uri"] = "https://github.com/HarlemSquirrel/tzf-rb/blob/main/CHANGELOG.md"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit 7b39f5f

Please sign in to comment.