ezid-client 1.7.0 → 1.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/ezid/configuration.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c31b00b1504e025803a1ef72dfcb420b6a04aa4c
|
4
|
+
data.tar.gz: 6068b93b00a3b4c4769a84b4cc77f67d9f9a23f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 964c5b5fa7491962e4c5eb304aeef24869cda17cb6b27bf69e743fa3c43595187e649262c2f1b23ae7e0c229e4015fc5f6380c56547064eb2c37ccd75eabd649
|
7
|
+
data.tar.gz: 9d4df17ad7ad5478a6c17073e618a7a4eb3f0f55e4a8f06ea4c3e260e5727d6e3f4966a8cce830d8e9958f73f06b8e071a5083b82f24f88bb7eb8460a914dbf9
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.7.
|
1
|
+
1.7.1
|
data/lib/ezid/configuration.rb
CHANGED
@@ -44,7 +44,7 @@ module Ezid
|
|
44
44
|
@password = ENV["EZID_PASSWORD"]
|
45
45
|
@host = ENV["EZID_HOST"] || HOST
|
46
46
|
@port = ENV["EZID_PORT"] || PORT
|
47
|
-
@use_ssl = true
|
47
|
+
@use_ssl = true unless ENV["EZID_USE_SSL"] == false.to_s
|
48
48
|
@timeout = ENV["EZID_TIMEOUT"] || TIMEOUT
|
49
49
|
@default_shoulder = ENV["EZID_DEFAULT_SHOULDER"]
|
50
50
|
end
|
data/spec/spec_helper.rb
CHANGED
@@ -61,7 +61,7 @@ RSpec.configure do |config|
|
|
61
61
|
|
62
62
|
# This setting enables warnings. It's recommended, but in some cases may
|
63
63
|
# be too noisy due to issues in dependencies.
|
64
|
-
config.warnings =
|
64
|
+
config.warnings = false
|
65
65
|
|
66
66
|
# Many RSpec users commonly either run the entire suite or an individual
|
67
67
|
# file, and it's useful to allow more verbose output when running an
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ezid-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Chandek-Stark
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hashie
|