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 +4 -4
- data/Gemfile.lock +2 -2
- data/diffbot.gemspec +1 -1
- data/lib/diffbot/frontpage.rb +2 -0
- data/lib/diffbot/product.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 837b676aaaaea3d3dc4347e28c9b13b20406a8e4
|
4
|
+
data.tar.gz: 452d80013f218fc6a202959c1d5ae50ab664ee01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 08030154796e8765694d6e87869174dab100c464b351c954d7f8d697529198074221387368034b9f51327a488f4ed82164aa125abfc950169ad0bb6376afb3c1
|
7
|
+
data.tar.gz: 759e922450635fe133ecf739a48208f35ea3ceeed6e23474e4925db0b14f4130b59106ac1e7d4be30d6368826e664d36a4e038ccb305937dee4f9e728f677989
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
diffbot (0.1.
|
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.
|
23
|
+
nokogiri (1.7.0)
|
24
24
|
mini_portile2 (~> 2.1.0)
|
25
25
|
pry (0.10.1)
|
26
26
|
coderay (~> 1.1.0)
|
data/diffbot.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "diffbot"
|
3
|
-
s.version = "0.1.
|
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"]
|
data/lib/diffbot/frontpage.rb
CHANGED
data/lib/diffbot/product.rb
CHANGED
@@ -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.
|
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:
|
12
|
+
date: 2017-01-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: excon
|