diffbot 0.1.11 → 0.1.12

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: 15d40f2ca67abdb8d7e877ae6f96ba9d3cbf2f9e
4
- data.tar.gz: b79c073362bad2b03951ff40531cc65b95004434
3
+ metadata.gz: 837b676aaaaea3d3dc4347e28c9b13b20406a8e4
4
+ data.tar.gz: 452d80013f218fc6a202959c1d5ae50ab664ee01
5
5
  SHA512:
6
- metadata.gz: cf4188d997ef5cf0885616c339478d6f970810c581ec7ac565c258094c327a74d45f679df040e0ee0a701382ae35b1b022555ed5f4d21f18a5b9e56bfe110c15
7
- data.tar.gz: cdd3dce4a18680088977d85e2edc3bccb595f37b014184aebf06b8cc339d44eaa2c7610298c9a11f11cf65ce15ff3bea20baa7a1fccb6017a785a44f735623ed
6
+ metadata.gz: 08030154796e8765694d6e87869174dab100c464b351c954d7f8d697529198074221387368034b9f51327a488f4ed82164aa125abfc950169ad0bb6376afb3c1
7
+ data.tar.gz: 759e922450635fe133ecf739a48208f35ea3ceeed6e23474e4925db0b14f4130b59106ac1e7d4be30d6368826e664d36a4e038ccb305937dee4f9e728f677989
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- diffbot (0.1.11)
4
+ diffbot (0.1.12)
5
5
  excon
6
6
  hashie
7
7
  nokogiri
@@ -20,7 +20,7 @@ GEM
20
20
  mini_portile2 (2.1.0)
21
21
  minitest (4.7.0)
22
22
  multi_json (1.10.1)
23
- nokogiri (1.6.8.1)
23
+ nokogiri (1.7.0)
24
24
  mini_portile2 (~> 2.1.0)
25
25
  pry (0.10.1)
26
26
  coderay (~> 1.1.0)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "diffbot"
3
- s.version = "0.1.11"
3
+ s.version = "0.1.12"
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"]
@@ -7,6 +7,8 @@ module Diffbot
7
7
  # by Diffbot.
8
8
  class Frontpage < Hashie::Trash
9
9
  extend CoercibleHash
10
+ include Hashie::Extensions::Coercion
11
+ include Hashie::Extensions::IndifferentAccess
10
12
 
11
13
  # Public: Fetch a frontpage's information from a URL.
12
14
  #
@@ -7,6 +7,8 @@ module Diffbot
7
7
  # by Diffbot.
8
8
  class Product < Hashie::Trash
9
9
  extend CoercibleHash
10
+ include Hashie::Extensions::Coercion
11
+ include Hashie::Extensions::IndifferentAccess
10
12
  # Public: The Product API analyzes a shopping or e-commerce product page
11
13
  # and returns information on the product.
12
14
  #
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.11
4
+ version: 0.1.12
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: 2016-11-27 00:00:00.000000000 Z
12
+ date: 2017-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: excon