exlibris-aleph 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. data/README.rdoc +3 -0
  2. data/lib/exlibris/aleph/tab_helper.rb +8 -7
  3. data/lib/exlibris/aleph/version.rb +1 -1
  4. data/test/dummy/config/aleph/alephe/sub_libraries.yml +1 -0
  5. data/test/dummy/config/aleph/{NYU50 → nyu50}/collections.yml +1 -0
  6. data/test/dummy/config/aleph/{NYU50 → nyu50}/item_permissions_by_item_process_status.yml +1 -0
  7. data/test/dummy/config/aleph/{NYU50 → nyu50}/item_permissions_by_item_status.yml +105 -104
  8. data/test/dummy/config/aleph/{NYU50 → nyu50}/items.yml +1 -0
  9. data/test/dummy/config/aleph/{NYU50 → nyu50}/patron_permissions.yml +28 -27
  10. data/test/dummy/config/aleph/{NYU50 → nyu50}/patrons.yml +1 -0
  11. data/test/dummy/config/aleph/{NYU50 → nyu50}/pickup_locations.yml +1 -0
  12. data/test/dummy/config/aleph/{NYU51 → nyu51}/collections.yml +1 -0
  13. data/test/dummy/config/aleph/{NYU51 → nyu51}/item_permissions_by_item_process_status.yml +1 -0
  14. data/test/dummy/config/aleph/{NYU51 → nyu51}/item_permissions_by_item_status.yml +7 -6
  15. data/test/dummy/config/aleph/{NYU51 → nyu51}/items.yml +1 -0
  16. data/test/dummy/config/aleph/{NYU51 → nyu51}/patron_permissions.yml +28 -27
  17. data/test/dummy/config/aleph/{NYU51 → nyu51}/patrons.yml +1 -0
  18. data/test/dummy/config/aleph/{NYU51 → nyu51}/pickup_locations.yml +1 -0
  19. data/test/dummy/config/initializers/aleph.rb +1 -1
  20. data/test/dummy/config/initializers/session_store.rb +1 -1
  21. data/test/dummy/config/initializers/wrap_parameters.rb +1 -1
  22. data/test/dummy/log/test.log +162 -0
  23. data/test/mnt/aleph_tab/alephe/tab/tab_sub_library.eng +378 -0
  24. data/test/mnt/aleph_tab/nyu50/tab/pc_tab_exp_field_extended.eng +158 -0
  25. data/test/mnt/aleph_tab/nyu50/tab/tab15.eng +4742 -0
  26. data/test/mnt/aleph_tab/nyu50/tab/tab16 +3792 -0
  27. data/test/mnt/aleph_tab/nyu50/tab/tab31 +998 -0
  28. data/test/mnt/aleph_tab/nyu50/tab/tab37 +405 -0
  29. data/test/mnt/aleph_tab/nyu50/tab/tab40.eng +335 -0
  30. data/test/mnt/aleph_tab/nyu50/tab/tab_www_item_desc.eng +208 -0
  31. data/test/mnt/aleph_tab/nyu51/tab/pc_tab_exp_field_extended.eng +178 -0
  32. data/test/mnt/aleph_tab/nyu51/tab/tab15.eng +593 -0
  33. data/test/mnt/aleph_tab/nyu51/tab/tab16 +630 -0
  34. data/test/mnt/aleph_tab/nyu51/tab/tab31 +412 -0
  35. data/test/mnt/aleph_tab/nyu51/tab/tab37 +202 -0
  36. data/test/mnt/aleph_tab/nyu51/tab/tab40.eng +52 -0
  37. data/test/mnt/aleph_tab/nyu51/tab/tab_www_item_desc.eng +208 -0
  38. data/test/mnt/aleph_tab/pc_tab_exp_field_extended.eng +158 -0
  39. data/test/mnt/aleph_tab/tab15.eng +4742 -0
  40. data/test/mnt/aleph_tab/tab16 +3792 -0
  41. data/test/mnt/aleph_tab/tab31 +998 -0
  42. data/test/mnt/aleph_tab/tab37 +405 -0
  43. data/test/mnt/aleph_tab/tab40.eng +335 -0
  44. data/test/mnt/aleph_tab/tab_sub_library.eng +378 -0
  45. data/test/mnt/aleph_tab/tab_www_item_desc.eng +208 -0
  46. data/test/test_helper.rb +34 -2
  47. data/test/unit/bor_auth_test.rb +16 -12
  48. data/test/unit/patron_test.rb +19 -15
  49. data/test/unit/record_test.rb +15 -11
  50. data/test/unit/tab_helper_benchmarks.rb +1 -1
  51. data/test/unit/tab_helper_test.rb +7 -7
  52. data/test/vcr_cassettes/bor_auth.yml +44 -0
  53. data/test/vcr_cassettes/patron.yml +83 -0
  54. data/test/vcr_cassettes/record.yml +145 -0
  55. metadata +149 -82
  56. data/test/dummy/config/aleph/sub_libraries.yml +0 -776
metadata CHANGED
@@ -1,80 +1,96 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exlibris-aleph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
5
- prerelease:
4
+ prerelease:
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Scot Dalton
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-05 00:00:00.000000000 Z
12
+ date: 2012-10-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
16
+ version_requirements: !ruby/object:Gem::Requirement
18
17
  requirements:
19
18
  - - ~>
20
19
  - !ruby/object:Gem::Version
21
20
  version: 3.2.0
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
21
  none: false
22
+ requirement: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
29
26
  version: 3.2.0
27
+ none: false
28
+ prerelease: false
29
+ type: :runtime
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: nokogiri
32
- requirement: !ruby/object:Gem::Requirement
33
- none: false
32
+ version_requirements: !ruby/object:Gem::Requirement
34
33
  requirements:
35
34
  - - ! '>='
36
35
  - !ruby/object:Gem::Version
