vagrant-unison2 1.0.1 → 1.0.2

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: f2739ed7d9dcf0c169adc18ea8a2a8fb534c9795
4
- data.tar.gz: 2ed8270441bca5c8c0b8ffdfa889460cb8e9f43b
3
+ metadata.gz: 0bb8cd69b57fdfab8986719dbf1c3c44e326388d
4
+ data.tar.gz: cb52ba5c46182e488d489f49e0479e32a0080862
5
5
  SHA512:
6
- metadata.gz: d537ca439688f3cf7e8a9b340606422b8767989cea2a1d5cb2f0498fd0dae8f36184f4a372a57fdd6f3dc5e7667afa3ab8985bfabc2fd94fae8a2c7056ea8807
7
- data.tar.gz: ad2a7d206fcaa0298b2e4c8a0a726ebf2012d8eda25536a2c05c3ede5869948d6c79f8140d14ec178ac66c7de858f2c7aead5193b90e4e4b537a4ab57223bc83
6
+ metadata.gz: a58424a3c98657892ae488d834edda9e39aba34a0e8de2b9bc85df2c1242edb0c8da7c6be089bb267253b5d68b5e00e61cdc2011d75d2be9b390c2d1fb1b44a1
7
+ data.tar.gz: ffc4a5cb6dad2d0b27c8168d2a436a63b9f49667576f87a693df14522e48931d21006ff133b4a1f9790f46387f0f0df62342a013119339b9f6af0286cf9e7db8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 1.0.2 (Feb 2016)
2
+ * fix the cleanup command to delete contents of directory in Vagrant but not the directory itself, because deleteing the directory can mess up e.g. a docker container that has that directory mounted.
3
+
4
+ # 1.0.1
5
+ * Small bugfix release
6
+
1
7
  # 1.0.0 (Jan 2016)
2
8
 
3
9
  * Breaking commit on dcosson fork
@@ -128,7 +128,7 @@ module VagrantPlugins
128
128
  @env.ui.info "Running #{command} on host"
129
129
  system(command)
130
130
 
131
- command = "rm -rf #{guest_path}"
131
+ command = "rm -rf #{guest_path}/*"
132
132
  @env.ui.info "Running #{command} on guest VM"
133
133
  machine.communicate.sudo(command)
134
134
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Unison
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-unison2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Laing
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-01-23 00:00:00.000000000 Z
13
+ date: 2016-02-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: listen