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"