37
36
  version: '0'
38
- type: :runtime
39
- prerelease: false
40
- version_requirements: !ruby/object:Gem::Requirement
41
37
  none: false
38
+ requirement: !ruby/object:Gem::Requirement
42
39
  requirements:
43
40
  - - ! '>='
44
41
  - !ruby/object:Gem::Version
45
42
  version: '0'
43
+ none: false
44
+ prerelease: false
45
+ type: :runtime
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: httparty
48
- requirement: !ruby/object:Gem::Requirement
48
+ version_requirements: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ! '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
49
53
  none: false
54
+ requirement: !ruby/object:Gem::Requirement
50
55
  requirements:
51
56
  - - ! '>='
52
57
  - !ruby/object:Gem::Version
53
58
  version: '0'
54
- type: :runtime
59
+ none: false
55
60
  prerelease: false
61
+ type: :runtime
62
+ - !ruby/object:Gem::Dependency
63
+ name: vcr
56
64
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
65
  requirements:
59
66
  - - ! '>='
60
67
  - !ruby/object:Gem::Version
61
68
  version: '0'
62
- - !ruby/object:Gem::Dependency
63
- name: sqlite3
64
- requirement: !ruby/object:Gem::Requirement
65
69
  none: false
70
+ requirement: !ruby/object:Gem::Requirement
66
71
  requirements:
67
72
  - - ! '>='
68
73
  - !ruby/object:Gem::Version
69
74
  version: '0'
70
- type: :development
75
+ none: false
71
76
  prerelease: false
77
+ type: :development
78
+ - !ruby/object:Gem::Dependency
79
+ name: webmock
72
80
  version_requirements: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ! '>='
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
73
85
  none: false
86
+ requirement: !ruby/object:Gem::Requirement
74
87
  requirements:
75
88
  - - ! '>='
76
89
  - !ruby/object:Gem::Version
77
90
  version: '0'
91
+ none: false
92
+ prerelease: false
93
+ type: :development
78
94
  description: Library to handle Exlibris' Aleph ILS.
79
95
  email:
80
96
  - scotdalton@gmail.com
@@ -82,7 +98,15 @@ executables: []
82
98
  extensions: []
83
99
  extra_rdoc_files: []
84
100
  files:
101
+ - lib/exlibris-aleph.rb
85
102
  - lib/exlibris/aleph/bor_auth.rb
103
+ - lib/exlibris/aleph/patron.rb
104
+ - lib/exlibris/aleph/railtie.rb
105
+ - lib/exlibris/aleph/record.rb
106
+ - lib/exlibris/aleph/rest.rb
107
+ - lib/exlibris/aleph/tab_helper.rb
108
+ - lib/exlibris/aleph/tasks.rb
109
+ - lib/exlibris/aleph/version.rb
86
110
  - lib/exlibris/aleph/config/config_base.rb
87
111
  - lib/exlibris/aleph/config/config_by_sub_library.rb
88
112
  - lib/exlibris/aleph/config/pc_tab_exp_field_extended.rb
@@ -93,43 +117,40 @@ files:
93
117
  - lib/exlibris/aleph/config/tab40.rb
94
118
  - lib/exlibris/aleph/config/tab_sub_library.rb
95
119
  - lib/exlibris/aleph/config/tab_www_item_desc.rb
96
- - lib/exlibris/aleph/patron.rb
97
- - lib/exlibris/aleph/railtie.rb
98
- - lib/exlibris/aleph/record.rb
99
- - lib/exlibris/aleph/rest.rb
100
- - lib/exlibris/aleph/tab_helper.rb
101
- - lib/exlibris/aleph/tasks.rb
102
- - lib/exlibris/aleph/version.rb
103
- - lib/exlibris-aleph.rb
104
120
  - lib/tasks/exlibris-aleph_tasks.rake
105
121
  - MIT-LICENSE
106
122
  - Rakefile
107
123
  - README.rdoc
124
+ - test/exlibris-aleph_test.rb
125
+ - test/test_helper.rb
126
+ - test/dummy/config.ru
127
+ - test/dummy/Rakefile
128
+ - test/dummy/README.rdoc
108
129
  - test/dummy/app/assets/javascripts/application.js
109
130
  - test/dummy/app/assets/stylesheets/application.css
110
131
  - test/dummy/app/controllers/application_controller.rb
111
132
  - test/dummy/app/helpers/application_helper.rb
112
133
  - test/dummy/app/views/layouts/application.html.erb
113
- - test/dummy/config/aleph/alephe/sub_libraries.yml
114
- - test/dummy/config/aleph/NYU50/collections.yml
115
- - test/dummy/config/aleph/NYU50/item_permissions_by_item_process_status.yml
116
- - test/dummy/config/aleph/NYU50/item_permissions_by_item_status.yml
117
- - test/dummy/config/aleph/NYU50/items.yml
118
- - test/dummy/config/aleph/NYU50/patron_permissions.yml
119
- - test/dummy/config/aleph/NYU50/patrons.yml
120
- - test/dummy/config/aleph/NYU50/pickup_locations.yml
121
- - test/dummy/config/aleph/NYU51/collections.yml
122
- - test/dummy/config/aleph/NYU51/item_permissions_by_item_process_status.yml
123
- - test/dummy/config/aleph/NYU51/item_permissions_by_item_status.yml
124
- - test/dummy/config/aleph/NYU51/items.yml
125
- - test/dummy/config/aleph/NYU51/patron_permissions.yml
126
- - test/dummy/config/aleph/NYU51/patrons.yml
127
- - test/dummy/config/aleph/NYU51/pickup_locations.yml
128
- - test/dummy/config/aleph/sub_libraries.yml
129
134
  - test/dummy/config/application.rb
130
135
  - test/dummy/config/boot.rb
131
136
  - test/dummy/config/database.yml
132
137
  - test/dummy/config/environment.rb
