Skip to content

Commit

Permalink
Add bug tracker URI metadata to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Oct 8, 2023
1 parent f41229c commit 4c61aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions finite_machine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|

if spec.respond_to?(:metadata)
spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["bug_tracker_uri"] = "https://github.com/piotrmurach/finite_machine/issues"
spec.metadata["changelog_uri"] = "https://github.com/piotrmurach/finite_machine/blob/master/CHANGELOG.md"
spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/finite_machine"
spec.metadata["homepage_uri"] = spec.homepage
Expand Down

0 comments on commit 4c61aa2

Please sign in to comment.