vagrant-bindfs 1.0.4 → 1.0.5

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: b40cd0275c73a45a1306ba9b3475aac874e2f335
4
- data.tar.gz: 458172ce919d346cd3de8ba28c295453500023dd
3
+ metadata.gz: 5f622e75d38a2afcd2ba66cf0e012e74c47b66b5
4
+ data.tar.gz: 77e3692befba1d54b21b3e6b03f5c1c4d31dee4d
5
5
  SHA512:
6
- metadata.gz: c2628efc530f2388c8fb573cd6946d28488a4799129323011d789eb953c341f8f7cbc4a2ea9ba45525b00e6ebb26ae450ab096be3340aa241148b2884767bcfd
7
- data.tar.gz: 7162af38b099e8bfbd120d1db171facd9b2b7abf725497829a7f5479cddc913a54410ebd6a5282b91383730cfe093420bb083439095ae7e59bd4621816d07ac3
6
+ metadata.gz: 4fac83138513cef709e899aa8bb32f6829f51a9b3822911b5adc1f31a7a729dee95d2b43ee5105f7ed09279e452aa829161de179f3b5703f0e083cbf19475057
7
+ data.tar.gz: 275b188d8250ae1d8d49dab93da7e59b4cae0cb5adff1d5df44d85d06c7e5ad985b7446daf762a2c3a88431c6558e4e67938e1895cbf09eb849101c8997e93d1
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module VagrantBindfs
3
- VERSION = '1.0.4'
3
+ VERSION = '1.0.5'
4
4
  end
data/locales/en.yml CHANGED
@@ -47,9 +47,16 @@ en:
47
47
 
48
48
  bindfs:
49
49
  mount_failed: |-
50
- The following bindfs command failed to run!
50
+ A bindfs command failed to run!
51
51
 
52
- `%{command}`
52
+ Command (runned via sudo):
53
+ %{command}
54
+
55
+ Standard output:
56
+ %{stdout}
57
+
58
+ Error output:
59
+ %{stderr}
53
60
 
54
61
  Please check options values and compatibility. For a complete
55
62
  documentation, run `sudo bindfs --help` on the VM. You can see
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-bindfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gaël-Ian Havard
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-02-07 00:00:00.000000000 Z
13
+ date: 2017-02-22 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: " A Vagrant plugin to automate bindfs mount in the VM. This allow you
16
16
  to change owner, group and permissions on files and, for example, work around NFS