138
+ - test/dummy/config/routes.rb
139
+ - test/dummy/config/aleph/alephe/sub_libraries.yml
140
+ - test/dummy/config/aleph/nyu50/collections.yml
141
+ - test/dummy/config/aleph/nyu50/item_permissions_by_item_process_status.yml
142
+ - test/dummy/config/aleph/nyu50/item_permissions_by_item_status.yml
143
+ - test/dummy/config/aleph/nyu50/items.yml
144
+ - test/dummy/config/aleph/nyu50/patron_permissions.yml
145
+ - test/dummy/config/aleph/nyu50/patrons.yml
146
+ - test/dummy/config/aleph/nyu50/pickup_locations.yml
147
+ - test/dummy/config/aleph/nyu51/collections.yml
148
+ - test/dummy/config/aleph/nyu51/item_permissions_by_item_process_status.yml
149
+ - test/dummy/config/aleph/nyu51/item_permissions_by_item_status.yml
150
+ - test/dummy/config/aleph/nyu51/items.yml
151
+ - test/dummy/config/aleph/nyu51/patron_permissions.yml
152
+ - test/dummy/config/aleph/nyu51/patrons.yml
153
+ - test/dummy/config/aleph/nyu51/pickup_locations.yml
133
154
  - test/dummy/config/environments/development.rb
134
155
  - test/dummy/config/environments/production.rb
135
156
  - test/dummy/config/environments/test.rb
@@ -141,79 +162,104 @@ files:
141
162
  - test/dummy/config/initializers/session_store.rb
142
163
  - test/dummy/config/initializers/wrap_parameters.rb
143
164
  - test/dummy/config/locales/en.yml
144
- - test/dummy/config/routes.rb
145
- - test/dummy/config.ru
146
165
  - test/dummy/db/README
147
166
  - test/dummy/db/test.sqlite3
148
- - test/dummy/log/aleph/aleph_tab_helper.log
149
- - test/dummy/log/aleph/tab_helper.log
150
167
  - test/dummy/log/tab_helper.log
151
168
  - test/dummy/log/test.log
169
+ - test/dummy/log/aleph/aleph_tab_helper.log
170
+ - test/dummy/log/aleph/tab_helper.log
152
171
  - test/dummy/public/404.html
153
172
  - test/dummy/public/422.html
154
173
  - test/dummy/public/500.html
155
174
  - test/dummy/public/favicon.ico
156
- - test/dummy/Rakefile
157
- - test/dummy/README.rdoc
158
175
  - test/dummy/script/rails
159
- - test/exlibris-aleph_test.rb
160
- - test/test_helper.rb
176
+ - test/mnt/aleph_tab/pc_tab_exp_field_extended.eng
177
+ - test/mnt/aleph_tab/tab15.eng
178
+ - test/mnt/aleph_tab/tab16
179
+ - test/mnt/aleph_tab/tab31
180
+ - test/mnt/aleph_tab/tab37
181
+ - test/mnt/aleph_tab/tab40.eng
182
+ - test/mnt/aleph_tab/tab_sub_library.eng
183
+ - test/mnt/aleph_tab/tab_www_item_desc.eng
184
+ - test/mnt/aleph_tab/alephe/tab/tab_sub_library.eng
185
+ - test/mnt/aleph_tab/nyu50/tab/pc_tab_exp_field_extended.eng
186
+ - test/mnt/aleph_tab/nyu50/tab/tab15.eng
187
+ - test/mnt/aleph_tab/nyu50/tab/tab16
188
+ - test/mnt/aleph_tab/nyu50/tab/tab31
189
+ - test/mnt/aleph_tab/nyu50/tab/tab37
190
+ - test/mnt/aleph_tab/nyu50/tab/tab40.eng
191
+ - test/mnt/aleph_tab/nyu50/tab/tab_www_item_desc.eng
192
+ - test/mnt/aleph_tab/nyu51/tab/pc_tab_exp_field_extended.eng
193
+ - test/mnt/aleph_tab/nyu51/tab/tab15.eng
194
+ - test/mnt/aleph_tab/nyu51/tab/tab16
195
+ - test/mnt/aleph_tab/nyu51/tab/tab31
196
+ - test/mnt/aleph_tab/nyu51/tab/tab37
197
+ - test/mnt/aleph_tab/nyu51/tab/tab40.eng
198
+ - test/mnt/aleph_tab/nyu51/tab/tab_www_item_desc.eng
161
199
  - test/unit/bor_auth_test.rb
162
200
  - test/unit/patron_test.rb
163
201
  - test/unit/record_benchmarks.rb
164
202
  - test/unit/record_test.rb
165
203
  - test/unit/tab_helper_benchmarks.rb
166
204
  - test/unit/tab_helper_test.rb
205
+ - test/vcr_cassettes/bor_auth.yml
206
+ - test/vcr_cassettes/patron.yml
207
+ - test/vcr_cassettes/record.yml
167
208
  homepage: https://github.com/scotdalton/exlibris-aleph
168
209
  licenses: []
169
- post_install_message:
210
+ post_install_message:
170
211
  rdoc_options: []
171
212
  require_paths:
172
213
  - lib
173
214
  required_ruby_version: !ruby/object:Gem::Requirement
174
- none: false
175
215
  requirements:
176
216
  - - ! '>='
177
217
  - !ruby/object:Gem::Version
178
218
  version: '0'
179
- required_rubygems_version: !ruby/object:Gem::Requirement
180
219
  none: false
220
+ required_rubygems_version: !ruby/object:Gem::Requirement
181
221
  requirements:
182
222
  - - ! '>='
183
223
  - !ruby/object:Gem::Version
184
224
  version: '0'
225
+ none: false
185
226
  requirements: []
186
- rubyforge_project:
227
+ rubyforge_project:
187
228
  rubygems_version: 1.8.24
