vagrant-force-rsync 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 680c4dc731a367f726994d2c458a9e904e32bf26
4
- data.tar.gz: d57804b39282faaef4c669b710490ca25908f160
3
+ metadata.gz: b145d0dba1220bd475557dc639dc8d2d07f44dfd
4
+ data.tar.gz: 54cf9b94476a9c67e7c20e6aa28d4fca9a9a9cab
5
5
  SHA512:
6
- metadata.gz: f2762cca0f88bd5d2f22c8987a82c9adc685b0592d1b2ae419644003bf535eeee381990125bf0c605b7a4b8e7c2f7d34dc29ac9c166b4c452ad22e774ece4a68
7
- data.tar.gz: 216d229595fc5b23e4af20d1d95a8b4819cb89b583637ec0b5fabe9ea9387685bf838558534aa44412b93d2bf7eabcddf889782f2ab75b5e9a8bafcf0e63dd1b
6
+ metadata.gz: f985a3cd35f0b396ba7a8db27f2117211d6f76fcd68f5d30823643216a10ea9199d079b0a0084f4f0c93dff3550d6f728173d17bc5cce817284267d1d2668988
7
+ data.tar.gz: 5719d92354da3a46a18ddb26ebdda1e53bb5cd838f612e05fc7c85121b031cdc4e549e02968f4700ab59e4fc9d88e8af513732417d216809b7d7a384114e5f76
@@ -37,7 +37,7 @@ module VagrantPlugins
37
37
  #puts exec('vagrant rsync')
38
38
 
39
39
 
40
- opts = {:hostpath=>'.', :guestpath=>'/vagrant/', :exclude=>'.git/', :args=> ["--verbose", "--archive", "-r", "-z", "--copy-links"]}
40
+ opts = {:hostpath=>'.', :guestpath=>'/vagrant/', :exclude=>'.git/', :args=> ["--verbose", "--archive", "-r", "-z", "--copy-links", "--no-perms"]}
41
41
 
42
42
  ssh_info = machine.ssh_info
43
43
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module ForceRsync
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-force-rsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Beaty
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-10 00:00:00.000000000 Z
11
+ date: 2015-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake