tunnel-vmc-plugin 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -40,7 +40,7 @@ VMC.Plugin(VMC::Service) do
40
40
  port = tunnel.pick_port!(input(:port))
41
41
 
42
42
  conn_info =
43
- with_progress("Opening tunnel on port #{c(port, :blue)}") do
43
+ with_progress("Opening tunnel on port #{c(port, :name)}") do
44
44
  tunnel.open!
45
45
  end
46
46
 
@@ -321,8 +321,7 @@ module VMCTunnel
321
321
  # about the items to return. It should return all of them if
322
322
  # the service is unknown so that we don't have to do this weird
323
323
  # filtering.
324
- print " #{k.ljust align_len}: "
325
- puts c("#{info[k]}", :yellow)
324
+ print " #{k.ljust align_len}: #{b(info[k])}"
326
325
  end
327
326
 
328
327
  puts ""
@@ -1,3 +1,3 @@
1
1
  module VMCTunnel
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tunnel-vmc-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-05-30 00:00:00 Z
18
+ date: 2012-06-14 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: addressable