vagrant-vbguest 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.6.3 (2013-01-19)
2
+
3
+ - Fix generic linux installer for not explicitly supported
4
+ distributions [GH-39]
5
+
1
6
  ## 0.6.2 (2013-01-18)
2
7
 
3
8
  - Fix typos and wording in error messages and I18n keys
@@ -23,7 +23,7 @@ module VagrantVbguest
23
23
  # a more specific distributen like 'ubuntu' or 'arch' and
24
24
  # therefore should do a more specific check.
25
25
  def self.match?(vm)
26
- raise Error, :_key => :do_not_inherit_match_method if self.class != Linux
26
+ raise Error, :_key => :do_not_inherit_match_method if self != Linux
27
27
  vm.channel.test("uname | grep 'Linux'")
28
28
  end
29
29
 
@@ -44,7 +44,7 @@ module VagrantVbguest
44
44
  # @yieldparam [String] type Type of the output, `:stdout`, `:stderr`, etc.
45
45
  # @yieldparam [String] data Data for the given output.
46
46
  def install(opts=nil, &block)
47
- vm.ui.warn I18n.t("vagrant.plugins.vbguest.installer.generic_linux_installer") if self.class == Linux
47
+ vm.ui.warn I18n.t("vagrant.plugins.vbguest.errors.installer.generic_linux_installer") if self.class == Linux
48
48
  upload(iso_file)
49
49
  mount_iso(opts, &block)
50
50
  execute_installer(opts, &block)
@@ -1,3 +1,3 @@
1
1
  module VagrantVbguest
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-vbguest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: