-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28e2fc8
commit f3f6450
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,10 @@ Gem::Specification.new do |spec| | |
spec.authors = [ "Jorge Manrubia" ] | ||
spec.email = [ "[email protected]" ] | ||
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" | ||
|