vagrantup 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9abdaab5dda1bb7cf6daccb20446577e9e813b61
4
- data.tar.gz: f99e14d27aff73cbda06e3a85d0db22dbbc6ceb5
3
+ metadata.gz: d36bddfbe944720c3117cb677c024b4545caec58
4
+ data.tar.gz: 9545398eb9411552a6bf86f56408076c63c04e46
5
5
  SHA512:
6
- metadata.gz: 3dce66d42750b8c111c5c9dcd619739c8bc655d18ab2074caf853dbaf3ca473e575d0c80116b82839c34879a641b5698efd582536da4b1a12d30b2d4864d91d9
7
- data.tar.gz: 65072fa776344a6b2691823fd785f529458fc7dcb23b6dc167396841c34e164fd4c259998936e0e9a4c3505a5e45d9718096b6f1adefd378fb8ed8ac9a472b04
6
+ metadata.gz: 9c9cde78d9117c7c445f53e206c2855ed7fd80a39f5f49bfe89d8eb4770e173ed8e1a10c7408e3da10e95560b9a86047688cc63c98dc1fe9ebebec2201320903
7
+ data.tar.gz: c3545f6fc0faa7f753c58791d1aa30b30307c86c622cef862ef091d1f7b9bfc108abc9f0068baf5998ddb5d670d11234a325ad0607d2f76653753b1e43a04a0a
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- vagrant (0.6.1)
11
+ vagrant (0.6.2)
12
12
  archive-tar-minitar (= 0.5.2)
13
13
  erubis (~> 2.6.6)
14
14
  i18n (~> 0.4.1)
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)}", "#{color}")
31
+ @shell.say("\#{line_reset}\#{format_message(message, opts)}", #{color.inspect})
32
32
  end
33
33
  CODE
34
34
  end
@@ -2,5 +2,5 @@ module Vagrant
2
2
  # This will always be up to date with the current version of Vagrant,
3
3
  # since it is used to generate the gemspec and is also the source of
4
4
  # the version for `vagrant -v`
5
- VERSION = "0.6.1"
5
+ VERSION = "0.6.2"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrantup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto