alma_rest_api 0.0.9 → 1.0.0

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. checksums.yaml +4 -4
  2. data/lib/alma_rest_api.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de85edc1bceed958e81d0ef5c116903719ac0ba8
4
- data.tar.gz: 03c0660e3762d8327ca1ed7c0fc2030a6d20a939
3
+ metadata.gz: 5d8430b1c5aef44f5448afc788e60a7046473ffc
4
+ data.tar.gz: 9a137737bdd71e9a0d23937cc5370daf1353954f
5
5
  SHA512:
6
- metadata.gz: 7b547ba6dd80c5931d200e525653e7df602c643ae08ca6a395297c666f87445bb93628af78cddf307e5cffaf11ffb9c72b7a72cf730c44552bd76112779e02f2
7
- data.tar.gz: ea85f51c9c5065a6808dce7d5ecb90e470ac1ef7184e3fbf26901300ae655018f96cd8f12712b99bb1a899bcb940a149ee3ec808e22fcb30310867f3147c0837
6
+ metadata.gz: 8556eb1b1f8e4c4a22eda42b0b9c4479d05075aa4538a07cc775cca38d3da5eeeb5b70f753fcf04bae719ab58c9a7d7ea8f0247e428bb5d7bead019e01e9a6c1
7
+ data.tar.gz: f1905c5732536657570c6bb1e060e09eedef40765090b33b301e4731d1e6028a9bc88f6f3a49d0542175bdd3844c70a3bc07efdba7057a118e46e1926a03d128
@@ -110,8 +110,8 @@ class Configuration
110
110
  attr_accessor :api_path
111
111
 
112
112
  def initialize
113
- @api_key = ENV['ALMA_API_KEY']
114
- @api_path = ENV['ALMA_API_PATH'] || "https://api-na.hosted.exlibrisgroup.com/almaws/v1"
113
+ @api_key = ENV['ALMA_APIKEY']
114
+ @api_path = ENV['ALMA_APIPATH'] || "https://api-na.hosted.exlibrisgroup.com/almaws/v1"
115
115
  end
116
116
  end
117
117
 
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.9
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Weisman