File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
5
5
s . version = SuperDiff ::VERSION
6
6
s . authors = [ "Elliot Winkler" ]
7
7
8
- s . homepage = "https://github.com/mcmire /super_diff"
8
+ s . homepage = "https://github.com/splitwise /super_diff"
9
9
s . summary =
10
10
"A better way to view differences between complex data structures in RSpec."
11
11
s . license = "MIT"
@@ -14,11 +14,11 @@ Gem::Specification.new do |s|
14
14
differences between two data structures of any type.
15
15
DESC
16
16
s . metadata = {
17
- "bug_tracker_uri" => "https://github.com/mcmire /super_diff/issues" ,
17
+ "bug_tracker_uri" => "https://github.com/splitwise /super_diff/issues" ,
18
18
"changelog_uri" =>
19
- "https://github.com/mcmire /super_diff/blob/main/CHANGELOG.md" ,
19
+ "https://github.com/splitwise /super_diff/blob/main/CHANGELOG.md" ,
20
20
"rubygems_mfa_required" => "true" ,
21
- "source_code_uri" => "https://github.com/mcmire /super_diff"
21
+ "source_code_uri" => "https://github.com/splitwise /super_diff"
22
22
}
23
23
s . required_ruby_version = ">= 3"
24
24
You can’t perform that action at this time.
0 commit comments