Improve gem spec wording

This commit is contained in:
hartator
2016-07-30 14:31:32 -05:00
parent 1ab39481c9
commit e37d7f0f26

View File

@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.name = "wayback_machine_downloader"
s.version = WaybackMachineDownloader::VERSION
s.executables << "wayback_machine_downloader"
s.summary = "Download any website from the Wayback Machine."
s.description = "Download any website from the Wayback Machine. Wayback Machine by Internet Archive (archive.org) is an awesome tool to view any website at any point of time but lacks an export feature. Wayback Machine Downloader brings exactly this."
s.summary = "Download an entire website from the Wayback Machine."
s.description = "Download an entire website from the Wayback Machine. Wayback Machine by Internet Archive (archive.org) is an awesome tool to view any website at any point of time but lacks an export feature. Wayback Machine Downloader brings exactly this."
s.authors = ["hartator"]
s.email = "hartator@gmail.com"
s.files = ["lib/wayback_machine_downloader.rb", "lib/wayback_machine_downloader/tidy_bytes.rb", "lib/wayback_machine_downloader/to_regex.rb"]