Merge pull request #426 from northeastprince/fix-site-in-gemspec

Fix site URL in gemspec
This commit is contained in:
David Heinemeier Hansson
2023-08-23 13:47:26 -07:00
committed by GitHub

View File

@@ -5,10 +5,9 @@ Gem::Specification.new do |spec|
spec.version = Kamal::VERSION
spec.authors = [ "David Heinemeier Hansson" ]
spec.email = "dhh@hey.com"
spec.homepage = "https://github.com/rails/kamal"
spec.homepage = "https://github.com/basecamp/kamal"
spec.summary = "Deploy web apps in containers to servers running Docker with zero downtime."
spec.license = "MIT"
spec.files = Dir["lib/**/*", "MIT-LICENSE", "README.md"]
spec.executables = %w[ kamal ]