vmc-tsuru 0.2.alpha → 0.3.alpha

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,10 +25,10 @@ module VMC::Cli::Command
25
25
 
26
26
  apps_table = table do |t|
27
27
  #t.headings = 'Application', '# ', 'Health', 'URLS', 'Services'
28
- t.headings = 'Application', 'State'
28
+ t.headings = 'Application', 'State', 'Ip'
29
29
  apps.each do |app|
30
30
  #t << [app[:name], app[:instances], health(app), app[:uris].join(', '), app[:services].join(', ')]
31
- t << [app[:Name], app[:State]]
31
+ t << [app[:Name], app[:State], app[:Ip]]
32
32
  end
33
33
  end
34
34
  display apps_table
@@ -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.2.alpha'
5
+ VERSION = '0.3.alpha'
6
6
  end
7
7
  end
@@ -236,7 +236,7 @@ class VMC::Client
236
236
  service: service,
237
237
  app: appname
238
238
  }
239
- json_post("http://tsuru.plataformas.glb.com:4000/services/bind", bind_hash)
239
+ json_post("http://tsuru.plataformas.glb.com:4000/services/unbind", bind_hash)
240
240
  end
241
241
 
242
242
  ######################################################
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmc-tsuru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.alpha
4
+ version: 0.3.alpha
5
5
  prerelease: 4
6
6
  platform: ruby
7
7
  authors: