Refactor archive API calls to own module

This commit is contained in:
hartator
2016-09-17 13:37:13 -05:00
parent 59b379b9c6
commit 95eaa91715
3 changed files with 32 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
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"]
s.files = ["lib/wayback_machine_downloader.rb", "lib/wayback_machine_downloader/tidy_bytes.rb", "lib/wayback_machine_downloader/to_regex.rb", "lib/wayback_machine_downloader/archive_api.rb"]
s.homepage = "https://github.com/hartator/wayback-machine-downloader"
s.license = "MIT"
s.required_ruby_version = '>= 1.9.2'