capistrano3-puma 1.2.0 → 1.2.1
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/lib/capistrano/puma/version.rb +1 -1
- data/lib/capistrano/tasks/puma.rake +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3dffe2e6d7acd8609d461724c7642b82b97fa295
|
|
4
|
+
data.tar.gz: a8c41d024f7f2b6bd8c937bd0185336b4a8c6457
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de9b854942c7d24771f3ecf4e35b2bac4d02ce2160fbe7442bc92b9c2c3ccaf7b1b720c19d015bf3341a8fc399f46d76785be0148e7f8146e234b9db1b9958da
|
|
7
|
+
data.tar.gz: 75f4993e93161a83ce5a72777387e81b0b8035f9f201a07c86a0b5536ec2eb901bde1b7b2ff24bebd30da95d161cfeaf244adea0cd04ce423a4b8d0279485ed7
|
|
@@ -71,7 +71,7 @@ namespace :puma do
|
|
|
71
71
|
%w[halt stop status].map do |command|
|
|
72
72
|
desc "#{command} puma"
|
|
73
73
|
task command do
|
|
74
|
-
on roles (fetch(:puma_role)) do
|
|
74
|
+
on roles (fetch(:puma_role)) do |role|
|
|
75
75
|
within current_path do
|
|
76
76
|
puma_switch_user(role) do
|
|
77
77
|
with rack_env: fetch(:puma_env) do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano3-puma
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Abdelkader Boudih
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|