vmcu 0.3.20 → 0.3.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/cli/version.rb +1 -1
  2. data/lib/vmc/client.rb +2 -2
  3. metadata +2 -2
@@ -2,6 +2,6 @@ module VMC
2
2
  module Cli
3
3
  # This version number is used as the RubyGem release version.
4
4
  # The internal VMC version number is VMC::VERSION.
5
- VERSION = '0.3.20'
5
+ VERSION = '0.3.21'
6
6
  end
7
7
  end
@@ -382,13 +382,13 @@ class VMC::Client
382
382
  end
383
383
 
384
384
  def get_cloud_entity(cloud_id)
385
- @cloud_entity = json_get("../clouds/#{cloud_id}")
385
+ @cloud_entity = json_get("../clouds/nochild/#{cloud_id}")
386
386
  end
387
387
 
388
388
  def get_cloud_domain
389
389
  ct = get_cloud_team(@cloud_team)
390
390
  cloud_id = (get_cloud_team(@cloud_team)[:Cloud] || get_cloud_team(@cloud_team)[:CloudTeamCloud])[:Id]
391
- json_get("../clouds/#{cloud_id}")[:Domain]
391
+ json_get("../clouds/nochild/#{cloud_id}")[:Domain]
392
392
  end
393
393
 
394
394
  def uhuru_version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmcu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.20
4
+ version: 0.3.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-23 00:00:00.000000000 Z
12
+ date: 2012-11-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json_pure