mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Add TidyBytes file to gem build
This commit is contained in:
parent
4c712d4614
commit
1457b11c01
@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|||||||
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.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.authors = ["hartator"]
|
s.authors = ["hartator"]
|
||||||
s.email = "hartator@gmail.com"
|
s.email = "hartator@gmail.com"
|
||||||
s.files = ["lib/wayback_machine_downloader.rb"]
|
s.files = ["lib/wayback_machine_downloader.rb", "lib/wayback_machine_downloader/tidy_bytes.rb"]
|
||||||
s.homepage = "https://github.com/hartator/wayback-machine-downloader"
|
s.homepage = "https://github.com/hartator/wayback-machine-downloader"
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
s.required_ruby_version = '>= 1.9.2'
|
s.required_ruby_version = '>= 1.9.2'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user