From 26170ed4a2c4073ef44261cf3f777f787b3230f0 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Sat, 21 Dec 2024 19:14:48 +0100 Subject: [PATCH] Moved to hotwired/spark --- hotwire-spark.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hotwire-spark.gemspec b/hotwire-spark.gemspec index 960312c3..e17ada88 100644 --- a/hotwire-spark.gemspec +++ b/hotwire-spark.gemspec @@ -5,14 +5,14 @@ Gem::Specification.new do |spec| spec.version = Hotwire::Spark::VERSION spec.authors = [ "Jorge Manrubia" ] spec.email = [ "jorge@37signals.com" ] - spec.homepage = "https://github.com/basecamp/hotwire_spark" + spec.homepage = "https://github.com/hotwired/spark" spec.summary = "Smooth live reloading for your Rails apps" spec.description = "A live reloading system that updates just what's needed to offer a smooth experience." spec.license = "MIT" spec.metadata["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "https://github.com/basecamp/hotwire_spark" - spec.metadata["changelog_uri"] = "https://github.com/basecamp/hotwire_spark" + spec.metadata["source_code_uri"] = "https://github.com/hotwired/spark" + spec.metadata["changelog_uri"] = "https://github.com/hotwired/spark" spec.files = Dir.chdir(File.expand_path(__dir__)) do Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]