vmc 0.4.0.beta.70 → 0.4.0.beta.71

Sign up to get free protection for your applications and to get access to all the features.
@@ -89,6 +89,7 @@ module VMC
89
89
  route = client.route
90
90
  route.host = host
91
91
  route.domain = domain
92
+ route.organization = client.current_organization
92
93
 
93
94
  with_progress("Creating route #{c("#{host}.#{domain.name}", :name)}") do
94
95
  route.create!
@@ -1,3 +1,3 @@
1
1
  module VMC
2
- VERSION = "0.4.0.beta.70"
2
+ VERSION = "0.4.0.beta.71"
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: -1829125600
4
+ hash: 1098107101
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 0
10
10
  - beta
11
- - 70
12
- version: 0.4.0.beta.70
11
+ - 71
12
+ version: 0.4.0.beta.71
13
13
  platform: ruby
14
14
  authors:
15
15
  - VMware
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-10-17 00:00:00 Z
20
+ date: 2012-10-18 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: json_pure
@@ -265,12 +265,12 @@ dependencies:
265
265
  requirements:
266
266
  - - ~>
267
267
  - !ruby/object:Gem::Version
268
- hash: 73
268
+ hash: 79
269
269
  segments:
270
270
  - 0
271
271
  - 3
272
- - 45
273
- version: 0.3.45
272
+ - 46
273
+ version: 0.3.46
274
274
  type: :runtime
275
275
  version_requirements: *id015
276
276
  - !ruby/object:Gem::Dependency