Skip to content

Commit

Permalink
Add source_code_uri (+ other metadata) to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Apr 25, 2024
1 parent caa72ab commit 23c8903
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions super_diff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Gem::Specification.new do |s|
SuperDiff is a gem that hooks into RSpec to intelligently display the
differences between two data structures of any type.
DESC
s.metadata = {
"bug_tracker_uri" => "https://github.com/mcmire/super_diff/issues",
"changelog_uri" =>
"https://github.com/mcmire/super_diff/blob/main/CHANGELOG.md",
"source_code_uri" => "https://github.com/mcmire/super_diff"
}
s.required_ruby_version = ">= 3"

s.files = %w[README.md super_diff.gemspec] + Dir["lib/**/*"]
Expand Down

0 comments on commit 23c8903

Please sign in to comment.