summon 1.2.6 → 1.2.7

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.
@@ -1,3 +1,8 @@
1
+ ### 1.2.7
2
+ * 2 major enhancements
3
+ * added fulltext_hit field to document schema
4
+ * added peer_documents field to document schema
5
+
1
6
  ### 1.2.6
2
7
  * 1 major enhancement
3
8
  * added content_types method (multi-value content types)
@@ -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
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Summon
3
- VERSION = "1.2.6"
3
+ VERSION = "1.2.7"
4
4
  end
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 6
10
- version: 1.2.6
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-07-26 00:00:00 -05:00
19
+ date: 2011-08-22 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency