vagrant-vmm 1.0.9 → 1.0.10
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 +8 -8
- data/lib/vagrant-vmm/scripts/sync_folders.ps1 +1 -1
- data/lib/vagrant-vmm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzU5Y2Q3OGY4MzYzNzlhNmVhZThkY2FlMzk4MjJiNDMxZjc4YTE1Yw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTE2ZmQwZWVjYWM5MTI5NDEzMWZkOTA2M2JlNzUyY2ZkZjcxNDUxYw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzBhM2RlYjVhZjAwMjE2Y2ZmZjNhMjMzYmM4ODFjNGNjMmZiYzQ4MDU4YmIw
|
10
|
+
N2FhMDc5OGYyYjExMWEyMjcxMmFlZGFlMTYzNzNhMDJmODNmOTYzNzdmYTMz
|
11
|
+
NjMwNWEwNDNhNTljYzdhZTY3ZGZhNTJjZDk4OWYzYjNlN2EyYWU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MGMwNWRhMDJjNDgxYWQ3OWUzYmE5YjAxM2UyNzc2ODgyZjFiZDE5MDk0MTJm
|
14
|
+
YTAzNDI0ZmNlMDUxMmYzMDgyY2VlMTExYjNhOWMxMmRjNDZjMzgzMjFjMDBj
|
15
|
+
OWViYTJlYmFmYWY4MzBkZDM3YWJiMDNjNWFkMjY0NGM0YWU0NjQ=
|
@@ -162,7 +162,7 @@ if ( $sync_required )
|
|
162
162
|
{
|
163
163
|
$current += 1
|
164
164
|
$file_path = $hst_path + $file
|
165
|
-
$guest_path = $folder_mappings[$hst_path]
|
165
|
+
$guest_path = Split-Path $folder_mappings[$hst_path] -NoQualifier
|
166
166
|
$guest_path = [System.IO.Path]::GetFullPath("$($vagrant_sync_drive.root)\$guest_path")
|
167
167
|
Write-progress -Activity "Syncing $hst_path with $guest_path" -PercentComplete $($current*100/$total) -Status "Copying $file"
|
168
168
|
if (Test-Path $file_path -pathtype container)
|
data/lib/vagrant-vmm/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-vmm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jarig
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|