188
- signing_key:
229
+ signing_key:
189
230
  specification_version: 3
190
231
  summary: Library to work with Exlibris' Aleph ILS.
191
232
  test_files:
233
+ - test/exlibris-aleph_test.rb
234
+ - test/test_helper.rb
235
+ - test/dummy/config.ru
236
+ - test/dummy/Rakefile
237
+ - test/dummy/README.rdoc
192
238
  - test/dummy/app/assets/javascripts/application.js
193
239
  - test/dummy/app/assets/stylesheets/application.css
194
240
  - test/dummy/app/controllers/application_controller.rb
195
241
  - test/dummy/app/helpers/application_helper.rb
196
242
  - test/dummy/app/views/layouts/application.html.erb
197
- - test/dummy/config/aleph/alephe/sub_libraries.yml
198
- - test/dummy/config/aleph/NYU50/collections.yml
199
- - test/dummy/config/aleph/NYU50/item_permissions_by_item_process_status.yml
200
- - test/dummy/config/aleph/NYU50/item_permissions_by_item_status.yml
201
- - test/dummy/config/aleph/NYU50/items.yml
202
- - test/dummy/config/aleph/NYU50/patron_permissions.yml
203
- - test/dummy/config/aleph/NYU50/patrons.yml
204
- - test/dummy/config/aleph/NYU50/pickup_locations.yml
205
- - test/dummy/config/aleph/NYU51/collections.yml
206
- - test/dummy/config/aleph/NYU51/item_permissions_by_item_process_status.yml
207
- - test/dummy/config/aleph/NYU51/item_permissions_by_item_status.yml
208
- - test/dummy/config/aleph/NYU51/items.yml
209
- - test/dummy/config/aleph/NYU51/patron_permissions.yml
210
- - test/dummy/config/aleph/NYU51/patrons.yml
211
- - test/dummy/config/aleph/NYU51/pickup_locations.yml
212
- - test/dummy/config/aleph/sub_libraries.yml
213
243
  - test/dummy/config/application.rb
214
244
  - test/dummy/config/boot.rb
215
245
  - test/dummy/config/database.yml
216
246
  - test/dummy/config/environment.rb
247
+ - test/dummy/config/routes.rb
248
+ - test/dummy/config/aleph/alephe/sub_libraries.yml
249
+ - test/dummy/config/aleph/nyu50/collections.yml
250
+ - test/dummy/config/aleph/nyu50/item_permissions_by_item_process_status.yml
251
+ - test/dummy/config/aleph/nyu50/item_permissions_by_item_status.yml
252
+ - test/dummy/config/aleph/nyu50/items.yml
253
+ - test/dummy/config/aleph/nyu50/patron_permissions.yml
254
+ - test/dummy/config/aleph/nyu50/patrons.yml
255
+ - test/dummy/config/aleph/nyu50/pickup_locations.yml
256
+ - test/dummy/config/aleph/nyu51/collections.yml
257
+ - test/dummy/config/aleph/nyu51/item_permissions_by_item_process_status.yml
258
+ - test/dummy/config/aleph/nyu51/item_permissions_by_item_status.yml
259
+ - test/dummy/config/aleph/nyu51/items.yml
260
+ - test/dummy/config/aleph/nyu51/patron_permissions.yml
261
+ - test/dummy/config/aleph/nyu51/patrons.yml
262
+ - test/dummy/config/aleph/nyu51/pickup_locations.yml
217
263
  - test/dummy/config/environments/development.rb
218
264
  - test/dummy/config/environments/production.rb
219
265
  - test/dummy/config/environments/test.rb
@@ -225,26 +271,47 @@ test_files:
225
271
  - test/dummy/config/initializers/session_store.rb
226
272
  - test/dummy/config/initializers/wrap_parameters.rb
227
273
  - test/dummy/config/locales/en.yml
228
- - test/dummy/config/routes.rb
229
- - test/dummy/config.ru
230
274
  - test/dummy/db/README
231
275
  - test/dummy/db/test.sqlite3
232
- - test/dummy/log/aleph/aleph_tab_helper.log
233
- - test/dummy/log/aleph/tab_helper.log
234
276
  - test/dummy/log/tab_helper.log
235
277
  - test/dummy/log/test.log
278
+ - test/dummy/log/aleph/aleph_tab_helper.log
279
+ - test/dummy/log/aleph/tab_helper.log
236
280
  - test/dummy/public/404.html
237
281
  - test/dummy/public/422.html
238
282
  - test/dummy/public/500.html
239
283
  - test/dummy/public/favicon.ico
240
- - test/dummy/Rakefile
241
- - test/dummy/README.rdoc
242
284
  - test/dummy/script/rails
243
- - test/exlibris-aleph_test.rb
244
- - test/test_helper.rb
285
+ - test/mnt/aleph_tab/pc_tab_exp_field_extended.eng
286
+ - test/mnt/aleph_tab/tab15.eng
287
+ - test/mnt/aleph_tab/tab16
288
+ - test/mnt/aleph_tab/tab31
289
+ - test/mnt/aleph_tab/tab37
290
+ - test/mnt/aleph_tab/tab40.eng
291
+ - test/mnt/aleph_tab/tab_sub_library.eng
292
+ - test/mnt/aleph_tab/tab_www_item_desc.eng
293
+ - test/mnt/aleph_tab/alephe/tab/tab_sub_library.eng
294
+ - test/mnt/aleph_tab/nyu50/tab/pc_tab_exp_field_extended.eng
295
+ - test/mnt/aleph_tab/nyu50/tab/tab15.eng
296
+ - test/mnt/aleph_tab/nyu50/tab/tab16
297
+ - test/mnt/aleph_tab/nyu50/tab/tab31
298
+ - test/mnt/aleph_tab/nyu50/tab/tab37
299
+ - test/mnt/aleph_tab/nyu50/tab/tab40.eng
300
+ - test/mnt/aleph_tab/nyu50/tab/tab_www_item_desc.eng
301
+ - test/mnt/aleph_tab/nyu51/tab/pc_tab_exp_field_extended.eng
302
+ - test/mnt/aleph_tab/nyu51/tab/tab15.eng
303
+ - test/mnt/aleph_tab/nyu51/tab/tab16
304
+ - test/mnt/aleph_tab/nyu51/tab/tab31
305
+ - test/mnt/aleph_tab/nyu51/tab/tab37
306
+ - test/mnt/aleph_tab/nyu51/tab/tab40.eng
307
+ - test/mnt/aleph_tab/nyu51/tab/tab_www_item_desc.eng
245
308
  - test/unit/bor_auth_test.rb
