tamtam-vagrant-reload 1.1.1 → 1.1.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: fd686137256a7feaacdd218428989b43f4c28970
4
- data.tar.gz: b2dd4a441f423eb1c1d36a19a05954caf1378410
3
+ metadata.gz: cffb0904b34671b60d09f1421efc3314c0248688
4
+ data.tar.gz: 7c66eae533b547a40615f207eeea0c40ee50bf87
5
5
  SHA512:
6
- metadata.gz: ac23ffac17a82e379c41bba4b8d4216dfc3ea601d1678e9349c780282bca538d1bbf8538f9a3317dc999b5a976310f91bbc2e24e1daca51e5dab7250b64d2428
7
- data.tar.gz: 2abbb371232f5ecb366715687c4e6a9741cd90c3a21d0cd858f64ab2ae232ebb7e3c996ee79dc71b669b60bf569d421ab311cdf1f600d3f21990fc3126a3a026
6
+ metadata.gz: f6511f9805793551abc67dde990f9ba94b42601a5fbac55053ef7f4bb7167734f8a6850a2cb759d96173489e1311e597651b01000e0f18facd2e40586c5180e7
7
+ data.tar.gz: c40cf319a32afa6803a59844435063414ac6613ceb6e25239d773500c26a5f8bd6737d552034ef3be1fd557af5b214e76cd8849a22fe49dbf6052ce3d9ec232f
data/README.md CHANGED
@@ -15,12 +15,13 @@ Note : Check file using to specify a reload necessity will be automatically remo
15
15
  Add `config.vm.provision :tamtam-reload` to your `Vagrantfile` to reload your VM during provisioning.
16
16
 
17
17
 
18
- Set the parameter `check_file` to the filename you want to check with a relative path (based on VagrantFile folder) to reload vagrant conditionally.
18
+ Set the parameter `check_file` to the filename you want to check with a absolute path to reload vagrant conditionally.
19
+
19
20
 
20
21
  For example :
21
22
 
22
23
  ```
23
24
  web.vm.provision :tamtam-reload do |reload|
24
- reload.check_file = "./path/to/file/check_file_name"
25
+ reload.check_file = "/tmp/check_file_name"
25
26
  end
26
27
  ```
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module TamtamVagrantReload
3
- VERSION = "1.1.1"
3
+ VERSION = "1.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tamtam-vagrant-reload
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Zimmer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-30 00:00:00.000000000 Z
11
+ date: 2016-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake