Skip to content

Commit 8df5f86

Browse files
committed
Update Github URIs in gemspec
1 parent 6dd461a commit 8df5f86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

super_diff.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.version = SuperDiff::VERSION
66
s.authors = ["Elliot Winkler"]
77
s.email = ["[email protected]"]
8-
s.homepage = "https://github.com/mcmire/super_diff"
8+
s.homepage = "https://github.com/splitwise/super_diff"
99
s.summary =
1010
"A better way to view differences between complex data structures in RSpec."
1111
s.license = "MIT"
@@ -14,11 +14,11 @@ Gem::Specification.new do |s|
1414
differences between two data structures of any type.
1515
DESC
1616
s.metadata = {
17-
"bug_tracker_uri" => "https://github.com/mcmire/super_diff/issues",
17+
"bug_tracker_uri" => "https://github.com/splitwise/super_diff/issues",
1818
"changelog_uri" =>
19-
"https://github.com/mcmire/super_diff/blob/main/CHANGELOG.md",
19+
"https://github.com/splitwise/super_diff/blob/main/CHANGELOG.md",
2020
"rubygems_mfa_required" => "true",
21-
"source_code_uri" => "https://github.com/mcmire/super_diff"
21+
"source_code_uri" => "https://github.com/splitwise/super_diff"
2222
}
2323
s.required_ruby_version = ">= 3"
2424

0 commit comments

Comments
 (0)