vagrant-rsync 0.2.2 → 0.2.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 +8 -8
- data/lib/vagrant-rsync/version.rb +1 -1
- data/locales/en.yml +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDkzMTA0YjgwMTZmODAyZTYzYTZhOTFkZGMxNDU1OWQyYjY0NWYzYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
N2E3NDk2OWRiNDkyOWE1YzVkNTYxNjRhMWZkMzZkZjZmYmUxNjU3NA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzY3ZTAzOTYxNmNkYzViYjdmZWE1OTZmODNlZDVmYjRmOGM4OGY2ZjlkYjAx
|
|
10
|
+
YmRlYmUxNGVmNTA3NTJmMzQyMmQ2YzY1OGVlYjEyMTgyMmY3NWEyYzBiY2Ri
|
|
11
|
+
MTA2MmJiOWFmYTNlYmFhMWMyNTBkNGFiMjc1MjY2NTMxNzlhZmQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NmZmMTM3NDViNmZjZDlmZjg0YjAzYzk2YWIzNWFmMmUwZmQ2NjEyYWQxOGNk
|
|
14
|
+
Y2RiZDBhMjllYWFlZTkzZmQ3NDU4M2UwOWE1OGQ4YmUzNWJiYjJhMmNjZWQz
|
|
15
|
+
YWQxNDMyODUzNDMzNzBiNTkwNmJjMmYyYzc1OGUwZjhjM2M5MGU=
|
data/locales/en.yml
CHANGED
|
@@ -8,7 +8,9 @@ en:
|
|
|
8
8
|
Installing rsync...
|
|
9
9
|
rsync_folders: |-
|
|
10
10
|
Syncing shared folders to guest with rsync...
|
|
11
|
-
|
|
11
|
+
vagrant_rsync:
|
|
12
12
|
errors:
|
|
13
13
|
rsync_not_available: |-
|
|
14
14
|
Unable to install rsync on a machine of guest type '%{guest}'.
|
|
15
|
+
rsync_failed: |-
|
|
16
|
+
Unable to execute rsync on host to sync with '%{guest}'.
|