cachivache 0.2.0 → 0.2.1

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: 3456d3dbf0a1cf2a9874b946d3d6e562d3409e07
4
- data.tar.gz: b0f24200f939d7ea555d585253bb0191c991e8c6
3
+ metadata.gz: 1344790892aeb3fce4de4c8a485e833cecc12aa9
4
+ data.tar.gz: a29e521b7cb3141983495102aa9d1c417ff1a0a5
5
5
  SHA512:
6
- metadata.gz: 7955d555c94b1fec28a43fdc07b2debcb332a7bcae846ca111a6722c2392263f0758d46b915bab209e7f3f720adaa88143dc53ba2fa8756e20d9939d8a455b81
7
- data.tar.gz: 007eb2d44a849c97d2209174c017a00695cb78e6c82abda2363a4524d5d23e15460831802fd60fe72bc1f1510e257abc1c5ef41c8fe6f349217502966073d33c
6
+ metadata.gz: b11eb9841419e1c61d26dec747b4a125c5bbd29c120e28b1c784e6489a71c4efbdad0310715c91b651ec8e9407f97c834d819b82ec29e34952f066668709f364
7
+ data.tar.gz: 8f1438997ea8e5803431dd0df465f46909d85f416a66f4c69ac03d7aa0a77951e6174bf655b391b696779ab2a18940d60525b4a78187bd9bfb783261d7a34749
data/README.md CHANGED
@@ -37,7 +37,7 @@ Once you installed the `cachivache` gem, setup cachivache for your project:
37
37
 
38
38
  write some stuffs in your `stuff` folder and set what stuff to install and your git email and user:
39
39
 
40
- - `cachivache config`
40
+ - `cachivache configure`
41
41
 
42
42
  and that's it, you can now start Vagrant with:
43
43
 
@@ -78,7 +78,7 @@ dependencies = [
78
78
  ]
79
79
 
80
80
  stuff :'php-json-spec' => dependencies do
81
- shell %{
81
+ shell %Q{
82
82
  cd #{PhpJsonSpec.project_folder}
83
83
 
84
84
  composer install
@@ -144,7 +144,7 @@ end
144
144
  # or
145
145
 
146
146
  stuff :'do-stuff' do
147
- shell %(
147
+ shell %Q(
148
148
  echo "stuff"
149
149
  )
150
150
  end
@@ -1,3 +1,3 @@
1
1
  module Cachivache
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cachivache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Rubi