exlibris-aleph 0.1.3 → 0.1.4

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.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/lib/exlibris/aleph/version.rb +1 -1
  3. metadata +88 -83
data/README.rdoc CHANGED
@@ -3,7 +3,7 @@
3
3
  {<img src="https://gemnasium.com/scotdalton/exlibris-aleph.png" alt="Dependency Status" />}[https://gemnasium.com/scotdalton/exlibris-aleph]
4
4
  {<img src="https://codeclimate.com/badge.png" />}[https://codeclimate.com/github/scotdalton/exlibris-aleph]
5
5
 
6
- Exlibris::Primo offers a set of libraries for interacting with the ExLibris Aleph ILS.
6
+ Exlibris::Aleph offers a set of libraries for interacting with the ExLibris Aleph ILS.
7
7
 
8
8
  == Exlibris::Aleph::Patron
9
9
  Exlibris::Aleph::Patron provides access to the Aleph Patron REST API.
@@ -1,5 +1,5 @@
1
1
  module Exlibris
2
2
  module Aleph
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,96 +1,96 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exlibris-aleph
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.1.3
4
+ version: 0.1.4
5
+ prerelease:
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-10 00:00:00.000000000 Z
12
+ date: 2012-10-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- version_requirements: !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
17
18
  requirements:
18
19
  - - ~>
19
20
  - !ruby/object:Gem::Version
20
21
  version: 3.2.0
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
21
25
  none: false
22
- requirement: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - ~>
25
28
  - !ruby/object:Gem::Version
26
29
  version: 3.2.0
27
- none: false
28
- prerelease: false
29
- type: :runtime
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: nokogiri
32
- version_requirements: !ruby/object:Gem::Requirement
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
33
34
  requirements:
34
35
  - - ! '>='
35
36
  - !ruby/object:Gem::Version
36
37
  version: '0'
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
37
41
  none: false
38
- requirement: !ruby/object:Gem::Requirement
39
42
  requirements:
40
43
  - - ! '>='
41
44
  - !ruby/object:Gem::Version
42
45
  version: '0'
43
- none: false
44
- prerelease: false
45
- type: :runtime
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: httparty
48
- version_requirements: !ruby/object:Gem::Requirement
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
49
50
  requirements:
50
51
  - - ! '>='
51
52
  - !ruby/object:Gem::Version
52
53
  version: '0'
54
+ type: :runtime
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
53
57
  none: false
54
- requirement: !ruby/object:Gem::Requirement
55
58
  requirements:
56
59
  - - ! '>='
57
60
  - !ruby/object:Gem::Version
58
61
  version: '0'
59
- none: false
60
- prerelease: false
61
- type: :runtime
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: vcr
64
- version_requirements: !ruby/object:Gem::Requirement
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
65
66
  requirements:
66
67
  - - ! '>='
67
68
  - !ruby/object:Gem::Version
68
69
  version: '0'
70
+ type: :development
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
69
73
  none: false
70
- requirement: !ruby/object:Gem::Requirement
71
74
  requirements:
72
75
  - - ! '>='
73
76
  - !ruby/object:Gem::Version
74
77
  version: '0'
75
- none: false
76
- prerelease: false
77
- type: :development
78
78
  - !ruby/object:Gem::Dependency
79
79
  name: webmock
80
- version_requirements: !ruby/object:Gem::Requirement
80
+ requirement: !ruby/object:Gem::Requirement
81
+ none: false
81
82
  requirements:
82
83
  - - ! '>='
83
84
  - !ruby/object:Gem::Version
84
85
  version: '0'
86
+ type: :development
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
85
89
  none: false
86
- requirement: !ruby/object:Gem::Requirement
87
90
  requirements:
88
91
  - - ! '>='
89
92
  - !ruby/object:Gem::Version
90
93
  version: '0'
91
- none: false
92
- prerelease: false
93
- type: :development
94
94
  description: Library to handle Exlibris' Aleph ILS.
95
95
  email:
96
96
  - scotdalton@gmail.com
@@ -98,15 +98,7 @@ executables: []
98
98
  extensions: []
99
99
  extra_rdoc_files: []
100
100
  files:
101
- - lib/exlibris-aleph.rb
102
101
  - 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
110
102
  - lib/exlibris/aleph/config/config_base.rb
111
103
  - lib/exlibris/aleph/config/config_by_sub_library.rb
112
104
  - lib/exlibris/aleph/config/pc_tab_exp_field_extended.rb
@@ -117,25 +109,23 @@ files:
117
109
  - lib/exlibris/aleph/config/tab40.rb
118
110
  - lib/exlibris/aleph/config/tab_sub_library.rb
119
111
  - lib/exlibris/aleph/config/tab_www_item_desc.rb
112
+ - lib/exlibris/aleph/patron.rb
113
+ - lib/exlibris/aleph/railtie.rb
114
+ - lib/exlibris/aleph/record.rb
115
+ - lib/exlibris/aleph/rest.rb
116
+ - lib/exlibris/aleph/tab_helper.rb
117
+ - lib/exlibris/aleph/tasks.rb
118
+ - lib/exlibris/aleph/version.rb
119
+ - lib/exlibris-aleph.rb
120
120
  - lib/tasks/exlibris-aleph_tasks.rake
121
121
  - MIT-LICENSE
122
122
  - Rakefile
123
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
129
124
  - test/dummy/app/assets/javascripts/application.js
130
125
  - test/dummy/app/assets/stylesheets/application.css
131
126
  - test/dummy/app/controllers/application_controller.rb
132
127
  - test/dummy/app/helpers/application_helper.rb
133
128
  - test/dummy/app/views/layouts/application.html.erb
134
- - test/dummy/config/application.rb
135
- - test/dummy/config/boot.rb
136
- - test/dummy/config/database.yml
137
- - test/dummy/config/environment.rb
138
- - test/dummy/config/routes.rb
139
129
  - test/dummy/config/aleph/alephe/sub_libraries.yml
140
130
  - test/dummy/config/aleph/nyu50/collections.yml
141
131
  - test/dummy/config/aleph/nyu50/item_permissions_by_item_process_status.yml
@@ -151,6 +141,10 @@ files:
151
141
  - test/dummy/config/aleph/nyu51/patron_permissions.yml
152
142
  - test/dummy/config/aleph/nyu51/patrons.yml
153
143
  - test/dummy/config/aleph/nyu51/pickup_locations.yml
144
+ - test/dummy/config/application.rb
145
+ - test/dummy/config/boot.rb
146
+ - test/dummy/config/database.yml
147
+ - test/dummy/config/environment.rb
154
148
  - test/dummy/config/environments/development.rb
155
149
  - test/dummy/config/environments/production.rb
156
150
  - test/dummy/config/environments/test.rb
@@ -162,25 +156,22 @@ files:
162
156
  - test/dummy/config/initializers/session_store.rb
163
157
  - test/dummy/config/initializers/wrap_parameters.rb
164
158
  - test/dummy/config/locales/en.yml
159
+ - test/dummy/config/routes.rb
160
+ - test/dummy/config.ru
165
161
  - test/dummy/db/README
166
162
  - test/dummy/db/test.sqlite3
167
- - test/dummy/log/tab_helper.log
168
- - test/dummy/log/test.log
169
163
  - test/dummy/log/aleph/aleph_tab_helper.log
170
164
  - test/dummy/log/aleph/tab_helper.log
165
+ - test/dummy/log/tab_helper.log
166
+ - test/dummy/log/test.log
171
167
  - test/dummy/public/404.html
172
168
  - test/dummy/public/422.html
173
169
  - test/dummy/public/500.html
174
170
  - test/dummy/public/favicon.ico
171
+ - test/dummy/Rakefile
172
+ - test/dummy/README.rdoc
175
173
  - test/dummy/script/rails
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
174
+ - test/exlibris-aleph_test.rb
184
175
  - test/mnt/aleph_tab/alephe/tab/tab_sub_library.eng
185
176
  - test/mnt/aleph_tab/nyu50/tab/pc_tab_exp_field_extended.eng
186
177
  - test/mnt/aleph_tab/nyu50/tab/tab15.eng
@@ -196,6 +187,15 @@ files:
196
187
  - test/mnt/aleph_tab/nyu51/tab/tab37
197
188
  - test/mnt/aleph_tab/nyu51/tab/tab40.eng
198
189
  - test/mnt/aleph_tab/nyu51/tab/tab_www_item_desc.eng
190
+ - test/mnt/aleph_tab/pc_tab_exp_field_extended.eng
191
+ - test/mnt/aleph_tab/tab15.eng
192
+ - test/mnt/aleph_tab/tab16
193
+ - test/mnt/aleph_tab/tab31
194
+ - test/mnt/aleph_tab/tab37
195
+ - test/mnt/aleph_tab/tab40.eng
196
+ - test/mnt/aleph_tab/tab_sub_library.eng
197
+ - test/mnt/aleph_tab/tab_www_item_desc.eng
198
+ - test/test_helper.rb
199
199
  - test/unit/bor_auth_test.rb
200
200
  - test/unit/patron_test.rb
201
201
  - test/unit/record_benchmarks.rb
@@ -207,44 +207,40 @@ files:
207
207
  - test/vcr_cassettes/record.yml
208
208
  homepage: https://github.com/scotdalton/exlibris-aleph
209
209
  licenses: []
210
- post_install_message:
210
+ post_install_message:
211
211
  rdoc_options: []
212
212
  require_paths:
213
213
  - lib
214
214
  required_ruby_version: !ruby/object:Gem::Requirement
215
+ none: false
215
216
  requirements:
216
217
  - - ! '>='
217
218
  - !ruby/object:Gem::Version
218
219
  version: '0'
219
- none: false
220
+ segments:
221
+ - 0
222
+ hash: -4354285558211938049
220
223
  required_rubygems_version: !ruby/object:Gem::Requirement
224
+ none: false
221
225
  requirements:
222
226
  - - ! '>='
223
227
  - !ruby/object:Gem::Version
224
228
  version: '0'
225
- none: false
229
+ segments:
230
+ - 0
231
+ hash: -4354285558211938049
226
232
  requirements: []
227
- rubyforge_project:
233
+ rubyforge_project:
228
234
  rubygems_version: 1.8.24
229
- signing_key:
235
+ signing_key:
230
236
  specification_version: 3
231
237
  summary: Library to work with Exlibris' Aleph ILS.
232
238
  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
238
239
  - test/dummy/app/assets/javascripts/application.js
239
240
  - test/dummy/app/assets/stylesheets/application.css
240
241
  - test/dummy/app/controllers/application_controller.rb
241
242
  - test/dummy/app/helpers/application_helper.rb
242
243
  - test/dummy/app/views/layouts/application.html.erb
243
- - test/dummy/config/application.rb
244
- - test/dummy/config/boot.rb
245
- - test/dummy/config/database.yml
246
- - test/dummy/config/environment.rb
247
- - test/dummy/config/routes.rb
248
244
  - test/dummy/config/aleph/alephe/sub_libraries.yml
249
245
  - test/dummy/config/aleph/nyu50/collections.yml
250
246
  - test/dummy/config/aleph/nyu50/item_permissions_by_item_process_status.yml
@@ -260,6 +256,10 @@ test_files:
260
256
  - test/dummy/config/aleph/nyu51/patron_permissions.yml
261
257
  - test/dummy/config/aleph/nyu51/patrons.yml
262
258
  - test/dummy/config/aleph/nyu51/pickup_locations.yml
259
+ - test/dummy/config/application.rb
260
+ - test/dummy/config/boot.rb
261
+ - test/dummy/config/database.yml
262
+ - test/dummy/config/environment.rb
263
263
  - test/dummy/config/environments/development.rb
264
264
  - test/dummy/config/environments/production.rb
265
265
  - test/dummy/config/environments/test.rb
@@ -271,25 +271,22 @@ test_files:
271
271
  - test/dummy/config/initializers/session_store.rb
272
272
  - test/dummy/config/initializers/wrap_parameters.rb
273
273
  - test/dummy/config/locales/en.yml
274
+ - test/dummy/config/routes.rb
275
+ - test/dummy/config.ru
274
276
  - test/dummy/db/README
275
277
  - test/dummy/db/test.sqlite3
276
- - test/dummy/log/tab_helper.log
277
- - test/dummy/log/test.log
278
278
  - test/dummy/log/aleph/aleph_tab_helper.log
279
279
  - test/dummy/log/aleph/tab_helper.log
280
+ - test/dummy/log/tab_helper.log
281
+ - test/dummy/log/test.log
280
282
  - test/dummy/public/404.html
281
283
  - test/dummy/public/422.html
282
284
  - test/dummy/public/500.html
283
285
  - test/dummy/public/favicon.ico
286
+ - test/dummy/Rakefile
287
+ - test/dummy/README.rdoc
284
288
  - test/dummy/script/rails
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
289
+ - test/exlibris-aleph_test.rb
293
290
  - test/mnt/aleph_tab/alephe/tab/tab_sub_library.eng
294
291
  - test/mnt/aleph_tab/nyu50/tab/pc_tab_exp_field_extended.eng
295
292
  - test/mnt/aleph_tab/nyu50/tab/tab15.eng
@@ -305,6 +302,15 @@ test_files:
305
302
  - test/mnt/aleph_tab/nyu51/tab/tab37
306
303
  - test/mnt/aleph_tab/nyu51/tab/tab40.eng
307
304
  - test/mnt/aleph_tab/nyu51/tab/tab_www_item_desc.eng
305
+ - test/mnt/aleph_tab/pc_tab_exp_field_extended.eng
306
+ - test/mnt/aleph_tab/tab15.eng
307
+ - test/mnt/aleph_tab/tab16
308
+ - test/mnt/aleph_tab/tab31
309
+ - test/mnt/aleph_tab/tab37
310
+ - test/mnt/aleph_tab/tab40.eng
311
+ - test/mnt/aleph_tab/tab_sub_library.eng
312
+ - test/mnt/aleph_tab/tab_www_item_desc.eng
313
+ - test/test_helper.rb
308
314
  - test/unit/bor_auth_test.rb
309
315
  - test/unit/patron_test.rb
310
316
  - test/unit/record_benchmarks.rb
@@ -314,4 +320,3 @@ test_files:
314
320
  - test/vcr_cassettes/bor_auth.yml
315
321
  - test/vcr_cassettes/patron.yml
316
322
  - test/vcr_cassettes/record.yml
317
- ...