Skip to content

Commit

Permalink
Moved to hotwired/spark
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Dec 21, 2024
1 parent 2c3d27e commit 26170ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hotwire-spark.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Gem::Specification.new do |spec|
spec.version = Hotwire::Spark::VERSION
spec.authors = [ "Jorge Manrubia" ]
spec.email = [ "[email protected]" ]
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"]
Expand Down

0 comments on commit 26170ed

Please sign in to comment.