246
309
  - test/unit/patron_test.rb
247
310
  - test/unit/record_benchmarks.rb
248
311
  - test/unit/record_test.rb
249
312
  - test/unit/tab_helper_benchmarks.rb
250
313
  - test/unit/tab_helper_test.rb
314
+ - test/vcr_cassettes/bor_auth.yml
315
+ - test/vcr_cassettes/patron.yml
316
+ - test/vcr_cassettes/record.yml
317
+ ...
@@ -1,776 +0,0 @@
1
- ---
2
- USR00:
3
- :code: USR00
4
- :type: '2'
5
- :library: ''
6
- :text: USR00 Library
7
- HOME:
8
- :code: HOME
9
- :type: '3'
10
- :library: ''
11
- :text: Home address
12
- BOX:
13
- :code: BOX
14
- :type: '3'
15
- :library: ''
16
- :text: In-house mailbox
17
- ILLDT:
18
- :code: ILLDT
19
- :type: '3'
20
- :library: ''
21
- :text: ILL Department
22
- BOBST:
23
- :code: BOBST
24
- :type: '1'
25
- :library: NYU50
26
- :text: NYU Bobst
27
- BAFC:
28
- :code: BAFC
29
- :type: '1'
30
- :library: NYU50
31
- :text: NYU Bobst Avery Fisher Center
32
- BFALE:
33
- :code: BFALE
34
- :type: '1'
35
- :library: NYU50
36
- :text: NYU Bobst Special Collections
37
- BLCC:
38
- :code: BLCC
39
- :type: '1'
40
- :library: NYU50
41
- :text: NYU Bobst Library Computer Ctr
42
- BREF6:
43
- :code: BREF6
44
- :type: '1'
45
- :library: NYU50
46
- :text: NYU Bobst 6th Floor Reference
47
- BRES:
48
- :code: BRES
49
- :type: '1'
50
- :library: NYU50
51
- :text: NYU Bobst Reserve Collection
52
- BTAM:
53
- :code: BTAM
54
- :type: '1'
55
- :library: NYU50
56
- :text: NYU Bobst Tamiment
57
- BWEB:
58
- :code: BWEB
59
- :type: '1'
60
- :library: NYU50
61
- :text: NYU Restricted
62
- CU:
63
- :code: CU
64
- :type: '1'
65
- :library: NYU50
66
- :text: Cooper Union Library
67
- KBHS:
68
- :code: KBHS
69
- :type: '1'
70
- :library: NYU50
71
- :text: Brooklyn Historical Society
72
- MISC:
73
- :code: MISC
74
- :type: '1'
75
- :library: NYU50
76
- :text: Miscellaneous for cleanup
77
- NBERL:
78
- :code: NBERL
79
- :type: '3'
80
- :library: NYU50
81
- :text: NYU Berlin (Germany)
82
- NCOUR:
83
- :code: NCOUR
84
- :type: '1'
85
- :library: NYU50
86
- :text: NYU Courant
87
- NFLOR:
88
- :code: NFLOR
89
- :type: '3'
90
- :library: NYU50
91
- :text: NYU Florence (Italy)
92
- NIFA:
93
- :code: NIFA
94
- :type: '1'
95
- :library: NYU50
96
- :text: NYU Institute of Fine Arts
97
- NIFAC:
98
- :code: NIFAC
99
- :type: '1'
100
- :library: NYU50
101
- :text: NYU IFA Conservation Center
102
- NISAW:
103
- :code: NISAW
104
- :type: '1'
105
- :library: NYU50
106
- :text: NYU Inst Study Ancient World
107
- NKEV:
108
- :code: NKEV
109
- :type: '1'
110
- :library: NYU50
111
- :text: NYU Kevorkian
112
- NLAPI:
113
- :code: NLAPI
114
- :type: '1'
115
- :library: NYU50
116
- :text: NYU La Pietra Library (Italy)
117
- NLOND:
118
- :code: NLOND
119
- :type: '3'
120
- :library: NYU50
121
- :text: NYU London (England)
122
- NOFFS:
123
- :code: NOFFS
124
- :type: '1'
125
- :library: NYU50
126
- :text: NYU Offsite Storage
127
- NPOLY:
128
- :code: NPOLY
129
- :type: '1'
130
- :library: NYU50
131
- :text: NYU Poly
132
- NPRAG:
133
- :code: NPRAG
134
- :type: '3'
135
- :library: NYU50
136
- :text: NYU Prague (Czech Republic)
137
- NREI:
138
- :code: NREI
139
- :type: '1'
140
- :library: NYU50
141
- :text: NYU Jack Brause
142
- NYHS:
143
- :code: NYHS
144
- :type: '1'
145
- :library: NYU50
146
- :text: New-York Historical Society
147
- NYSID:
148
- :code: NYSID
149
- :type: '1'
150
- :library: NYU50
151
- :text: New York School of Int Des
152
- NYUAB:
153
- :code: NYUAB
154
- :type: '3'
155
- :library: NYU50
156
- :text: NYU Abu Dhabi Library (UAE)
157
- NYUSS:
158
- :code: NYUSS
159
- :type: '3'
160
- :library: NYU50
161
- :text: NYUAD Soc Sci 13th Fl (UAE)
162
- NYUSE:
163
- :code: NYUSE
164
- :type: '3'
165
- :library: NYU50
166
- :text: NYUAD Ctr for Sci & Eng (UAE)
167
- TNSFO:
168
- :code: TNSFO
169
- :type: '1'
170
- :library: NYU50
171
- :text: New School Fogelman Library
172
- TNSGI:
173
- :code: TNSGI
174
- :type: '1'
175
- :library: NYU50
176
- :text: New School Gimbel Library
177
- TNSKE:
178
- :code: TNSKE
179
- :type: '1'
180
- :library: NYU50
181
- :text: New School Kellen Archives
182
- TNSOS:
183
- :code: TNSOS
184
- :type: '1'
185
- :library: NYU50
186
- :text: New School Offsite Storage
187
- TNSSC:
188
- :code: TNSSC
189
- :type: '1'
190
- :library: NYU50
191
- :text: New School Scherman Library
192
- TWEB:
193
- :code: TWEB
194
- :type: '1'
195
- :library: NYU50
196
- :text: New School Restricted
197
- WEB:
198
- :code: WEB
199
- :type: '1'
200
- :library: NYU50
201
- :text: Unrestricted
202
- NYU50:
203
- :code: NYU50
204
- :type: '2'
205
- :library: NYU50
206
- :text: NYU50
207
- AFC:
208
- :code: AFC
209
- :type: '5'
210
- :library: NYU50
211
- :text: Avery Fisher Center
212
- BOBA:
213
- :code: BOBA
214
- :type: '5'
215
- :library: NYU50
216
- :text: Bobst Acquisitions
217
- BOBS:
218
- :code: BOBS
219
- :type: '5'
220
- :library: NYU50
221
- :text: Bobst Serials
222
- BOBE:
223
- :code: BOBE
224
- :type: '5'
225
- :library: NYU50
226
- :text: Bobst Electronic
227
- NCOU1:
228
- :code: NCOU1
229
- :type: '5'
230
- :library: NYU50
231
- :text: NYU Courant
232
- CU1:
233
- :code: CU1
234
- :type: '5'
235
- :library: NYU50
236
- :text: Cooper Union
237
- BFAL1:
238
- :code: BFAL1
239
- :type: '5'
240
- :library: NYU50
241
- :text: Fales Library
242
- NIF1:
243
- :code: NIF1
244
- :type: '5'
245
- :library: NYU50
246
- :text: Institute of Fine Arts
247
- NIF2:
248
- :code: NIF2
249
- :type: '5'
250
- :library: NYU50
251
- :text: Inst of Fine Arts Conserv
252
- NISA1:
253
- :code: NISA1
254
- :type: '5'
255
- :library: NYU50
256
- :text: Inst for Study of Anc World
257
- TNSF1:
258
- :code: TNSF1
259
- :type: '5'
260
- :library: NYU50
261
- :text: New School Fogelman Library
262
- TNSG1:
263
- :code: TNSG1
264
- :type: '5'
265
- :library: NYU50
266
- :text: New School Gimbel Library
267
- TNSS1:
268
- :code: TNSS1
269
- :type: '5'
270
- :library: NYU50
271
- :text: New School Scherman Library
272
- NEWA:
273
- :code: NEWA
274
- :type: '5'
275
- :library: NYU50
276
- :text: New School University, Acq
277
- NEWS:
278
- :code: NEWS
279
- :type: '5'
280
- :library: NYU50
281
- :text: New School University, Ser
282
- NYSI1:
283
- :code: NYSI1
284
- :type: '5'
285
- :library: NYU50
286
- :text: NY School of Interior Design
287
- REI:
288
- :code: REI
289
- :type: '5'
290
- :library: NYU50
291
- :text: Real Estate Institute
292
- BTA1:
293
- :code: BTA1
294
- :type: '5'
295
- :library: NYU50
296
- :text: Tamiment Library
297
- REF6:
298
- :code: REF6
299
- :type: '5'
300
- :library: NYU50
301
- :text: NYU Bobst Library 6th Fl
302
- NABUD:
303
- :code: NABUD
304
- :type: '1'
305
- :library: NYU51
306
- :text: NYU Abu Dhabi Library (UAE)
307
- NADEQ:
308
- :code: NADEQ
309
- :type: '1'
310
- :library: NYU51
311
- :text: NYU Abu Dhabi Equipment
312
- NADEX:
313
- :code: NADEX
314
- :type: '1'
315
- :library: NYU51
316
- :text: NYU Abu Dhabi (UAE) Annex
317
- NADSS:
318
- :code: NADSS
319
- :type: '3'
320
- :library: NYU51
321
- :text: NYUAD Soc Sci 13th Fl (UAE)
322
- NADSE:
323
- :code: NADSE
324
- :type: '3'
325
- :library: NYU51
326
- :text: NYUAD Ctr for Sci & Eng (UAE)
327
- NWEB:
328
- :code: NWEB
329
- :type: '1'
330
- :library: NYU51
331
- :text: Restricted Electronic Resource
332
- NAFC:
333
- :code: NAFC
334
- :type: '1'
335
- :library: NYU51
336
- :text: NYU Abu Dhabi Media in NY
337
- NYUAD:
338
- :code: NYUAD
339
- :type: '5'
340
- :library: NYU51
341
- :text: NYU Abu Dhabi Library (UAE)
342
- NYU51:
343
- :code: NYU51
344
- :type: '2'
345
- :library: NYU51
346
- :text: NYU51
347
- ALEPH:
348
- :code: ALEPH
349
- :type: '2'
350
- :library: ''
351
- :text: General Patron
352
- USM50:
353
- :code: USM50
354
- :type: '2'
355
- :library: USM50
356
- :text: Exlibris Demo Libraries
357
- MED:
358
- :code: MED
359
- :type: '1'
360
- :library: USM50
361
- :text: Medicine Library
362
- HYL:
363
- :code: HYL
364
- :type: '1'
365
- :library: USM50
366
- :text: East Asian Library
367
- HIL:
368
- :code: HIL
369
- :type: '1'
370
- :library: USM50
371
- :text: Humanities Library
372
- LAM:
373
- :code: LAM
374
- :type: '1'
375
- :library: USM50
376
- :text: Main Undergraduate
377
- LAW:
378
- :code: LAW
379
- :type: '1'
380
- :library: USM50
381
- :text: Law Library
382
- LIT:
383
- :code: LIT
384
- :type: '1'
385
- :library: USM50
386
- :text: Economics Library
387
- MUS:
388
- :code: MUS
389
- :type: '1'
390
- :library: USM50
391
- :text: Music Library
392
- WID:
393
- :code: WID
394
- :type: '1'
395
- :library: USM50
396
- :text: Main Library
397
- EXL:
398
- :code: EXL
399
- :type: '1'
400
- :library: USM50
401
- :text: PLIF Library
402
- CIRC:
403
- :code: CIRC
404
- :type: '1'
405
- :library: USM50
406
- :text: PLIF ILL Library
407
- HILR:
408
- :code: HILR
409
- :type: '4'
410
- :library: USM50
411
- :text: Humanities Reading Room
412
- HIL01:
413
- :code: HIL01
414
- :type: '5'
415
- :library: USM50
416
- :text: Humanities (Ordering Unit)
417
- HYL01:
418
- :code: HYL01
419
- :type: '5'
420
- :library: USM50
421
- :text: East Asian (Chinese)
422
- HYL02:
423
- :code: HYL02
424
- :type: '5'
425
- :library: USM50
426
- :text: East Asian (Japanese)
427
- HYL03:
428
- :code: HYL03
429
- :type: '5'
430
- :library: USM50
431
- :text: East Asian (Korean)
432
- HYL04:
433
- :code: HYL04
434
- :type: '5'
435
- :library: USM50
436
- :text: East Asian (Vietnamese)
437
- HYL05:
438
- :code: HYL05
439
- :type: '5'
440
- :library: USM50
441
- :text: East Asian (Western)
442
- HYL06:
443
- :code: HYL06
444
- :type: '5'
445
- :library: USM50
446
- :text: East Asian (Serials)
447
- LAM01:
448
- :code: LAM01
449
- :type: '5'
450
- :library: USM50
451
- :text: Undergraduate (Monographs)
452
- LAM02:
453
- :code: LAM02
454
- :type: '5'
455
- :library: USM50
456
- :text: Undergraduate (Serials)
457
- LAM03:
458
- :code: LAM03
459
- :type: '5'
460
- :library: USM50
461
- :text: Undergraduate (Standing Orders
462
- LAW01:
463
- :code: LAW01
464
- :type: '5'
465
- :library: USM50
466
- :text: Law
467
- LAW02:
468
- :code: LAW02
469
- :type: '5'
470
- :library: USM50
471
- :text: Law (East Asian Acquisitions)
472
- LAW03:
473
- :code: LAW03
474
- :type: '5'
475
- :library: USM50
476
- :text: Law (Islamic Acquisitions)
477
- LIT01:
478
- :code: LIT01
479
- :type: '5'
480
- :library: USM50
481
- :text: Economics (Monograph)
482
- LIT02:
483
- :code: LIT02
484
- :type: '5'
485
- :library: USM50
486
- :text: Economics (Serials)
487
- MED01:
488
- :code: MED01
489
- :type: '5'
490
- :library: USM50
491
- :text: Medicine (Unit 1)
492
- MED02:
493
- :code: MED02
494
- :type: '5'
495
- :library: USM50
496
- :text: Medicine (Unit 2)
497
- MUS01:
498
- :code: MUS01
499
- :type: '5'
500
- :library: USM50
501
- :text: Music (Unit 1)
502
- MUS02:
503
- :code: MUS02
504
- :type: '5'
505
- :library: USM50
506
- :text: Music (Unit 2)
507
- WID01:
508
- :code: WID01
509
- :type: '5'
510
- :library: USM50
511
- :text: Main Library (General)
512
- WID02:
513
- :code: WID02
514
- :type: '5'
515
- :library: USM50
516
- :text: Main Library (Serial)
517
- WID03:
518
- :code: WID03
519
- :type: '5'
520
- :library: USM50
521
- :text: Main Library (Slavic)
522
- WID04:
523
- :code: WID04
524
- :type: '5'
525
- :library: USM50
526
- :text: Main Library (Judaica)
527
- WID05:
528
- :code: WID05
529
- :type: '5'
530
- :library: USM50
531
- :text: Main Library (Middle East)
532
- U60WD:
533
- :code: U60WD
534
- :type: '6'
535
- :library: USM50
536
- :text: ILL unit-WID
537
- U60HL:
538
- :code: U60HL
539
- :type: '6'
540
- :library: USM50
541
- :text: ILL unit-HYL
542
- U60LA:
543
- :code: U60LA
544
- :type: '6'
545
- :library: USM50
546
- :text: ILL unit-LAW
547
- U70WD:
548
- :code: U70WD
549
- :type: '6'
550
- :library: USM50
551
- :text: ILL unit-WID 17
552
- CBAB:
553
- :code: CBAB
554
- :type: '1'
555
- :library: USM50
556
- :text: CBAB
557
- BCU:
558
- :code: BCU
559
- :type: '1'
560
- :library: USM50
561
- :text: BCU
562
- MBAZU:
563
- :code: MBAZU
564
- :type: '1'
565
- :library: USM50
566
- :text: MBAZU
567
- USM51:
568
- :code: USM51
569
- :type: '2'
570
- :library: USM51
571
- :text: USM51 Demo Libraries
572
- ELEC5:
573
- :code: ELEC5
574
- :type: '1'
575
- :library: USM55
576
- :text: Electronic Resources 55
577
- GDOC5:
578
- :code: GDOC5
579
- :type: '1'
580
- :library: USM51
581
- :text: Government Documents 51
582
- EDUC5:
583
- :code: EDUC5
584
- :type: '1'
585
- :library: USM51
586
- :text: Education Library 51
587
- LINC5:
588
- :code: LINC5
589
- :type: '1'
590
- :library: USM51
591
- :text: Lincoln Library 51
592
- RRLIN:
593
- :code: RRLIN
594
- :type: '4'
595
- :library: USM51
596
- :text: LINC5 Reading Room 51
597
- OU511:
598
- :code: OU511
599
- :type: '5'
600
- :library: USM51
601
- :text: Ordering Unit 1 usm51
602
- OR512:
603
- :code: OR512
604
- :type: '5'
605
- :library: USM51
606
- :text: Ordering Unit 2 usm51
607
- OR513:
608
- :code: OR513
609
- :type: '5'
610
- :library: USM51
611
- :text: Ordering Unit 3 usm51
612
- OR514:
613
- :code: OR514
614
- :type: '5'
615
- :library: USM51
616
- :text: Ordering Unit 4 usm51
617
- OR515:
618
- :code: OR515
619
- :type: '5'
620
- :library: USM51
621
- :text: Ordering Unit 5 usm51
622
- U61ED:
623
- :code: U61ED
624
- :type: '6'
625
- :library: USM51
626
- :text: ILL unit-EDUC5
627
- U61EL:
628
- :code: U61EL
629
- :type: '6'
630
- :library: USM51
631
- :text: ILL unit-ELEC5
632
- U61LN:
633
- :code: U61LN
634
- :type: '6'
635
- :library: USM51
636
- :text: ILL unit-LINC5
637
- S61GD:
638
- :code: S61GD
639
- :type: '6'
640
- :library: USM51
641
- :text: ILL unit-GDOC5 SMTP
642
- USM53:
643
- :code: USM53
644
- :type: '2'
645
- :library: USM53
646
- :text: USM53 Demo Libraries
647
- ELEC7:
648
- :code: ELEC7
649
- :type: '1'
650
- :library: USM53
651
- :text: Electronic Resources 53
652
- GDOC7:
653
- :code: GDOC7
654
- :type: '1'
655
- :library: USM53
656
- :text: Government Documents 53
657
- EDUC7:
658
- :code: EDUC7
659
- :type: '1'
660
- :library: USM53
661
- :text: Education Library 53
662
- LINC7:
663
- :code: LINC7
664
- :type: '1'
665
- :library: USM53
666
- :text: Lincoln Library 53
667
- USM54:
668
- :code: USM54
669
- :type: '2'
670
- :library: USM54
671
- :text: USM54 Demo Libraries
672
- ELEC4:
673
- :code: ELEC4
674
- :type: '1'
675
- :library: USM54
676
- :text: Electronic Resources 54
677
- USM55:
678
- :code: USM55
679
- :type: '2'
680
- :library: USM55
681
- :text: USM55 Demo Libraries
682
- CUN50:
683
- :code: CUN50
684
- :type: '2'
685
- :library: CUN50
686
- :text: CUN50 Demo Libraries
687
- CLEC5:
688
- :code: CLEC5
689
- :type: '1'
690
- :library: CUN50
691
- :text: Electronic Resources
692
- CDOC5:
693
- :code: CDOC5
694
- :type: '1'
695
- :library: CUN50
696
- :text: Government Documents
697
- CDUC5:
698
- :code: CDUC5
699
- :type: '1'
700
- :library: CUN50
701
- :text: Education Library
702
- CINC5:
703
- :code: CINC5
704
- :type: '1'
705
- :library: CUN50
706
- :text: Lincoln Library
707
- UNI50:
708
- :code: UNI50
709
- :type: '2'
710
- :library: UNI50
711
- :text: Exlibris UNIMARC Libraries
712
- NARCV:
713
- :code: NARCV
714
- :type: '1'
715
- :library: UNI50
716
- :text: Archives Library
717
- NELEC:
718
- :code: NELEC
719
- :type: '1'
720
- :library: UNI50
721
- :text: Electronic Resources
722
- NRLEC:
723
- :code: NRLEC
724
- :type: '4'
725
- :library: UNI50
726
- :text: NELEC Reading Room
727
- NGDOC:
728
- :code: NGDOC
729
- :type: '1'
730
- :library: UNI50
731
- :text: Government Documents
732
- NRDOC:
733
- :code: NRDOC
734
- :type: '4'
735
- :library: UNI50
736
- :text: NGDOC Reading Room
737
- NEDUC:
738
- :code: NEDUC
739
- :type: '1'
740
- :library: UNI50
741
- :text: Education Library
742
- NHLTH:
743
- :code: NHLTH
744
- :type: '1'
745
- :library: UNI50
746
- :text: Health Library
747
- NLINC:
748
- :code: NLINC
749
- :type: '1'
750
- :library: UNI50
751
- :text: Lincoln Library
752
- NLAW:
753
- :code: NLAW
754
- :type: '1'
755
- :library: UNI50
756
- :text: Law Library
757
- NMUSI:
758
- :code: NMUSI
759
- :type: '1'
760
- :library: UNI50
761
- :text: Music Library
762
- NSCI:
763
- :code: NSCI
764
- :type: '1'
765
- :library: UNI50
766
- :text: Science Library
767
- NUPTN:
768
- :code: NUPTN
769
- :type: '1'
770
- :library: UNI50
771
- :text: Uptown Branch
772
- NEW__:
773
- :code: NEW__
774
- :type: '1'
775
- :library: NYU50
776
- :text: NYU TEST