vagrant-rekey-ssh 0.1.6 → 0.1.7

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmU2ZjI4MmIyOWM3N2U4MTAxOWZkMWVlOThlNmU1Zjk4NjIzNmZjMA==
4
+ ZDE5ZjkxNGUyYTQzMDk5OGZlZjllYTgxZWEyMmFkNmQ5ZGYyMzQwZA==
5
5
  data.tar.gz: !binary |-
6
- MzUwZTZkMmVlZmNlYjVjMTc3ODhmZTQ4ZmE0ZTY3YTA0NWEzZjJkZA==
6
+ MWYzNjUwZTQ4MTI5MThmNjVkOWIzZGIzNmJlN2I3NjBkY2FhZTVjNQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NDM4M2ZiMTQ1YmI4N2IwZDI1Zjc3ZDE5YmMwZDYzYjU3ODRiMzhiMzQ1OTBl
10
- ZTc3NWJjZDAwNTI2YTkxMjMyZmU3ZjhhOTYzMGZjZDU1NDU1YTBjYzY0Yzc0
11
- NmU0MzQwZDdlYzg1MTUwODlhMzAzMWZlYzBmNjkxMTFlNTRjMmI=
9
+ NzE1NzEzNTdhZmZkMmM2ZGUyZDAxZTI0MWEwNWJiN2VkNjcxNDM4OWMwYzVm
10
+ MjZiOGZjM2NlNDEyYWEzZDdkZjA4ODg0YzhiZDAwYmRiZjJlMWFiMDU2NGFm
11
+ NjY1MGVkZTUyMzgzMDA3N2UxOTQ4NzhhMWZiM2MwOGE1Mjc4Yzg=
12
12
  data.tar.gz: !binary |-
13
- YWQxY2E1OWQwYzJiODE3NDI4YWZhODdmYmIzNjI2OTgzNmRjOTE4NWM3OGZm
14
- MmI1OGU2NmUxMzU1MWY2YzY0OWYwYTM4MTg0ZmFhZjM1MzE2MzlmYjNhNTVj
15
- ZTVjOWE2YWY0YWM1MDkyOTIxNDA5ZmQxMzUyMjYwOTlmYjg3NGM=
13
+ MjI0MzgxZjEyMDkwYzQ3OGVmNjcxODE2NzA4OGUxZTRjZWQwZTFiM2IxNWQw
14
+ NWJjMWI5NGYxMGFiN2JjNWJjZGQ1Yzk2NjlkOWE3YjI1M2Q5NjhiNTA4MDcx
15
+ ZWE4OGFmMzY0NWEzMzYzNWViOGZhYTlmZTIyNGEwMzk1MmE1YjQ=
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module RekeySSH
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
data/locales/en.yml CHANGED
@@ -13,7 +13,7 @@ en:
13
13
  key_replaced: |-
14
14
  Replaced insecure vagrant key with less insecure key!
15
15
  no_key: |-
16
- Insecure vagrant key not present.
16
+ Check for insecure vagrant key: OK (not present)
17
17
 
18
18
  errors:
19
19
  creating_ssh_key: |-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-rekey-ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Spicuzza