infosimples-data 1.9.6 → 1.9.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 686c88dbe6d61832db1a80ed8a58c77951d41cd3e37dbb0546cece316f3c215b
4
- data.tar.gz: 7492acfd2e5c288d436a31195b866fb9d9e7d2d1832366d431b44affe41a5aa0
3
+ metadata.gz: d83424a916e3be9da4398fb9ba56f2b41973d9f0bb27af8f09644a5f96ef8309
4
+ data.tar.gz: 2fdb00bd61cf634ba65efbecd773d0291eb69ed4bef73699eafa0df2f0a12ada
5
5
  SHA512:
6
- metadata.gz: 1c5274eafc33dbd983372a3f0c13415e27d3c3a0efba42ceb9185096819276aca6b1662503a76509e566bff5f02a11ca7afc6f7b2d70787a1d2273bcc0f5d520
7
- data.tar.gz: 15d6ac9ce90ac9d4768d1d8670163e76be8e015523240e73b60999a6850860c4f46c566b40085651c2cb27a47d7196377d4100e9bc1b91b08a7791cb2c33e892
6
+ metadata.gz: 367980365caa9f98a76cad22f3930a43f33d3b5f1dbf8b605d835c59cb6c44608da189bc910aa92e1e70dd9d085778cb7211885a1609ffc5b08ccfb7d50221f4
7
+ data.tar.gz: 7c4893b2bec42aac7751c7540ef859f01152d04c554c36f2c31ab2ff4a7e9c18084b16f75cbd656832e8828dd1c811da72b2d74b725a8d18583fc45f0dc2b37b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- infosimples-data (1.9.6)
4
+ infosimples-data (1.9.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -43,7 +43,7 @@ module Infosimples::Data
43
43
  http.use_ssl = true if (uri.scheme == 'https')
44
44
  http.open_timeout = timeout
45
45
  http.read_timeout = timeout + 10
46
- http.max_retries = 0 # default is max_retries = 1
46
+ http.max_retries = 0 if http.respond_to?(:max_retries) # fix max_retries
47
47
  res = http.request(req)
48
48
  res.body
49
49
 
@@ -1,6 +1,6 @@
1
1
  module Infosimples
2
2
  module Data
3
- VERSION = "1.9.6" # https://data.infosimples.com/docs/changelog
3
+ VERSION = "1.9.9" # https://data.infosimples.com/docs/changelog
4
4
  USER_AGENT = "Infosimples::Data/Ruby v#{VERSION}"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infosimples-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.6
4
+ version: 1.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Infosimples
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-15 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler