cachivache 0.2.2 → 0.2.3

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: bf2ed35a7f97756fd6d5f77e493fb6374487cbbd
4
- data.tar.gz: 382c31fa83803e2449449886701a62094aadc4a6
3
+ metadata.gz: 4d395340edc5efa34f8cafead802c3ff0726da99
4
+ data.tar.gz: 2c1cb76ae62c0fa558cad5072e64d68fc762cfce
5
5
  SHA512:
6
- metadata.gz: f296ef7d286668e36caeaf82dc1109e5f29f6cc3f75c11ee49d2204c431558dafe0e53c7ba3725d08372fba0fc7d73e7bf9a385a5b881b65cd2a000faee78eca
7
- data.tar.gz: f1e873970fb228b2feb05b04f8b4f1bb3a0bfea5e629f2ed62a0cdccd1d4ef65af7f72256b1d112da2e93d8626dd6b7f0fc203ff2011ef780f148aeec4dc1f1d
6
+ metadata.gz: 7d48d5f20a32d6e2a6759fb005670199096d7b30fdbbb6ce6e475a2bd8800a8b1209857daa816e20075f8942a7be7a43f14fb386de5b2c73b5d38e825d889763
7
+ data.tar.gz: 92eb614e6831df563bf4a5099dbd0814e570438b34d4d5580eeb9ad276ac392348b1e146ea00137685eafaf313738b43609ffc3b0df4ca1011b95ef633d53f8d
@@ -19,7 +19,7 @@ end
19
19
 
20
20
  namespace :'cachivache-com' do
21
21
  task :'enable-site' do
22
- sh %Q{
22
+ shell %Q{
23
23
  # Copy .conf to /etc/apache2/sites-available
24
24
  sudo cp -f #{Cachivache.provision_folder}/stuff/php-site-sample/cachivache-com.conf /etc/apache2/sites-available
25
25
 
@@ -47,14 +47,14 @@ namespace :'cachivache-com' do
47
47
  end
48
48
 
49
49
  task :'enable-hosts' do
50
- sh_unless file: "/etc/hosts", contains: "127.0.0.1 #{CachivacheDotCom.domain}" do
50
+ shell_unless file: "/etc/hosts", contains: "127.0.0.1 #{CachivacheDotCom.domain}" do
51
51
  shell append "127.0.0.1 #{CachivacheDotCom.domain}"
52
52
  end
53
53
  end
54
54
 
55
55
  task :'populate-mysql' do
56
- sh %Q{
56
+ shell %Q{
57
57
  mysql -uroot -p#{MysqlServer.root_password} < #{Cachivache.provision_folder}/stuff/php-site-sample/populate-mysql.sql
58
58
  }
59
59
  end
60
- end
60
+ end
@@ -1,3 +1,3 @@
1
1
  module Cachivache
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
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.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Rubi