metainspector 4.7.1 → 4.7.2

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: 76c49fb7187563a3e9daff74a8f3416521251fa6
4
- data.tar.gz: 0c67668db7ec465badcbb6666b4d3183b1f3e70e
3
+ metadata.gz: 86567f0c8cb2d8e951680599d7dab6046629c0bc
4
+ data.tar.gz: 306df75553413f3ba939da9c28404975ddfe82c3
5
5
  SHA512:
6
- metadata.gz: 164db60a1bf7139c1fa4f92ad459073df0b0f0b2adf6a1c48aba960afcbcdcd02c8cbc66d4283b3b1f4967d8a1915f9aca2cf303384507ff74571cfaf17bf0c7
7
- data.tar.gz: 3326aa3962c7136033557c4398c38a2f442e04d39d14656f7e8195a4b7de16e4f5f5e914a2a48d054ca808b7eff748543b1535f607a096a0a84c7819110c5b28
6
+ metadata.gz: 9940923917a65cff55d20624feca56818da777a8a4914d571d031e8f7b8d55e1062853cded7462f8e42b84407f07f4257007d1ce46de7bcb5bc22a0d0c515391
7
+ data.tar.gz: 9b960da1faef8aafab695995496646d8035ff015999bf8ed7baee22166c35473da32370ecfb252961b798c171fd2c1d27d4bc5a2d52986f4bdc71190ac1ab7ce
@@ -13,6 +13,7 @@ Bugfixes:
13
13
 
14
14
  * Parsing of the document is done as soon as it is initialized (just like we do with the request), so
15
15
  that parsing errors will be catched earlier.
16
+ * Rescues from Faraday::SSLError.
16
17
 
17
18
  ## [Changes in 4.6](https://github.com/jaimeiniesta/metainspector/compare/v4.5.0...v4.6.0)
18
19
 
@@ -38,7 +38,7 @@ module MetaInspector
38
38
 
39
39
  def response
40
40
  @response ||= fetch
41
- rescue Faraday::TimeoutError, Faraday::Error::ConnectionFailed,
41
+ rescue Faraday::TimeoutError, Faraday::Error::ConnectionFailed, Faraday::SSLError,
42
42
  RuntimeError, URI::InvalidURIError => e
43
43
  @exception_log << e
44
44
  nil
@@ -1,3 +1,3 @@
1
1
  module MetaInspector
2
- VERSION = '4.7.1'
2
+ VERSION = '4.7.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metainspector
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.7.1
4
+ version: 4.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaime Iniesta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-22 00:00:00.000000000 Z
11
+ date: 2015-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri