rethinc-vagrant-hostmanager 1.8.9.2 → 1.8.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1155e45ae64c5b7c382506dcd4d17f23e60cdf2edcb87613c3194c4ef84ed128
4
- data.tar.gz: 02550b496885d9cfb18070aa7abdfb549c5ba981bb16f8502f4badb7b319129c
3
+ metadata.gz: 5039bcfe9a620abfcceae8e40d94e4fcf9d4f56d1f6970da5a83e54f6585bb67
4
+ data.tar.gz: aceb99725f7c10c12c57e1228d5b7f4d819cb9f99f304f56cd4c113c15d25bbc
5
5
  SHA512:
6
- metadata.gz: 8f9eebc43efbaa1cda5cd3c57e26d2a22bfeb42719799f910194c6c468d57a937f6a52dbae0102ab422525c3c7120c3d106fa8fa21e4fcdf3dcfc22224ee1378
7
- data.tar.gz: fbbd7eb326efe141a29ab0dc790e236164edb88750da7f8926d935ff3a0fa4df5072778e408944f663e96b57398fd7d5f3db22a7d6986e6bd1c5fbb4330b07e6
6
+ metadata.gz: 1ee98c928680695bffd70c40e46be1c25f262c4af20f7df809621b43a45bda5c5357da9e5a1b68944a645c9f60e4cb02a4d24b9b8177d560a3896d2a268ae7a2
7
+ data.tar.gz: 5c41b4239395acdc94eb28ebaf5a1766ffc12690ab5cee9c9803fc93e29b7a8b51104490cc535f0527832bd07592cf6a4b4683193c358c5b54885696752e96fe
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module HostManager
3
- VERSION = '1.8.9.2'
3
+ VERSION = '1.8.9.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rethinc-vagrant-hostmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.9.2
4
+ version: 1.8.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shawn Dahlen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-09-14 00:00:00.000000000 Z
12
+ date: 2022-09-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -54,7 +54,7 @@ files:
54
54
  - LICENSE
55
55
  - README.md
56
56
  - Rakefile
57
- - lib/vagrant-hostmanager.rb
57
+ - lib/rethinc-vagrant-hostmanager.rb
58
58
  - lib/vagrant-hostmanager/action.rb
59
59
  - lib/vagrant-hostmanager/action/update_all.rb
60
60
  - lib/vagrant-hostmanager/action/update_guest.rb