alma_rest_api 0.0.6 → 0.0.7
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.
- checksums.yaml +4 -4
- data/lib/alma_rest_api.rb +0 -2
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 971ba02b60616f19354848fbf3b3a2da1dac04fe
|
|
4
|
+
data.tar.gz: '0900ab4c9a53a715c0db25f81b4705ae9acffd87'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 819b2da5014afa95d49335aee02cefe23ad7ea14919851e7ce8b3f1fdd09dd4f9056cebedeefb46184870672de8d70359bec31c6b72e9086dce711289dda6054
|
|
7
|
+
data.tar.gz: 5b3657ef9570c240f83b909ffbcf81217bf85f83d708a0a2b54eafdbe8e000ed85d8e6266723c8907b1adbbfa763219bb0a3505f9b001ac3c25fe3f220872701
|
data/lib/alma_rest_api.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alma_rest_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Weisman
|
|
@@ -50,14 +50,17 @@ dependencies:
|
|
|
50
50
|
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 1.8.0
|
|
53
|
-
description:
|
|
53
|
+
description: |2
|
|
54
|
+
This gem can be used as a wrapper for REST API calls
|
|
55
|
+
for Ex Libris Alma. For examples and more details see
|
|
56
|
+
the [Github page](https://github.com/jweisman/almarestapi-ruby-lib).
|
|
54
57
|
email: josh.weisman@exlibrisgroup.com
|
|
55
58
|
executables: []
|
|
56
59
|
extensions: []
|
|
57
60
|
extra_rdoc_files: []
|
|
58
61
|
files:
|
|
59
62
|
- lib/alma_rest_api.rb
|
|
60
|
-
homepage:
|
|
63
|
+
homepage: https://github.com/jweisman/almarestapi-ruby-lib
|
|
61
64
|
licenses:
|
|
62
65
|
- MIT
|
|
63
66
|
metadata: {}
|