capistrano-php-fpm 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/capistrano-php-fpm.gemspec +1 -1
- data/lib/capistrano/tasks/php-fpm.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: 87e0ff0eab8a75ac6bb126a6ffe9cb8c03b4832c
|
|
4
|
+
data.tar.gz: b71bfe7791938e98b4f2358f5393e88f1fee50d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2e3381e5a5fdb42a8090a398ca52e59c9c0d96649064fef8bf31e5f6897021249a2a65eba700ab431d4967c296ce5485505d128368ac977a0cd5ea17bd88c4f
|
|
7
|
+
data.tar.gz: ec82859cf2b24054ac9cca4ead7142189e31affa6779c42894d74e910e4de9a696dcdc5ad3ccbbf31f3e326ca01655aac640dd960121451e6d1dd338c07c4453
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -27,7 +27,7 @@ Require in Capfile to use the default task:
|
|
|
27
27
|
require 'capistrano/php-fpm'
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
The task will run after `deploy:
|
|
30
|
+
The task will run after `deploy:published` as part of Capistrano's default deploy,
|
|
31
31
|
or can be run in isolation with `cap production php_fpm:reload`
|
|
32
32
|
|
|
33
33
|
Configurable options:
|
data/capistrano-php-fpm.gemspec
CHANGED