wayback_machine_downloader 0.4.6 → 0.4.7

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: bd1091c6a48634f40025d9af44a8e57e78ccda43
4
- data.tar.gz: 93459fe9e0c42c09616fa18e55838c1710c6dc9d
3
+ metadata.gz: e029096f51177e5f4929d5f6aa87b57526c0ed80
4
+ data.tar.gz: 1089cf5998af684937bc93f571e3f4f2c2b17980
5
5
  SHA512:
6
- metadata.gz: 875230237f97b370bd9984d4ee328d4c001f584ee2a0ff1af5387ffcf690526b974172ce67bed6f1a9c9a6a48b9c6be91a4da0474aa412dabb0ad2e6b911063d
7
- data.tar.gz: b8e664467c86c297c8fa4d89a1577e4448421db0feabcf26044b3eb674fa05d86a3c1bffba4cbb434946078d2cd443fd9f9ec7a6681cde7a2f338fd9d9a5fb17
6
+ metadata.gz: eae916ce693e0c594ec2b4031d84b03e21e4201debece0898492bdd937a55282ae744ad623cfc81a53a4984b5bcf1463955530ae1b927c0c0bb7f9e729516f32
7
+ data.tar.gz: 42eb44752d7b0761a83549017dba94fa934d6a1a6ab83d508e4fd371f0bfb486f42ed10bd77205357e7a6f045e6fa14db06970343918e5499e8ce4b261c705c1
@@ -9,7 +9,7 @@ require_relative 'wayback_machine_downloader/to_regex'
9
9
 
10
10
  class WaybackMachineDownloader
11
11
 
12
- VERSION = "0.4.6"
12
+ VERSION = "0.4.7"
13
13
 
14
14
  attr_accessor :base_url, :from_timestamp, :to_timestamp, :only_filter, :exclude_filter, :all, :list
15
15
 
@@ -148,7 +148,7 @@ class WaybackMachineDownloader
148
148
  file_path = backup_path + file_path_elements[0..-1].join('/')
149
149
  end
150
150
  if Gem.win_platform?
151
- file_path = file_path.gsub(/[:*?<>\\|]/) {|s| '%' + s.ord.to_s(16) }
151
+ file_path = file_path.gsub(/[:*?&=<>\\|]/) {|s| '%' + s.ord.to_s(16) }
152
152
  end
153
153
  unless File.exists? file_path
154
154
  begin
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.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - hartator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-09 00:00:00.000000000 Z
11
+ date: 2016-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake