vagrant-reflect 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60e8d10dfb9b80d4280d579c126cd27ca7fdc7c0
4
- data.tar.gz: 24af14e99f05a3fc076016b46289d6b428bee72c
3
+ metadata.gz: b77f5185eaca2cb86349a56fc5280c7cf85a4c03
4
+ data.tar.gz: 6880a8b81c7948a72ecc81015e1c91027d873c45
5
5
  SHA512:
6
- metadata.gz: d6715d8afd918ac9f9d785b7fa4efe8317afabd485f018852685a51a7e08095c59bb4da540bd2fa53fcfceea68c657d63ec647cf6016636a7246c4f37ca088b5
7
- data.tar.gz: 89a8795fa57b45c46fd80034a38be6493e40a3eac3446869f9ed457d4ec923e0b8c865f2cbc6fffdf8bf35f6da0b05f8e4338fca3f2883b1f9a0fd4c56e314a3
6
+ metadata.gz: 96b6e7acdf4ba6d4ac037d5470b2d072d7d12f315bd49e99007764e153828caaa57858ebbf3c6c0389c0355f89487dab96bae30599ac86a3f5583a77d3a389ae
7
+ data.tar.gz: a1a38e17fc7eb0d66bfef0482bdd4412723816eaa08cc4fd07c1404d49721e4c51cb0dc826399a39cd586348ba194b97426f73c74b9276e4304386bceef4c33c
@@ -159,9 +159,11 @@ module VagrantReflect
159
159
  end
160
160
 
161
161
  # If we have tasks to do after rsyncing, do those.
162
- if machine.guest.capability?(:rsync_post)
163
- machine.guest.capability(:rsync_post, opts)
164
- end
162
+ # REMOVE THESE - it triggers for VirtualBox an expensive find command that
163
+ # changes ownership, but we don't believe this is necessary
164
+ # if machine.guest.capability?(:rsync_post)
165
+ # machine.guest.capability(:rsync_post, opts)
166
+ # end
165
167
  end
166
168
  end
167
169
  end
@@ -1,3 +1,3 @@
1
1
  module VagrantReflect
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-reflect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Woods
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.6.10
19
+ version: 3.0.6.11
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 3.0.6.10
26
+ version: 3.0.6.11
27
27
  description: Vagrant Reflect
28
28
  email:
29
29
  - devel@jasonwoods.me.uk