vagrant 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/vagrant/ui.rb +1 -1
- data/lib/vagrant/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/vagrant/ui.rb
CHANGED
@@ -28,7 +28,7 @@ module Vagrant
|
|
28
28
|
[[:warn, :yellow], [:error, :red], [:info, nil], [:confirm, :green]].each do |method, color|
|
29
29
|
class_eval <<-CODE
|
30
30
|
def #{method}(message, opts=nil)
|
31
|
-
@shell.say("\#{line_reset}\#{format_message(message, opts)}",
|
31
|
+
@shell.say("\#{line_reset}\#{format_message(message, opts)}", #{color.inspect})
|
32
32
|
end
|
33
33
|
CODE
|
34
34
|
end
|
data/lib/vagrant/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 2
|
10
|
+
version: 0.6.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mitchell Hashimoto
|