mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Improve gem spec wording
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user