vagrant-rekey-ssh 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE.txt CHANGED
@@ -1,4 +1,5 @@
1
- Copyright (c) 2013 Avishai Ish-Shalom
1
+ Copyright (c) 2014 Dustin Spicuzza
2
+ Portions also copyright (c) 2013 Avishai Ish-Shalom
2
3
 
3
4
  MIT License
4
5
 
@@ -31,7 +31,7 @@ module VagrantPlugins
31
31
  if Vagrant::VERSION < "1.4.0"
32
32
  @machine.config.ssh.private_key_path = ssh_key_path
33
33
  else
34
- @machine.config.ssh.private_key_path = [ssh_key_path]
34
+ @machine.config.ssh.private_key_path = [ssh_key_path, @machine.env.default_private_key_path]
35
35
  end
36
36
  end
37
37
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module RekeySSH
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dustin Spicuzza
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2014-01-09 00:00:00 -05:00
17
+ date: 2014-06-04 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency