Commit c696aaa 1 parent 0d2b112 commit c696aaa Copy full SHA for c696aaa
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Gem::Specification.new do |spec|
7
7
spec . version = SolidCable ::VERSION
8
8
spec . authors = [ "Nick Pezza" ]
9
9
spec . email = [ "[email protected] " ]
10
- spec . homepage = "http ://github.com/npezza93 /solid_cable"
10
+ spec . homepage = "https ://github.com/rails /solid_cable"
11
11
spec . summary = "Database-backed Action Cable backend."
12
12
spec . description = "Database-backed Action Cable backend."
13
13
spec . license = "MIT"
14
14
15
15
spec . metadata [ "homepage_uri" ] = spec . homepage
16
- spec . metadata [ "source_code_uri" ] = "http://github.com/rails/solid_cable"
16
+ spec . metadata [ "source_code_uri" ] = spec . homepage
17
17
spec . metadata [ "rubygems_mfa_required" ] = "true"
18
18
19
19
spec . files = Dir . chdir ( File . expand_path ( __dir__ ) ) do
You can’t perform that action at this time.
0 commit comments