summon 1.2.3 → 1.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Changelog.md +4 -0
- data/lib/summon/schema/document.rb +1 -0
- data/lib/summon/version.rb +2 -2
- metadata +13 -14
- data/Gemfile.lock +0 -28
data/Changelog.md
CHANGED
@@ -49,6 +49,7 @@ class Summon::Document < Summon::Schema
|
|
49
49
|
attr :snippet #highlight
|
50
50
|
attr :abstract
|
51
51
|
attr :fulltext, :boolean => true, :json_name => "hasFullText"
|
52
|
+
attr :print, :boolean => true, :json_name => "isPrint"
|
52
53
|
attr :uri, :json_name => "URI"
|
53
54
|
attr :url
|
54
55
|
attr :open_url
|
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: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 1.2.
|
9
|
+
- 4
|
10
|
+
version: 1.2.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Charles Lowell
|
@@ -16,11 +16,12 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-06
|
19
|
+
date: 2011-07-06 00:00:00 -05:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
23
|
-
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
24
25
|
none: false
|
25
26
|
requirements:
|
26
27
|
- - ">="
|
@@ -31,12 +32,12 @@ dependencies:
|
|
31
32
|
- 2
|
32
33
|
- 0
|
33
34
|
version: 1.2.0
|
34
|
-
prerelease: false
|
35
35
|
type: :runtime
|
36
|
-
requirement: *id001
|
37
36
|
name: json
|
37
|
+
version_requirements: *id001
|
38
38
|
- !ruby/object:Gem::Dependency
|
39
|
-
|
39
|
+
prerelease: false
|
40
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
40
41
|
none: false
|
41
42
|
requirements:
|
42
43
|
- - ">="
|
@@ -47,12 +48,12 @@ dependencies:
|
|
47
48
|
- 0
|
48
49
|
- 0
|
49
50
|
version: 2.0.0
|
50
|
-
prerelease: false
|
51
51
|
type: :development
|
52
|
-
requirement: *id002
|
53
52
|
name: rspec
|
53
|
+
version_requirements: *id002
|
54
54
|
- !ruby/object:Gem::Dependency
|
55
|
-
|
55
|
+
prerelease: false
|
56
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
56
57
|
none: false
|
57
58
|
requirements:
|
58
59
|
- - ">="
|
@@ -61,10 +62,9 @@ dependencies:
|
|
61
62
|
segments:
|
62
63
|
- 0
|
63
64
|
version: "0"
|
64
|
-
prerelease: false
|
65
65
|
type: :development
|
66
|
-
requirement: *id003
|
67
66
|
name: rake
|
67
|
+
version_requirements: *id003
|
68
68
|
description: Ruby language bindings for Serials Solutions Summon Unified Discovery Service
|
69
69
|
email:
|
70
70
|
- cowboyd@thefrontside.net
|
@@ -80,7 +80,6 @@ files:
|
|
80
80
|
- .gitignore
|
81
81
|
- Changelog.md
|
82
82
|
- Gemfile
|
83
|
-
- Gemfile.lock
|
84
83
|
- README.md
|
85
84
|
- Rakefile
|
86
85
|
- bin/summon
|
data/Gemfile.lock
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
summon (1.2.3)
|
5
|
-
json (>= 1.2.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: http://rubygems.org/
|
9
|
-
specs:
|
10
|
-
diff-lcs (1.1.2)
|
11
|
-
json (1.5.1)
|
12
|
-
rake (0.9.1)
|
13
|
-
rspec (2.6.0)
|
14
|
-
rspec-core (~> 2.6.0)
|
15
|
-
rspec-expectations (~> 2.6.0)
|
16
|
-
rspec-mocks (~> 2.6.0)
|
17
|
-
rspec-core (2.6.3)
|
18
|
-
rspec-expectations (2.6.0)
|
19
|
-
diff-lcs (~> 1.1.2)
|
20
|
-
rspec-mocks (2.6.0)
|
21
|
-
|
22
|
-
PLATFORMS
|
23
|
-
ruby
|
24
|
-
|
25
|
-
DEPENDENCIES
|
26
|
-
rake
|
27
|
-
rspec (>= 2.0.0)
|
28
|
-
summon!
|