capistrano3-puma 1.2.0 → 1.2.1

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
  SHA1:
3
- metadata.gz: 1755f57fc22107e5f701181029fdfb83c371f812
4
- data.tar.gz: 9366f5b212d65fe58f2e9fca81ea523add36636b
3
+ metadata.gz: 3dffe2e6d7acd8609d461724c7642b82b97fa295
4
+ data.tar.gz: a8c41d024f7f2b6bd8c937bd0185336b4a8c6457
5
5
  SHA512:
6
- metadata.gz: feccecc2474ff21ef7573ceed1fb04c050e24fb4c7be308842ca3cfc56fd9979bfd491f7c1334091dba292e34ba159692ca27d4901afec7bcc6c2a8b7f67ba8e
7
- data.tar.gz: d9d1bc5fdcefb10fc9d9b594febec02baca91d0de3093425e274a2e9e4211a1ec86789328afb6d90617787ff2701b7fe10b793cfb1299b5b46256f8257f2cd45
6
+ metadata.gz: de9b854942c7d24771f3ecf4e35b2bac4d02ce2160fbe7442bc92b9c2c3ccaf7b1b720c19d015bf3341a8fc399f46d76785be0148e7f8146e234b9db1b9958da
7
+ data.tar.gz: 75f4993e93161a83ce5a72777387e81b0b8035f9f201a07c86a0b5536ec2eb901bde1b7b2ff24bebd30da95d161cfeaf244adea0cd04ce423a4b8d0279485ed7
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Puma
3
- VERSION = '1.2.0'
3
+ VERSION = '1.2.1'
4
4
  end
5
5
  end
@@ -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.0
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-19 00:00:00.000000000 Z
11
+ date: 2015-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano