Skip to content

Commit

Permalink
Fix the homepage url (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi authored Oct 23, 2024
1 parent 0d2b112 commit c696aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solid_cable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Gem::Specification.new do |spec|
spec.version = SolidCable::VERSION
spec.authors = [ "Nick Pezza" ]
spec.email = [ "[email protected]" ]
spec.homepage = "http://github.com/npezza93/solid_cable"
spec.homepage = "https://github.com/rails/solid_cable"
spec.summary = "Database-backed Action Cable backend."
spec.description = "Database-backed Action Cable backend."
spec.license = "MIT"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "http://github.com/rails/solid_cable"
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["rubygems_mfa_required"] = "true"

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

0 comments on commit c696aaa

Please sign in to comment.