Skip to content

Commit c696aaa

Browse files
authored
Fix the homepage url (#46)
1 parent 0d2b112 commit c696aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solid_cable.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Gem::Specification.new do |spec|
77
spec.version = SolidCable::VERSION
88
spec.authors = [ "Nick Pezza" ]
99
spec.email = [ "[email protected]" ]
10-
spec.homepage = "http://github.com/npezza93/solid_cable"
10+
spec.homepage = "https://github.com/rails/solid_cable"
1111
spec.summary = "Database-backed Action Cable backend."
1212
spec.description = "Database-backed Action Cable backend."
1313
spec.license = "MIT"
1414

1515
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
1717
spec.metadata["rubygems_mfa_required"] = "true"
1818

1919
spec.files = Dir.chdir(File.expand_path(__dir__)) do

0 commit comments

Comments
 (0)