bosh_cpi 2.0.2 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bosh/cpi/cli.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f640cd08d719f39e2dcc8fb344a7ae9c484605ee
|
4
|
+
data.tar.gz: e4b1748016504390f09cea1f69f8e69d53d21e0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1c5eb013fa3f6d2a57e2559d8b5206a7b757ae1a764e94fc514d69791cc2f29ece9d2ca6f1fbcc2175e7357b67cfa60e573c7a67164edff7d6c03b6d38fecc1
|
7
|
+
data.tar.gz: f886869e1490e5eb49b617ba829ba79bd7bd66e16cb27ebce9adeb05db1b67ba546bf6f3b8b639cae72ef6808ae3e2fd8578e562dfb3eb22df348f20726e644e
|
data/lib/bosh/cpi/cli.rb
CHANGED
@@ -55,12 +55,12 @@ class Bosh::Cpi::Cli
|
|
55
55
|
|
56
56
|
arguments = request['arguments']
|
57
57
|
unless arguments.is_a?(Array)
|
58
|
-
return error_response(INVALID_CALL_ERROR_TYPE, "Arguments must be an Array
|
58
|
+
return error_response(INVALID_CALL_ERROR_TYPE, "Arguments must be an Array", false)
|
59
59
|
end
|
60
60
|
|
61
61
|
context = request['context']
|
62
62
|
unless context.is_a?(Hash) && context['director_uuid'].is_a?(String)
|
63
|
-
return error_response(INVALID_CALL_ERROR_TYPE, "Request should include context with director uuid
|
63
|
+
return error_response(INVALID_CALL_ERROR_TYPE, "Request should include context with director uuid", false)
|
64
64
|
end
|
65
65
|
|
66
66
|
req_id = context['request_id']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bosh_cpi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- VMware
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: membrane
|
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
version: '0'
|
91
91
|
requirements: []
|
92
92
|
rubyforge_project:
|
93
|
-
rubygems_version: 2.6.
|
93
|
+
rubygems_version: 2.6.8
|
94
94
|
signing_key:
|
95
95
|
specification_version: 4
|
96
96
|
summary: BOSH CPI
|