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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29be4a8ee7e9324b32396aa18c4dbc2fc684f16b
4
- data.tar.gz: 5746bcf0dd21f7e1aa7863a314a327771a78656f
3
+ metadata.gz: c31b00b1504e025803a1ef72dfcb420b6a04aa4c
4
+ data.tar.gz: 6068b93b00a3b4c4769a84b4cc77f67d9f9a23f3
5
5
  SHA512:
6
- metadata.gz: 189e565149ec7b6fc473c337e9c53ee66472fc3028794de24e5270ae6723dd85026386f3c2ded8bee78e40166c0306fb017549d9adbfdc41c8ec12de660db04d
7
- data.tar.gz: 34b09f0de6db4815d1cffbb9d2bd3655393c2d066a526b8af7cfd3f969fbac58be0602e28dcedaa040f3f57d3e651fc90193441987d429ccf0f90f5ce3967ecc
6
+ metadata.gz: 964c5b5fa7491962e4c5eb304aeef24869cda17cb6b27bf69e743fa3c43595187e649262c2f1b23ae7e0c229e4015fc5f6380c56547064eb2c37ccd75eabd649
7
+ data.tar.gz: 9d4df17ad7ad5478a6c17073e618a7a4eb3f0f55e4a8f06ea4c3e260e5727d6e3f4966a8cce830d8e9958f73f06b8e071a5083b82f24f88bb7eb8460a914dbf9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.7.1
@@ -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 if ENV["EZID_USE_SSL"] == true.to_s
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 = true
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.0
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-03-01 00:00:00.000000000 Z
11
+ date: 2017-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie