We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b971a8 commit db8c8bdCopy full SHA for db8c8bd
super_diff.gemspec
@@ -13,6 +13,12 @@ Gem::Specification.new do |s|
13
SuperDiff is a gem that hooks into RSpec to intelligently display the
14
differences between two data structures of any type.
15
DESC
16
+ s.metadata = {
17
+ "bug_tracker_uri" => "https://github.com/mcmire/super_diff/issues",
18
+ "changelog_uri" =>
19
+ "https://github.com/mcmire/super_diff/blob/main/CHANGELOG.md",
20
+ "source_code_uri" => "https://github.com/mcmire/super_diff"
21
+ }
22
s.required_ruby_version = ">= 3"
23
24
s.files = %w[README.md super_diff.gemspec] + Dir["lib/**/*"]
0 commit comments