From f3f6450954b7690bc360656646540276ee8fec75 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Sun, 15 Dec 2024 15:59:17 +0100 Subject: [PATCH] Update gemspec --- hotwire_spark.gemspec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hotwire_spark.gemspec b/hotwire_spark.gemspec index 64084aae..a60cae64 100644 --- a/hotwire_spark.gemspec +++ b/hotwire_spark.gemspec @@ -6,14 +6,10 @@ Gem::Specification.new do |spec| spec.authors = [ "Jorge Manrubia" ] spec.email = [ "jorge@37signals.com" ] spec.homepage = "https://github.com/basecamp/hotwire_spark" - spec.summary = "PENDING: Summary of HotwireSpark." - spec.description = "PENDING: Description of HotwireSpark." + 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" - # Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host" - # to allow pushing to a single host or delete this section to allow pushing to any host. - spec.metadata["allowed_push_host"] = "PENDING: Set to 'http://mygemserver.com'" - 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"