capistrano-cachetool 1.0.4 → 1.0.5

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
  SHA256:
3
- metadata.gz: e9be6463a2f891255077253301a4cfb2b6c10be962ddf67f53333c55cf6ab10c
4
- data.tar.gz: fa3ba45d54c92e4b50c04832a1ed222d5280ff8972bd1f7d5185f8304a117855
3
+ metadata.gz: a77ae255350b7c5b45f44808eadf976839baf1d9da7bbcb4a1d1049913c4cfab
4
+ data.tar.gz: cffea224d13a88221bbd271d06fc97520568bb3d1579d2038644649318c7b030
5
5
  SHA512:
6
- metadata.gz: 20880f6b11b4224a1af2e0377a32bc318c2a8dd248d0e1bfb8bee5442a41a1daa21c324144c6d4b0088486d9758e6df97e9871cf165834db8a2200a269843f13
7
- data.tar.gz: 5229e29bf8223d785ce3ea7aa89b180ccce506115baca66883b2bd4ae1b5409839b27e2f4cdc376d363abac61f45c4a483bc9d862ae5977b39c0c88b98c4687e
6
+ metadata.gz: 861aab60af634a74989befb24d6c84e431109c01b6d6f579839abbeea099dc6a16049278829d92fbcae9c5445deca94386cab2e009a90d8e3a3f2875b4edbecb
7
+ data.tar.gz: 6546a534a15bd3f9ee6500dd6ec700d8beff63a742aaeb7196759f198ee2121c39e5585f984587c61e33cb411be9c7fbd8fffc83423913a99e694407ecfc95f5
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Cachetool
3
- VERSION = '1.0.4'
3
+ VERSION = '1.0.5'
4
4
  end
5
5
  end
@@ -11,7 +11,7 @@ namespace :cachetool do
11
11
  task :install_executable do
12
12
  on release_roles(fetch(:cachetool_roles)) do
13
13
  within shared_path do
14
- unless test '[', '-e', 'cachetool.phar', ']'
14
+ unless test("[[ -e #{shared_path}/cachetool.phar ]]")
15
15
  execute :curl, '-sO', fetch(:cachetool_download_url)
16
16
  execute :chmod, '+x', 'cachetool.phar'
17
17
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-cachetool
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
  - Tijs Verkoyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-18 00:00:00.000000000 Z
11
+ date: 2020-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler