summon 1.2.6 → 1.2.7
Sign up to get free protection for your applications and to get access to all the features.
- data/Changelog.md +5 -0
- data/lib/summon/schema/document.rb +2 -0
- data/lib/summon/version.rb +1 -1
- metadata +4 -4
data/Changelog.md
CHANGED
@@ -65,6 +65,8 @@ class Summon::Document < Summon::Schema
|
|
65
65
|
attr :lib_guide_tab, :json_name => "LibGuideTab_xml", :single => false
|
66
66
|
|
67
67
|
attr :spotlight_children, :single => false, :transform => :Document
|
68
|
+
attr :fulltext_hit, :json_name => "isFullTextHit"
|
69
|
+
attr :peer_documents, :single => false, :json_name => "peerDocuments", :transform => :Document
|
68
70
|
|
69
71
|
def content_type
|
70
72
|
@content_types.first
|
data/lib/summon/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: summon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 1.2.
|
9
|
+
- 7
|
10
|
+
version: 1.2.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Charles Lowell
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-
|
19
|
+
date: 2011-08-22 00:00:00 -05:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|