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 +4 -4
- data/lib/capistrano/cachetool/version.rb +1 -1
- data/lib/capistrano/tasks/cachetool.rake +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a77ae255350b7c5b45f44808eadf976839baf1d9da7bbcb4a1d1049913c4cfab
|
4
|
+
data.tar.gz: cffea224d13a88221bbd271d06fc97520568bb3d1579d2038644649318c7b030
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 861aab60af634a74989befb24d6c84e431109c01b6d6f579839abbeea099dc6a16049278829d92fbcae9c5445deca94386cab2e009a90d8e3a3f2875b4edbecb
|
7
|
+
data.tar.gz: 6546a534a15bd3f9ee6500dd6ec700d8beff63a742aaeb7196759f198ee2121c39e5585f984587c61e33cb411be9c7fbd8fffc83423913a99e694407ecfc95f5
|
@@ -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
|
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
|
+
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:
|
11
|
+
date: 2020-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|