capistrano-forkcms 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/capistrano/forkcms/version.rb +1 -1
- data/lib/capistrano/tasks/opcache.rake +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e3d5218ecf25f6fa755cdbdcad65fef6e8faacd
|
4
|
+
data.tar.gz: 06565c3200ea9d18bfd63012af2be9fc9b1dfb43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a41327b3e69cb099c707958cea7ad797c617f0cc3dc6aa7ce54919d70c63a346bea30db733f0dc37f05eecc6e0860308ca05a6dfa8e53c1db1885b9cfdd9029
|
7
|
+
data.tar.gz: 13f91fd170b443bf0af7dce4ca1852e3b3c8ad69193b20195a14b1490d0ceb21923d9d276fac7d6ab1fe53a19a2b6a696ae125c73907047d7439fc4a89dc7d91
|
@@ -8,7 +8,7 @@ namespace :forkcms do
|
|
8
8
|
invoke 'forkcms:opcache:reset_with_file'
|
9
9
|
elsif fetch(:opcache_reset_strategy) === 'fcgi'
|
10
10
|
invoke 'forkcms:opcache:reset_with_fcgi'
|
11
|
-
|
11
|
+
elsif fetch(:opcache_reset_strategy) === 'none'
|
12
12
|
# do nothing
|
13
13
|
else
|
14
14
|
raise 'Invalid value for :opcache_reset_strategy, possible values are: file, fcgi, none.'
|