diffbot 0.1.13 → 0.1.14

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: d677021e78438d55578db24ccb113d0afc89ff50
4
- data.tar.gz: 750559140cd086ea75f303539055153db2bea27c
3
+ metadata.gz: 8ce0115074817237b0c71b39adbd293fe2689527
4
+ data.tar.gz: 34d1310a01d74157116f62843a7f2af0646a5f79
5
5
  SHA512:
6
- metadata.gz: 43abc311a8d6c18e032f93ead60b968c3c2fe329ff4863dfff0fac516ebadc17890c3dbdd6665043a4993f3cc1fd5be49e0bc170178e9182b73c2c1ed9add787
7
- data.tar.gz: 13a21aeae06a01f2523b723d902f8c4614c33d867dc1eb4088591f1599d6be66a83a13f78ae271ef672bd74117812c605c80c0e6d2823a43e28a15d84ffe4f17
6
+ metadata.gz: d4a0f35b77687ca90b5902ab161813c03bbc9e019526528050457ffa50be63496df981bac042e2bb6f81824be0c3d00aa45e5f98a805674eb84e634d050f7d0b
7
+ data.tar.gz: 8973aeaf9ac86eab1af844c36f94320b64e94d99d37e2aadd02c4905e88896f40c931287bb6c439f6e57f76500e5939cdcfb796861d1d09e99b548b6efb9f81f
@@ -3,6 +3,7 @@ rvm:
3
3
  - 1.9.3
4
4
  - 2.0.0
5
5
  - 2.1.3
6
+ - 2.4.0
6
7
  env:
7
8
  - RUBYOPT="$RUBYOPT -Itest"
8
9
  before_install:
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- diffbot (0.1.13)
4
+ diffbot (0.1.14)
5
5
  excon
6
6
  hashie
7
7
  nokogiri (~> 1.6.8.1)
@@ -15,7 +15,7 @@ GEM
15
15
  coderay (1.1.0)
16
16
  docile (1.1.5)
17
17
  excon (0.54.0)
18
- hashie (3.4.6)
18
+ hashie (3.5.1)
19
19
  method_source (0.8.2)
20
20
  mini_portile2 (2.1.0)
21
21
  minitest (4.7.0)
@@ -47,4 +47,4 @@ DEPENDENCIES
47
47
  rake
48
48
 
49
49
  BUNDLED WITH
50
- 1.13.2
50
+ 1.14.3
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "diffbot"
3
- s.version = "0.1.13"
3
+ s.version = "0.1.14"
4
4
  s.description = "Diffbot provides a concise API for analyzing and extracting semantic information from web pages using Diffbot (http://www.diffbot.com)."
5
5
  s.summary = "Ruby interface to the Diffbot API "
6
6
  s.authors = ["Nicolas Sanguinetti", "Roman Greshny"]
@@ -1,4 +1,4 @@
1
- require "hashie/trash"
1
+ require "hashie"
2
2
  require "diffbot/coercible_hash"
3
3
  require "diffbot/request"
4
4
  require "diffbot/article"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diffbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Sanguinetti
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-01-28 00:00:00.000000000 Z
12
+ date: 2017-02-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: excon
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  version: '0'
159
159
  requirements: []
160
160
  rubyforge_project:
161
- rubygems_version: 2.5.1
161
+ rubygems_version: 2.6.8
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: Ruby interface to the Diffbot API