vagrant-local 0.0.2 → 0.0.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: 3e8832438f1e44676aca1406ba999ade22e226da20cfce80f421fe60371382e2
4
- data.tar.gz: 378419aa3ca92637137742c25bcdf60080019146bcce245aa4a9757d990055cb
3
+ metadata.gz: a89d76235d6a942e97650006ad5cb0b3d63d49f3c49b9e7399436f40bb64b2a5
4
+ data.tar.gz: fe62addcdcd2d655916d7e6b69aac20f86a519c88b22e644c2bef47afd69af45
5
5
  SHA512:
6
- metadata.gz: c8f3a53c97c9336e573e8f03905be56ec1d33f78fafb64a3255ff7e8ef9db3ebfd008684336650e87d71f732b889c67487df48efb856d03e8bb144ad8b3a7833
7
- data.tar.gz: 6c5c020d2a53a1333923c28de16784aca14751deac47cab3beb1a6f1b21187f9a44ba74fbda1cf2d72966234f1b6a14af6c8e40e7f813203bda35ca6011e948a
6
+ metadata.gz: 5d18df1d17d038cb24323454ea056398b1608a41292c086e2ab6c9a1b78a2928e25cf4baccc4f016d3d0e6d98eb31f78fe3809c464adb0169871c87b8f395e7b
7
+ data.tar.gz: f0adbd5ebf7110421c48e10a6417cb447f2bb8acc8d77ffc71a9e3b1e7933e8d39a7da77d23fea2255f0bab2767a2846b1bc9db158a3c6ff52b743a1b121ab98
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3](https://github.com/STARTcloud/vagrant-local/compare/v0.0.2...v0.0.3) (2024-01-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * remove pty ([ca5924c](https://github.com/STARTcloud/vagrant-local/commit/ca5924ce22b97c87f15d361d409afe42d24f1e4b))
9
+
3
10
  ## [0.0.2](https://github.com/STARTcloud/vagrant-local/compare/v0.0.1...v0.0.2) (2024-01-17)
4
11
 
5
12
 
@@ -8,7 +8,6 @@ require 'ruby_expect'
8
8
  require 'netaddr'
9
9
  require 'ipaddr'
10
10
  require 'vagrant/util/numeric'
11
- require 'pty'
12
11
  require 'expect'
13
12
  require 'vagrant'
14
13
  require 'resolv'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderLocal
5
- VERSION = '0.0.2'
5
+ VERSION = '0.0.3'
6
6
  NAME = 'vagrant-local'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-local
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert