umlaut-primo 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/MIT-LICENSE +20 -0
- data/README.md +10 -0
- data/Rakefile +35 -0
- data/lib/umlaut_primo/primo_service.rb +522 -0
- data/lib/umlaut_primo/primo_source.rb +59 -0
- data/lib/umlaut_primo/version.rb +3 -0
- data/lib/umlaut_primo.rb +2 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/images/rails.png +0 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/controllers/umlaut_controller.rb +122 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/config/application.rb +63 -0
- data/test/dummy/config/boot.rb +6 -0
- data/test/dummy/config/database.yml +61 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +41 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/primo.yml +55 -0
- data/test/dummy/config/routes.rb +60 -0
- data/test/dummy/config/umlaut_services.yml +29 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/migrate/20130306173028_umlaut_init.umlaut.rb +106 -0
- data/test/dummy/db/migrate/20130306173029_umlaut_add_service_response_index.umlaut.rb +10 -0
- data/test/dummy/db/schema.rb +118 -0
- data/test/dummy/db/seeds.rb +7 -0
- data/test/dummy/log/development.log +4 -0
- data/test/dummy/log/test.log +19611 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/public/robots.txt +5 -0
- data/test/dummy/script/rails +6 -0
- data/test/fixtures/referent_values.yml +96 -0
- data/test/fixtures/referents.yml +12 -0
- data/test/fixtures/requests.yml +20 -0
- data/test/fixtures/sfx_urls.yml +4 -0
- data/test/test_helper.rb +30 -0
- data/test/unit/primo_service_test.rb +228 -0
- data/test/unit/primo_source_test.rb +78 -0
- data/test/vcr_cassettes/australian_journal_of_international_affairs_by_id.yml +284 -0
- data/test/vcr_cassettes/musical_quarterly_by_issn.yml +263 -0
- data/test/vcr_cassettes/travels_with_my_by_id.yml +167 -0
- metadata +284 -0
@@ -0,0 +1,167 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://primo.library.edu/PrimoWebServices/services/searcher
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
9
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://primo.library.edu/PrimoWebServices/services/searcher"
|
10
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><getRecord><request><![CDATA[<fullViewRequest
|
11
|
+
xmlns="http://www.exlibris.com/primo/xsd/wsRequest" xmlns:uic="http://www.exlibris.com/primo/xsd/primoview/uicomponents"><PrimoSearchRequest
|
12
|
+
xmlns="http://www.exlibris.com/primo/xsd/search/request"><QueryTerms><BoolOpeator>AND</BoolOpeator></QueryTerms><StartIndex>1</StartIndex><BulkSize>5</BulkSize><DidUMeanEnabled>false</DidUMeanEnabled></PrimoSearchRequest><institution>NYU</institution><docId>aleph000062856</docId></fullViewRequest>]]></request></getRecord></env:Body></env:Envelope>
|
13
|
+
headers:
|
14
|
+
Soapaction:
|
15
|
+
- ! '"getRecord"'
|
16
|
+
Content-Type:
|
17
|
+
- text/xml;charset=UTF-8
|
18
|
+
Content-Length:
|
19
|
+
- '833'
|
20
|
+
Accept:
|
21
|
+
- ! '*/*'
|
22
|
+
User-Agent:
|
23
|
+
- Ruby
|
24
|
+
response:
|
25
|
+
status:
|
26
|
+
code: 200
|
27
|
+
message: OK
|
28
|
+
headers:
|
29
|
+
X-Powered-By:
|
30
|
+
- ! 'Servlet 2.4; Tomcat-5.0.28/JBoss-4.0.1 (build: CVSTag=JBoss_4_0_1 date=200412230944)'
|
31
|
+
Content-Type:
|
32
|
+
- text/xml;charset=utf-8
|
33
|
+
Transfer-Encoding:
|
34
|
+
- chunked
|
35
|
+
Date:
|
36
|
+
- Wed, 06 Mar 2013 20:27:14 GMT
|
37
|
+
Server:
|
38
|
+
- Apache-Coyote/1.1
|
39
|
+
body:
|
40
|
+
encoding: US-ASCII
|
41
|
+
string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
42
|
+
xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><soapenv:Body><getRecordResponse
|
43
|
+
soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><getRecordReturn
|
44
|
+
xsi:type=\"soapenc:string\" xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"><SEGMENTS
|
45
|
+
xmlns="http://www.exlibrisgroup.com/xsd/jaguar/search">\n <JAGROOT>\n
|
46
|
+
\ <RESULT>\n <DOCSET TOTALHITS="1">\n <sear:DOC
|
47
|
+
LOCAL="true" xmlns="http://www.exlibrisgroup.com/xsd/primo/primo_nm_bib"
|
48
|
+
xmlns:sear="http://www.exlibrisgroup.com/xsd/jaguar/search">\n
|
49
|
+
\ <PrimoNMBib>\n <record>\n <control>\n
|
50
|
+
\ <sourcerecordid>000062856</sourcerecordid>\n <sourceid>aleph</sourceid>\n
|
51
|
+
\ <recordid>aleph000062856</recordid>\n <originalsourceid>LIB01</originalsourceid>\n
|
52
|
+
\ <ilsapiid>LIB01000062856</ilsapiid>\n <sourceformat>MARC21</sourceformat>\n
|
53
|
+
\ <sourcesystem>Aleph</sourcesystem>\n </control>\n
|
54
|
+
\ <display>\n <type>book</type>\n
|
55
|
+
\ <title>Travels with my aunt</title>\n <creator>Graham
|
56
|
+
\ Greene 1904-1991.</creator>\n <edition>Deluxe
|
57
|
+
ed.</edition>\n <publisher>New York : Penguin Books</publisher>\n
|
58
|
+
\ <creationdate>2004</creationdate>\n <format>xvi,
|
59
|
+
254 p. ; 22 cm.</format>\n <identifier>$$Cisbn$$V0143039008;
|
60
|
+
$$Cisbn$$V9780143039006</identifier>\n <subject>British
|
61
|
+
-- Foreign countries -- Fiction; Women travelers -- Fiction; Older women --
|
62
|
+
Fiction; Travelers -- Fiction; Retirees -- Fiction; Aunts -- Fiction; Humorous
|
63
|
+
stories</subject>\n <language>eng</language>\n
|
64
|
+
\ <relation>$$Cseries $$VPenguin classics</relation>\n
|
65
|
+
\ <source>aleph</source>\n <availlibrary>$$INYU$$LBOBST$$1Main
|
66
|
+
Collection$$2(PR6013.R44 T7 2004 )$$Sunavailable$$31$$41$$5N$$61$$XNYU50$$YBOBST$$ZMAIN</availlibrary>\n
|
67
|
+
\ <lds02>aleph000062856</lds02>\n <lds01>NYU</lds01>\n
|
68
|
+
\ <availinstitution>$$INYU$$Sunavailable</availinstitution>\n
|
69
|
+
\ <availpnx>unavailable</availpnx>\n </display>\n
|
70
|
+
\ <links>\n <openurl>$$Topenurl_journal</openurl>\n
|
71
|
+
\ <backlink>$$Taleph_backlink$$DMore bibliographic information</backlink>\n
|
72
|
+
\ <thumbnail>$$Tamazon_thumb</thumbnail>\n
|
73
|
+
\ <linktotoc>$$Uhttps://ezproxy.library.edu/login?url=http://dummy.toc.com$$DDummy
|
74
|
+
Table of Contents</linktotoc>\n <openurlfulltext>$$Topenurlfull_journal</openurlfulltext>\n
|
75
|
+
\ <linktoholdings>$$Taleph_holdings</linktoholdings>\n
|
76
|
+
\ <linktoreview>$$TpersistentUrl$$DCopy item link</linktoreview>\n
|
77
|
+
\ <linktouc>$$Tamazon_uc$$DCheck Amazon</linktouc>\n
|
78
|
+
\ <linktouc>$$Tworldcat_isbn$$DCheck other libraries (WorldCat®)</linktouc>\n
|
79
|
+
\ <linktoexcerpt>$$Tsyndetics_excerpt$$DExcerpt from item</linktoexcerpt>\n
|
80
|
+
\ </links>\n <search>\n <creatorcontrib>Graham,
|
81
|
+
\ Greene 1904-1991.</creatorcontrib>\n <creatorcontrib>Greene,
|
82
|
+
Graham, 1904-1991.</creatorcontrib>\n <creatorcontrib>Greene,
|
83
|
+
G</creatorcontrib>\n <creatorcontrib>Graham Greene
|
84
|
+
; introduction by Gloria Emerson.</creatorcontrib>\n <creatorcontrib>Greene,
|
85
|
+
Henry Graham, 1904-1991</creatorcontrib>\n <creatorcontrib>Gŭrin,
|
86
|
+
Gŭreŏm, 1904-1991</creatorcontrib>\n <creatorcontrib>Grin,
|
87
|
+
Greham, 1904-1991</creatorcontrib>\n <creatorcontrib>Grīna,
|
88
|
+
Grāhama, 1904-1991</creatorcontrib>\n <creatorcontrib>Grin,
|
89
|
+
Grėm, 1904-1991</creatorcontrib>\n <creatorcontrib>格拉姆・葛林,
|
90
|
+
1904-1991</creatorcontrib>\n <creatorcontrib>Grīns,
|
91
|
+
Greiems, 1904-1991</creatorcontrib>\n <creatorcontrib>Grīns,
|
92
|
+
G. (Greiems), 1904-1991</creatorcontrib>\n <title>Travels
|
93
|
+
with my aunt /</title>\n <subject>British Foreign
|
94
|
+
countries Fiction</subject>\n <subject>Women travelers
|
95
|
+
\ Fiction</subject>\n <subject>Older women Fiction</subject>\n
|
96
|
+
\ <subject>Travelers Fiction</subject>\n <subject>Retirees
|
97
|
+
\ Fiction</subject>\n <subject>Aunts Fiction</subject>\n
|
98
|
+
\ <subject>Humorous stories</subject>\n <subject>People,
|
99
|
+
Retired</subject>\n <subject>Retired persons</subject>\n
|
100
|
+
\ <subject>Retired people</subject>\n <subject>Travelers,
|
101
|
+
Women</subject>\n <subject>Britishers</subject>\n
|
102
|
+
\ <subject>British people</subject>\n <subject>Britons
|
103
|
+
(British)</subject>\n <subject>Brits</subject>\n
|
104
|
+
\ <subject>Aged women</subject>\n <general>Penguin
|
105
|
+
Books,</general>\n <general>"Graham Greene
|
106
|
+
centennial, 1904-2004"--Cover.</general>\n <sourceid>aleph</sourceid>\n
|
107
|
+
\ <recordid>aleph000062856</recordid>\n <isbn>0143039008</isbn>\n
|
108
|
+
\ <isbn>9780143039006</isbn>\n <rsrctype>book</rsrctype>\n
|
109
|
+
\ <creationdate>2004</creationdate>\n <creationdate>1969</creationdate>\n
|
110
|
+
\ <addtitle>Penguin classics</addtitle>\n <searchscope>BOBST</searchscope>\n
|
111
|
+
\ <searchscope>BOBST Main Collection</searchscope>\n
|
112
|
+
\ <searchscope>aleph</searchscope>\n <searchscope>NYU</searchscope>\n
|
113
|
+
\ <scope>BOBST</scope>\n <scope>BOBST
|
114
|
+
Main Collection</scope>\n <scope>aleph</scope>\n
|
115
|
+
\ <scope>NYU</scope>\n <lsr01>PR6013.R44
|
116
|
+
T7 2004</lsr01>\n <lsr01>PR6013 .R44 T7 2004</lsr01>\n
|
117
|
+
\ <lsr02>Penguin Books,</lsr02>\n </search>\n
|
118
|
+
\ <sort>\n <title>Travels with my aunt
|
119
|
+
/</title>\n <creationdate>2004</creationdate>\n
|
120
|
+
\ <author>Greene, Graham, 1904-1991.</author>\n
|
121
|
+
\ <lso01>2004</lso01>\n </sort>\n
|
122
|
+
\ <facets>\n <language>eng</language>\n
|
123
|
+
\ <creationdate>2004</creationdate>\n <topic>British–Foreign
|
124
|
+
countries–Fiction</topic>\n <topic>Women
|
125
|
+
travelers–Fiction</topic>\n <topic>Older
|
126
|
+
women–Fiction</topic>\n <topic>Travelers–Fiction</topic>\n
|
127
|
+
\ <topic>Retirees–Fiction</topic>\n <topic>Aunts–Fiction</topic>\n
|
128
|
+
\ <collection>BOBST</collection>\n <prefilter>books</prefilter>\n
|
129
|
+
\ <rsrctype>books</rsrctype>\n <creatorcontrib>Greene,
|
130
|
+
G</creatorcontrib>\n <genre>Fiction</genre>\n
|
131
|
+
\ <genre>Humorous stories</genre>\n <library>BOBST</library>\n
|
132
|
+
\ <lfc01>Main Collection</lfc01>\n <classificationlcc>P
|
133
|
+
- Language and literature.–English literature</classificationlcc>\n
|
134
|
+
\ <frbrgroupid>44552541</frbrgroupid>\n <frbrtype>5</frbrtype>\n
|
135
|
+
\ </facets>\n <dedup>\n <t>1</t>\n
|
136
|
+
\ <c1>2004559272</c1>\n <c2>0143039008;9780143039006</c2>\n
|
137
|
+
\ <c3>travelswithmyaunt</c3>\n <c4>2004</c4>\n
|
138
|
+
\ <f1>2004559272</f1>\n <f3>0143039008;9780143039006</f3>\n
|
139
|
+
\ <f5>travelswithmyaunt</f5>\n <f6>2004</f6>\n
|
140
|
+
\ <f7>travels with my aunt</f7>\n <f8>nyu</f8>\n
|
141
|
+
\ <f9>xvi, 254 p. ;</f9>\n <f10>penguin
|
142
|
+
books</f10>\n <f11>greene graham 1904 1991</f11>\n
|
143
|
+
\ </dedup>\n <frbr>\n <t>1</t>\n
|
144
|
+
\ <k1>$$Kgreene graham 1904 1991$$AA</k1>\n <k3>$$Kbooktravels
|
145
|
+
with my aunt$$AT</k3>\n </frbr>\n <delivery>\n
|
146
|
+
\ <institution>NYU</institution>\n <delcategory>Physical
|
147
|
+
Item</delcategory>\n </delivery>\n <enrichment>\n
|
148
|
+
\ <classificationlcc>PR6013.R44</classificationlcc>\n
|
149
|
+
\ </enrichment>\n <ranking>\n <booster1>1</booster1>\n
|
150
|
+
\ <booster2>1</booster2>\n </ranking>\n
|
151
|
+
\ <addata>\n <aulast>Greene</aulast>\n
|
152
|
+
\ <aufirst>Graham,</aufirst>\n <au>Greene,
|
153
|
+
Graham, 1904-1991</au>\n <btitle>Travels with my
|
154
|
+
aunt</btitle>\n <seriestitle>Penguin classics</seriestitle>\n
|
155
|
+
\ <date>2004</date>\n <risdate>2004.</risdate>\n
|
156
|
+
\ <isbn>0143039008</isbn>\n <isbn>9780143039006</isbn>\n
|
157
|
+
\ <format>book</format>\n <genre>book</genre>\n
|
158
|
+
\ <ristype>BOOK</ristype>\n <notes>Includes
|
159
|
+
bibliographical references (p. xv-xvi).</notes>\n <cop>New
|
160
|
+
York</cop>\n <pub>Penguin Books</pub>\n <oclcid>56781200</oclcid>\n
|
161
|
+
\ <lccn>2004559272</lccn>\n <lad01>BOBST</lad01>\n
|
162
|
+
\ <lad01>Physical Item</lad01>\n </addata>\n
|
163
|
+
\ </record>\n </PrimoNMBib>\n </sear:DOC>\n
|
164
|
+
\ </DOCSET>\n </RESULT>\n </JAGROOT>\n</SEGMENTS>\n</getRecordReturn></getRecordResponse></soapenv:Body></soapenv:Envelope>"
|
165
|
+
http_version:
|
166
|
+
recorded_at: Wed, 06 Mar 2013 20:27:14 GMT
|
167
|
+
recorded_with: VCR 2.4.0
|
metadata
ADDED
@@ -0,0 +1,284 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: umlaut-primo
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Scot Dalton
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2013-03-06 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rake
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ~>
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 10.0.3
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ~>
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 10.0.3
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: require_all
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
34
|
+
requirements:
|
35
|
+
- - ~>
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: 1.2.1
|
38
|
+
type: :runtime
|
39
|
+
prerelease: false
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ~>
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: 1.2.1
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: exlibris-primo
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
50
|
+
requirements:
|
51
|
+
- - ~>
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: 1.0.7
|
54
|
+
type: :runtime
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
58
|
+
requirements:
|
59
|
+
- - ~>
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 1.0.7
|
62
|
+
- !ruby/object:Gem::Dependency
|
63
|
+
name: jquery-rails
|
64
|
+
requirement: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
66
|
+
requirements:
|
67
|
+
- - ~>
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: 2.2.1
|
70
|
+
type: :development
|
71
|
+
prerelease: false
|
72
|
+
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
74
|
+
requirements:
|
75
|
+
- - ~>
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: 2.2.1
|
78
|
+
- !ruby/object:Gem::Dependency
|
79
|
+
name: mysql2
|
80
|
+
requirement: !ruby/object:Gem::Requirement
|
81
|
+
none: false
|
82
|
+
requirements:
|
83
|
+
- - ~>
|
84
|
+
- !ruby/object:Gem::Version
|
85
|
+
version: 0.3.11
|
86
|
+
type: :development
|
87
|
+
prerelease: false
|
88
|
+
version_requirements: !ruby/object:Gem::Requirement
|
89
|
+
none: false
|
90
|
+
requirements:
|
91
|
+
- - ~>
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: 0.3.11
|
94
|
+
- !ruby/object:Gem::Dependency
|
95
|
+
name: rdoc
|
96
|
+
requirement: !ruby/object:Gem::Requirement
|
97
|
+
none: false
|
98
|
+
requirements:
|
99
|
+
- - ! '>='
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
version: '0'
|
102
|
+
type: :development
|
103
|
+
prerelease: false
|
104
|
+
version_requirements: !ruby/object:Gem::Requirement
|
105
|
+
none: false
|
106
|
+
requirements:
|
107
|
+
- - ! '>='
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: '0'
|
110
|
+
- !ruby/object:Gem::Dependency
|
111
|
+
name: vcr
|
112
|
+
requirement: !ruby/object:Gem::Requirement
|
113
|
+
none: false
|
114
|
+
requirements:
|
115
|
+
- - ~>
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: 2.4.0
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
none: false
|
122
|
+
requirements:
|
123
|
+
- - ~>
|
124
|
+
- !ruby/object:Gem::Version
|
125
|
+
version: 2.4.0
|
126
|
+
- !ruby/object:Gem::Dependency
|
127
|
+
name: webmock
|
128
|
+
requirement: !ruby/object:Gem::Requirement
|
129
|
+
none: false
|
130
|
+
requirements:
|
131
|
+
- - ~>
|
132
|
+
- !ruby/object:Gem::Version
|
133
|
+
version: 1.9.0
|
134
|
+
type: :development
|
135
|
+
prerelease: false
|
136
|
+
version_requirements: !ruby/object:Gem::Requirement
|
137
|
+
none: false
|
138
|
+
requirements:
|
139
|
+
- - ~>
|
140
|
+
- !ruby/object:Gem::Version
|
141
|
+
version: 1.9.0
|
142
|
+
description: Umlaut service to provide fulltext, holdings, etc. from the Primo discovery
|
143
|
+
solution.
|
144
|
+
email:
|
145
|
+
- scotdalton@gmail.com
|
146
|
+
executables: []
|
147
|
+
extensions: []
|
148
|
+
extra_rdoc_files: []
|
149
|
+
files:
|
150
|
+
- lib/umlaut_primo/primo_service.rb
|
151
|
+
- lib/umlaut_primo/primo_source.rb
|
152
|
+
- lib/umlaut_primo/version.rb
|
153
|
+
- lib/umlaut_primo.rb
|
154
|
+
- MIT-LICENSE
|
155
|
+
- Rakefile
|
156
|
+
- README.md
|
157
|
+
- test/dummy/app/assets/images/rails.png
|
158
|
+
- test/dummy/app/assets/javascripts/application.js
|
159
|
+
- test/dummy/app/assets/stylesheets/application.css
|
160
|
+
- test/dummy/app/controllers/application_controller.rb
|
161
|
+
- test/dummy/app/controllers/umlaut_controller.rb
|
162
|
+
- test/dummy/app/helpers/application_helper.rb
|
163
|
+
- test/dummy/app/views/layouts/application.html.erb
|
164
|
+
- test/dummy/config/application.rb
|
165
|
+
- test/dummy/config/boot.rb
|
166
|
+
- test/dummy/config/database.yml
|
167
|
+
- test/dummy/config/environment.rb
|
168
|
+
- test/dummy/config/environments/development.rb
|
169
|
+
- test/dummy/config/environments/production.rb
|
170
|
+
- test/dummy/config/environments/test.rb
|
171
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
172
|
+
- test/dummy/config/initializers/inflections.rb
|
173
|
+
- test/dummy/config/initializers/mime_types.rb
|
174
|
+
- test/dummy/config/initializers/secret_token.rb
|
175
|
+
- test/dummy/config/initializers/session_store.rb
|
176
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
177
|
+
- test/dummy/config/locales/en.yml
|
178
|
+
- test/dummy/config/primo.yml
|
179
|
+
- test/dummy/config/routes.rb
|
180
|
+
- test/dummy/config/umlaut_services.yml
|
181
|
+
- test/dummy/config.ru
|
182
|
+
- test/dummy/db/migrate/20130306173028_umlaut_init.umlaut.rb
|
183
|
+
- test/dummy/db/migrate/20130306173029_umlaut_add_service_response_index.umlaut.rb
|
184
|
+
- test/dummy/db/schema.rb
|
185
|
+
- test/dummy/db/seeds.rb
|
186
|
+
- test/dummy/log/development.log
|
187
|
+
- test/dummy/log/test.log
|
188
|
+
- test/dummy/public/404.html
|
189
|
+
- test/dummy/public/422.html
|
190
|
+
- test/dummy/public/500.html
|
191
|
+
- test/dummy/public/favicon.ico
|
192
|
+
- test/dummy/public/robots.txt
|
193
|
+
- test/dummy/Rakefile
|
194
|
+
- test/dummy/script/rails
|
195
|
+
- test/fixtures/referent_values.yml
|
196
|
+
- test/fixtures/referents.yml
|
197
|
+
- test/fixtures/requests.yml
|
198
|
+
- test/fixtures/sfx_urls.yml
|
199
|
+
- test/test_helper.rb
|
200
|
+
- test/unit/primo_service_test.rb
|
201
|
+
- test/unit/primo_source_test.rb
|
202
|
+
- test/vcr_cassettes/australian_journal_of_international_affairs_by_id.yml
|
203
|
+
- test/vcr_cassettes/musical_quarterly_by_issn.yml
|
204
|
+
- test/vcr_cassettes/travels_with_my_by_id.yml
|
205
|
+
homepage: https://github.com/team-umlaut/umlaut-primo
|
206
|
+
licenses: []
|
207
|
+
post_install_message:
|
208
|
+
rdoc_options: []
|
209
|
+
require_paths:
|
210
|
+
- lib
|
211
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
212
|
+
none: false
|
213
|
+
requirements:
|
214
|
+
- - ! '>='
|
215
|
+
- !ruby/object:Gem::Version
|
216
|
+
version: '0'
|
217
|
+
segments:
|
218
|
+
- 0
|
219
|
+
hash: -189293764418915497
|
220
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
221
|
+
none: false
|
222
|
+
requirements:
|
223
|
+
- - ! '>='
|
224
|
+
- !ruby/object:Gem::Version
|
225
|
+
version: '0'
|
226
|
+
segments:
|
227
|
+
- 0
|
228
|
+
hash: -189293764418915497
|
229
|
+
requirements: []
|
230
|
+
rubyforge_project:
|
231
|
+
rubygems_version: 1.8.24
|
232
|
+
signing_key:
|
233
|
+
specification_version: 3
|
234
|
+
summary: Umlaut service to provide fulltext, holdings, etc. from the Primo discovery
|
235
|
+
solution.
|
236
|
+
test_files:
|
237
|
+
- test/dummy/app/assets/images/rails.png
|
238
|
+
- test/dummy/app/assets/javascripts/application.js
|
239
|
+
- test/dummy/app/assets/stylesheets/application.css
|
240
|
+
- test/dummy/app/controllers/application_controller.rb
|
241
|
+
- test/dummy/app/controllers/umlaut_controller.rb
|
242
|
+
- test/dummy/app/helpers/application_helper.rb
|
243
|
+
- test/dummy/app/views/layouts/application.html.erb
|
244
|
+
- test/dummy/config/application.rb
|
245
|
+
- test/dummy/config/boot.rb
|
246
|
+
- test/dummy/config/database.yml
|
247
|
+
- test/dummy/config/environment.rb
|
248
|
+
- test/dummy/config/environments/development.rb
|
249
|
+
- test/dummy/config/environments/production.rb
|
250
|
+
- test/dummy/config/environments/test.rb
|
251
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
252
|
+
- test/dummy/config/initializers/inflections.rb
|
253
|
+
- test/dummy/config/initializers/mime_types.rb
|
254
|
+
- test/dummy/config/initializers/secret_token.rb
|
255
|
+
- test/dummy/config/initializers/session_store.rb
|
256
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
257
|
+
- test/dummy/config/locales/en.yml
|
258
|
+
- test/dummy/config/primo.yml
|
259
|
+
- test/dummy/config/routes.rb
|
260
|
+
- test/dummy/config/umlaut_services.yml
|
261
|
+
- test/dummy/config.ru
|
262
|
+
- test/dummy/db/migrate/20130306173028_umlaut_init.umlaut.rb
|
263
|
+
- test/dummy/db/migrate/20130306173029_umlaut_add_service_response_index.umlaut.rb
|
264
|
+
- test/dummy/db/schema.rb
|
265
|
+
- test/dummy/db/seeds.rb
|
266
|
+
- test/dummy/log/development.log
|
267
|
+
- test/dummy/log/test.log
|
268
|
+
- test/dummy/public/404.html
|
269
|
+
- test/dummy/public/422.html
|
270
|
+
- test/dummy/public/500.html
|
271
|
+
- test/dummy/public/favicon.ico
|
272
|
+
- test/dummy/public/robots.txt
|
273
|
+
- test/dummy/Rakefile
|
274
|
+
- test/dummy/script/rails
|
275
|
+
- test/fixtures/referent_values.yml
|
276
|
+
- test/fixtures/referents.yml
|
277
|
+
- test/fixtures/requests.yml
|
278
|
+
- test/fixtures/sfx_urls.yml
|
279
|
+
- test/test_helper.rb
|
280
|
+
- test/unit/primo_service_test.rb
|
281
|
+
- test/unit/primo_source_test.rb
|
282
|
+
- test/vcr_cassettes/australian_journal_of_international_affairs_by_id.yml
|
283
|
+
- test/vcr_cassettes/musical_quarterly_by_issn.yml
|
284
|
+
- test/vcr_cassettes/travels_with_my_by_id.yml
|