morpheus-cli 3.4.1.5 → 3.4.1.6
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 +5 -5
- data/lib/morpheus/api/virtual_images_interface.rb +1 -1
- data/lib/morpheus/cli/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: ddbff1d0ef0f52a0d9cabdd209020f959f2fa7de
|
|
4
|
+
data.tar.gz: bdcdd007cceab71f7f8fd70231dd48b33550e310
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
data/lib/morpheus/cli/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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
|