vagrant-babushka 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,8 +7,7 @@ module VagrantPlugins
7
7
  end
8
8
 
9
9
  def configure(root_config)
10
- @username = @machine.ssh_info[:username]
11
- @username = root_config.ssh.default.username unless @username
10
+ @username = root_config.ssh.username
12
11
  @hostname = root_config.vm.hostname
13
12
  if @config.local_deps_path
14
13
  local_path = @config.local_deps_path
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Babushka
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-babushka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-22 00:00:00.000000000 Z
12
+ date: 2013-10-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Vagrant provisioner plugin for using Babushka
15
15
  email: