morpheus-cli 3.4.1.5 → 3.4.1.6

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
- SHA256:
3
- metadata.gz: 1733b5ed349e532113b94d11eea6d9f5f04c1e3b7395077192225a7c017dcc95
4
- data.tar.gz: ae7c082eb787c6c2a360e571589bd804bedd482a2cccc0046d830c0f4692d15e
2
+ SHA1:
3
+ metadata.gz: ddbff1d0ef0f52a0d9cabdd209020f959f2fa7de
4
+ data.tar.gz: bdcdd007cceab71f7f8fd70231dd48b33550e310
5
5
  SHA512:
6
- metadata.gz: 18e3085b2ebd404ad6b5b0094866fc129034c5e975ad652e42f3f175bba87bdf2793eb208fac00bbfefb317ca252498d67afbbfaee51655dbf126cd6289b63d6
7
- data.tar.gz: 7a0aa9d880ad260ca43f1596db41d1b4997ced25818772aca2f7cdfd1490039878af574b1d340aeab6955e78e682dec1bce7c13dcfec9baae6d24da7f5c7fa53
6
+ metadata.gz: ac4370194324b3ffecdd0288aed1772f754734969705b854abf52182a60dad11069474405826754e2d3fef858fb2a7834387ae8bbac29d16e3a4a8071c5d47d9
7
+ data.tar.gz: c6718ae3f83006fc450cccbadf4cbf99232cf71f4e1f761989b07dc0aff499c2accf13822d6df960e644b8d7f6eef5598f4dab0d589c9998aaa190a99f73dc5c
@@ -103,7 +103,7 @@ class Morpheus::VirtualImagesInterface < Morpheus::APIClient
103
103
 
104
104
 
105
105
  http_opts = {}
106
- if @verify_ssl == false
106
+ if Morpheus::RestClient.ssl_verification_enabled? == false
107
107
  ctx = OpenSSL::SSL::SSLContext.new
108
108
  ctx.verify_mode = OpenSSL::SSL::VERIFY_NONE
109
109
  http_opts[:ssl_context] = ctx
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Morpheus
3
3
  module Cli
4
- VERSION = "3.4.1.5"
4
+ VERSION = "3.4.1.6"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morpheus-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.1.5
4
+ version: 3.4.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Estes
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2018-07-12 00:00:00.000000000 Z
14
+ date: 2018-07-13 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -343,7 +343,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
343
343
  version: '0'
344
344
  requirements: []
345
345
  rubyforge_project:
346
- rubygems_version: 2.7.6
346
+ rubygems_version: 2.5.1
347
347
  signing_key:
348
348
  specification_version: 4
349
349
  summary: Provides CLI Interface to the Morpheus Public/Private Cloud Appliance