kudzu 1.1.4 → 1.1.5

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: db3d736219c8aca35b41dfe61719a37173b3498b
4
- data.tar.gz: f507bd70b91637bcd3ead95ee32f41265992e863
3
+ metadata.gz: 59b1c39740e51e0ad707af8de868d13a8b311a34
4
+ data.tar.gz: 8b9670f0653c53b6fa9fd8decb223fa9786fccdd
5
5
  SHA512:
6
- metadata.gz: c347c175eaede25b129be8fd33a28dbd4b84e71b30fb1cc545dba64b2179a946a0407d9c0a20f457f56a854e27e1db764ce0a8292302f97c44744d019e3d4eb0
7
- data.tar.gz: dba9ecd5ef6419df880ed7a8e4043b4eb52fad6745cd3cdcdefaaf647496c92dc7ce6aa982db2d5690074c28006ef4649b5a7174dcb353d83d83534a07b3140f
6
+ metadata.gz: 8c43e84e3213f5cefeb7ed53fffa80b5091d6af97a88e1eb21c30e7694ecb55e9915cd7c7e8a67c13983ae58d19c9378e4a4d6e54b76ea9037a15b14e51a0ec7
7
+ data.tar.gz: 3e49648e19024c777266646a990e9ddc4c2e5602983974bd44f1f65bf9d7c8437898d27c3ed51815746acdffbaf9ded2a3165688396d6330d14f988576cdcaf5
@@ -64,7 +64,7 @@ module Kudzu
64
64
  end
65
65
 
66
66
  def visit_link(link)
67
- response = fetch(link, @config.default_request_header.to_h)
67
+ response = fetch(link, @config.default_request_header.to_h.dup)
68
68
  return unless response
69
69
 
70
70
  page = @repository.find_by_url(response.url)
@@ -1,3 +1,3 @@
1
1
  module Kudzu
2
- VERSION = '1.1.4'
2
+ VERSION = '1.1.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kudzu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoshikazu Kaneta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-23 00:00:00.000000000 Z
11
+ date: 2018-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable