wayback_machine_downloader 2.1.0 → 2.1.1

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: 520f637efbb03d1e3ac87aadf1a937cc132f6c32
4
- data.tar.gz: 90ec9079f5420153e1b7c149ce5aedb45bd4ba2c
3
+ metadata.gz: 48f524cedc0e9f66c7b0acca132a71557a327ea2
4
+ data.tar.gz: 1d70bb2a76cd07c82c08674fdc96b543caec48c0
5
5
  SHA512:
6
- metadata.gz: 6009139fbad22b7e269582d905956147df5cec565e376cbf1bdbb1125bb906fdea31c6501b3dfd9fa1b35d730444c976bcf187b8c869e8ed7db146ea155ba8fb
7
- data.tar.gz: b4cff49e64c3ec528b544184e1426b76d1284c7f97ee9c787f370cc305b652f328c53ac48d3fc9bd9c9405b26edceb7a888e7f4a8f061ee704608e95a0642108
6
+ metadata.gz: 26eb05cbeebd911502bd01513535c7cc2d4ad0fe3850adc0205ca4f649351e56855af66915d86c501fb8be64963fe1d409d013d8afcd24064cc15673b2cc0854
7
+ data.tar.gz: 0dbbd54b4b4ab231adcae908bbf6cd3865768590263e767fe5e45fb3a9d70676c337f79aba576378272ddc14647ecd06fc26820fc1dec8cb52704aa6740582b7
@@ -26,8 +26,8 @@ option_parser = OptionParser.new do |opts|
26
26
  options[:to_timestamp] = t
27
27
  end
28
28
 
29
- opts.on("-e", "--exact_url", String, "Download only the url provied and not the full site") do |t|
30
- options[:only_filter] = t
29
+ opts.on("-e", "--exact-url", "Download only the url provied and not the full site") do |t|
30
+ options[:exact_url] = t
31
31
  end
32
32
 
33
33
  opts.on("-o", "--only ONLY_FILTER", String, "Restrict downloading to urls that match this filter", "(use // notation for the filter to be treated as a regex)") do |t|
@@ -14,7 +14,7 @@ class WaybackMachineDownloader
14
14
 
15
15
  include ArchiveAPI
16
16
 
17
- VERSION = "2.1.0"
17
+ VERSION = "2.1.1"
18
18
 
19
19
  attr_accessor :base_url, :exact_url, :directory,
20
20
  :from_timestamp, :to_timestamp, :only_filter, :exclude_filter,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wayback_machine_downloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - hartator