vagrant-rsync 0.2.3 → 0.2.4
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/cap/ensure_rsync.rb +2 -2
- data/lib/vagrant-rsync/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
|
+
YjMwODkyNDYwOTFjM2I0MjNlODMyY2ZjMjVkMzdjZGRhZDI5ODkxNw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
M2NhZjRjN2YxMjU3YWViNjNjYjcxMDBmM2IwZjczY2FkYmIxMzlmNQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NmMyNWUyY2UyM2JkZTMzZjM1NGMwZWVmYjc0ZTI1NGI5NTU1NDU1OWE5ZjIw
|
|
10
|
+
YTkxZWI5YzY3ZWUxYWQ2MWU1MDUwYmQwMDJlYWRlMDBhZTIwMjNlY2FhNmZj
|
|
11
|
+
MjU1NDBmMjM4YzYxYjBjN2E3ZTUxMzA2MTAxMThhYTNkNGE5NzM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MmYxMjUxNTU1MWY3MjIwZTU2MmYyNmY4Yjc5NGIzYTdkZmYwMTdjYzk0NTYy
|
|
14
|
+
M2VjNmM1ODUzYWNhNzllMTlhYjg4MTk1ZTkxOWYzNzc1MWIyYmNlODJmNmM5
|
|
15
|
+
ZGJkMTAyOWQ5YzM3MjczYmI3ZjdmMzdjYTdiOWU1ZjI3ZmFiMjI=
|
|
@@ -25,9 +25,9 @@ module VagrantPlugins
|
|
|
25
25
|
case machine.guest.name
|
|
26
26
|
when :debian, :ubuntu
|
|
27
27
|
comm.sudo "apt-get update"
|
|
28
|
-
comm.sudo "apt-get install rsync"
|
|
28
|
+
comm.sudo "apt-get install rsync -y"
|
|
29
29
|
when :fedora, :centos, :redhat
|
|
30
|
-
comm.sudo "yum install rsync"
|
|
30
|
+
comm.sudo "yum install rsync -y"
|
|
31
31
|
when :suse
|
|
32
32
|
comm.sudo "yast2 -i rsync"
|
|
33
33
|
when :gentoo
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-rsync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bill Cromie
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2014-03-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|