wayback_machine_downloader 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dfe1b1274056f709121477fb93bdaa45b1580745
4
- data.tar.gz: 1c97898ad292a2a2a89377c19e8e96f623a4ce2b
3
+ metadata.gz: 6494ef214d3de204bb80cc77ff47b4dbb6c4e944
4
+ data.tar.gz: 8612ce85cb9456cd9e7e432924283e2aae00cd10
5
5
  SHA512:
6
- metadata.gz: 0c196f8e23887413a6f694f88548ff960b85115d3b5b0fccdb120b5b6b7efd9a2ad23ebdf24e34c8f5ab66cfdfd7c7c4b36db034f14ae864da6d392509bb6873
7
- data.tar.gz: 0f0a42c3d5d0679c11eabacae2420ed901119af4a18246798320dc836dae4f9c64d57500dd6edf424d6c9ae8612b93162e57551fd76d3d27ec40910617bdbcbc
6
+ metadata.gz: 22585cb41a1991b16043574993e34a84aecc79293a49069883cbcbf5ec1c9f133b3978207a7cbfc98bbcc11697663304c92f735f2fafae450bad83baa554e43b
7
+ data.tar.gz: e5c47a9000ddb5226ac992a06f4b0ded0ca7943fd26c3b2d5ac15b0c112721965896800287cf236a7f9893defa0c26b5e8d8d76e4f9ed3ae071faa917d8ab5a6
@@ -8,7 +8,7 @@ require_relative 'wayback_machine_downloader/to_regex'
8
8
 
9
9
  class WaybackMachineDownloader
10
10
 
11
- VERSION = "0.4.2"
11
+ VERSION = "0.4.3"
12
12
 
13
13
  attr_accessor :base_url, :from_timestamp, :to_timestamp, :only_filter, :exclude_filter, :all
14
14
 
@@ -112,7 +112,7 @@ class WaybackMachineDownloader
112
112
  file_list_by_timestamp = get_file_list_by_timestamp
113
113
  if file_list_by_timestamp.count == 0
114
114
  puts "No files to download."
115
- puts "Possible reaosons:"
115
+ puts "Possible reasons:"
116
116
  puts "\t* Site is not in Wayback Machine Archive."
117
117
  puts "\t* From timestamp too much in the future." if @from_timestamp and @from_timestamp != 0
118
118
  puts "\t* To timestamp too much in the past." if @to_timestamp and @to_timestamp != 0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wayback_machine_downloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - hartator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-31 00:00:00.000000000 Z
11
+ date: 2016-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake