morpheus-cli 2.11.3.3 → 2.11.3.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e3f427d3041554bf62a805b36b293a058b8a89b
4
- data.tar.gz: 4a1c1fb29ebd0f247751cf8d8a92c338c917353b
3
+ metadata.gz: 8748f36d9767b40c3b422772bbdc3c4e8f6e0ce0
4
+ data.tar.gz: 4584547b1ceee3c8171c8e568a996c3733cd33a9
5
5
  SHA512:
6
- metadata.gz: db2d64120026284e5cc0540aaa82481da3065de12052dd9a82e578af45957bd3987c2bb8afd91e191ed9e771a5f2b4d19c91351b8bd5e130738865aeaeb095fa
7
- data.tar.gz: f62bb9929eff3405742a500af3270d24f8a315d66136ccf8cf736f6f349a34334d86b436b1cc545cb378e770e69fe241c8befb5cdf774d55b9fc431b73a82506
6
+ metadata.gz: 5daf4b6eba4bca0a45c30febb2aa0f3bca57d571c9e383c51087b1b9265fa280ee21285e933758b41b26953fdf4359a3be17b8d4bd78cb2d990c8f14e6491e2c
7
+ data.tar.gz: 584731519e2803763991b2656c66a4347ce6a8a1b6b7b348f54d9c0ffc310430631d7928578fccfe4422289557248692a50daca2d8ab2f3c068a551bad443ea6
@@ -478,10 +478,11 @@ class Morpheus::Cli::Roles
478
478
  name = args[0]
479
479
  permission_code = args[1]
480
480
  access_value = args[2].to_s.downcase
481
- if !['full', 'read', 'custom', 'none'].include?(access_value)
482
- puts optparse
483
- exit 1
484
- end
481
+
482
+ # if !['full_decrypted','full', 'read', 'custom', 'none'].include?(access_value)
483
+ # puts optparse
484
+ # exit 1
485
+ # end
485
486
 
486
487
  connect(options)
487
488
  begin
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Morpheus
3
3
  module Cli
4
- VERSION = "2.11.3.3"
4
+ VERSION = "2.11.3.4"
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: 2.11.3.3
4
+ version: 2.11.3.4
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: 2017-07-21 00:00:00.000000000 Z
14
+ date: 2017-08-31 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler