capistrano3-puma 5.0.1 → 5.0.2

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
  SHA256:
3
- metadata.gz: db942a399af982332ceec90035d18c0e46b1f346ba41e4832058fe7e8813982a
4
- data.tar.gz: 4beefbf1ec135ea27c80b7dad93fa373d9b4f9d888c8e215573c804e24e09f82
3
+ metadata.gz: 2556d3d0f9c69518e9b8fff34c4e9a5414df32421c886749c5780ea76d4a29ab
4
+ data.tar.gz: 346d5440671df45a98bb55b9156de333b6d75978c8370f323b8e191f87f5e84c
5
5
  SHA512:
6
- metadata.gz: fdee4e5dfeeeea003da8af2eaffc49ba1bb394162535646fa78179a4958bf4bd0cdcbc1e42f88e7ab6ce841790266625c1ceebbfe5a67eecaa0e1a660cc77e64
7
- data.tar.gz: 9eb231db71755a26bd740ec1ae2ad3f86675906f93777683c15d59dbb2698f5769391ebf8b1e2ef86c87f3c7aba9ac23ff159d153be8f88759954daf48dd05f1
6
+ metadata.gz: e223d91b3153aa0cd69ffb59ffa21f3ac4d49c98f006825930ad4ea385c6d89e79d61d2478af3314e583abcfc596dcef180fed80b7d2f6f7c5fa93f2169a76c1
7
+ data.tar.gz: 6f1db9884b136d4595e65f7dc2bc7eb3027e8603e74e3f985b014a912ee8729c83b223a118ea37b39aa3981a82cead762fc26c959b4b171132624708400709f6
@@ -1,3 +1,3 @@
1
1
  module Capistrano
2
- PUMAVERSION = '5.0.1'
2
+ PUMAVERSION = '5.0.2'
3
3
  end
@@ -8,7 +8,7 @@ namespace :puma do
8
8
  task :config do
9
9
  on roles(fetch(:puma_role)) do |role|
10
10
  unit_filename = "#{fetch(:puma_service_unit_name)}.service"
11
- git_plugin.template_puma unit_filename, "#{fetch(:tmp_dir)}/#{unit_filename}", role
11
+ git_plugin.template_puma 'puma.service', "#{fetch(:tmp_dir)}/#{unit_filename}", role
12
12
  sudo "mv #{fetch(:tmp_dir)}/#{unit_filename} #{fetch(:puma_systemd_conf_dir)}"
13
13
  sudo "#{fetch(:puma_systemctl_bin)} daemon-reload"
14
14
  end
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: 5.0.1
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-02 00:00:00.000000000 Z
11
+ date: 2020-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano