vmc 0.4.0.beta.34 → 0.4.0.beta.35

Sign up to get free protection for your applications and to get access to all the features.
@@ -120,7 +120,6 @@ module VMC
120
120
  if v2?
121
121
  instance.service_plan = input[:plan, service.service_plans]
122
122
  instance.space = client.current_space
123
- instance.credentials = {} # TODO: ?
124
123
  else
125
124
  instance.type = service.type
126
125
  instance.vendor = service.label
@@ -1,3 +1,3 @@
1
1
  module VMC
2
- VERSION = "0.4.0.beta.34"
2
+ VERSION = "0.4.0.beta.35"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmc
3
3
  version: !ruby/object:Gem::Version
4
- hash: -4008089058
4
+ hash: 980178951
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 0
10
10
  - beta
11
- - 34
12
- version: 0.4.0.beta.34
11
+ - 35
12
+ version: 0.4.0.beta.35
13
13
  platform: ruby
14
14
  authors:
15
15
  - VMware
@@ -249,12 +249,12 @@ dependencies:
249
249
  requirements:
250
250
  - - ~>
251
251
  - !ruby/object:Gem::Version
252
- hash: 57
252
+ hash: 63
253
253
  segments:
254
254
  - 0
255
255
  - 3
256
- - 21
257
- version: 0.3.21
256
+ - 22
257
+ version: 0.3.22
258
258
  type: :runtime
259
259
  version_requirements: *id014
260
260
  - !ruby/object:Gem::Dependency