summon 1.2.4 → 1.2.5

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.
data/Changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 1.2.5
2
+ * 1 major enhancement
3
+ * added ERIC field to document schema
4
+
1
5
  ### 1.2.4
2
6
  * 1 major enhancement
3
7
  * added print field to document schema
@@ -59,6 +59,7 @@ class Summon::Document < Summon::Schema
59
59
  attr :thumbnail_medium, :json_name => "thumbnail_m"
60
60
  attr :thumbnail_large, :json_name => "thumbnail_l"
61
61
  attr :availability_id
62
+ attr :eric, :json_name => "ERIC"
62
63
  attr :dbid, :json_name => "DBID", :single => false
63
64
 
64
65
  attr :lib_guide_tab, :json_name => "LibGuideTab_xml", :single => false
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Summon
3
- VERSION = "1.2.4"
3
+ VERSION = "1.2.5"
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 4
10
- version: 1.2.4
9
+ - 5
10
+ version: 1.2.5
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-06 00:00:00 -05:00
19
+ date: 2011-07-07 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency