wayback_machine_downloader 0.2.2 → 0.2.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: efe41baf88e87a876798e9b1eaa28cf51c2cee50
4
- data.tar.gz: 065761e80d13ba33b792a478687401763d6dee05
3
+ metadata.gz: 8eabd4afc1041b393336a133f06367052b4b32e2
4
+ data.tar.gz: aa87701702dc8452b2349b409c21325ed5ef3106
5
5
  SHA512:
6
- metadata.gz: f908e75a877cb46637103b6437d8a18cad7cf33248193eb06fa14221fdaef2ffb6a5e5119e65173c2aed976d0d9624ae1c5cbc22f5798677c5cf7418849baa66
7
- data.tar.gz: 240e2169c87d83698f4f0a3a1f4c2cb7147455fa0807397add4bc53adda4b6dabd04aa076c8254a90dad1c2f12e6ac07e90f0ebccae8de370bc043123e580680
6
+ metadata.gz: b5e983593bedcde5e07db47b0989c1ca17071d68ad49daa8a816756eb25b96316e61a43e76c7b240321bd84a01760b615038b63c327cbcf8562d1dfd67a47de7
7
+ data.tar.gz: 980726cecfdd41534ea9dbf41df6ef04dec489d9f7041ae888cd5fecf5b0ffe169d32e3bafad4bac17a631ea9b78265bdbaa154313b61f17e6d91b6d87891626
@@ -27,7 +27,7 @@ option_parser = OptionParser.new do |opts|
27
27
  end
28
28
  end.parse!
29
29
 
30
- if base_url = ARGV[-1]
30
+ if (base_url = ARGV[-1])
31
31
  wayback_machine_downloader = WaybackMachineDownloader.new base_url: base_url, timestamp: options[:timestamp], only_filter: options[:only_filter]
32
32
  wayback_machine_downloader.download_files
33
33
  elsif options[:version]
@@ -7,7 +7,7 @@ require_relative 'wayback_machine_downloader/to_regex'
7
7
 
8
8
  class WaybackMachineDownloader
9
9
 
10
- VERSION = "0.2.2"
10
+ VERSION = "0.2.3"
11
11
 
12
12
  attr_accessor :base_url, :timestamp, :only_filter
13
13
 
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.2.2
4
+ version: 0.2.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-03-26 00:00:00.000000000 Z
11
+ date: 2016-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake