capistrano3-puma 6.0.0.alpha.3 → 6.0.0.alpha.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc9d3b7a50af328c1bcfad01eb6ea87682d832f9374d28377af3fbb541822c10
4
- data.tar.gz: 33b973e9d091377a6b33081500837441c4f46e7d02ce5ea4cbe26fa5de9b8217
3
+ metadata.gz: 79f84230c8bfdb69838a9dfb396c3c4da8a8c305623cd0268700bc795ba3443a
4
+ data.tar.gz: d2510f7171eff0dbbd36c93d41df5e84ae7d38408983a6191f7e7e3ebd365ad0
5
5
  SHA512:
6
- metadata.gz: 1e52735bdd57312b44d904463ff0f4df530bff86f8d1f3d6fb88c0c64893104e071b299ea70fd2fbcb5d337e1b4bfa0bab3003c56ba0251173eca361ded38da9
7
- data.tar.gz: b04d88ed6d87ce4d63f83efefd0a8489f7db5dcb470d292f776fc385daf1341802a6ae24ea17653581e7b621fc6a0ebdb0150e68951d1844e6f8d9e4b87e9d60
6
+ metadata.gz: 8a2333e58059467a64307f0c68811825c2addc090293ce97b26e9e3f7b943c5fbb02c4dbd8b4096b1bbd17527a5b692adc286acacc48f3a795a73ad0387d4ed9
7
+ data.tar.gz: c92d7c85cb8aa0c735fc80cb697ed5eadad359158f259aeb708f6427225b7fa0d209bd99b79d7860346bb472d3fda35516a4aae73411421155818bbc161c2207
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano3-puma
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0.alpha.3
4
+ version: 6.0.0.alpha.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih
@@ -71,7 +71,6 @@ files:
71
71
  - lib/capistrano/puma.rb
72
72
  - lib/capistrano/puma/nginx.rb
73
73
  - lib/capistrano/puma/systemd.rb
74
- - lib/capistrano/puma/version.rb
75
74
  - lib/capistrano/tasks/nginx.rake
76
75
  - lib/capistrano/tasks/systemd.rake
77
76
  - lib/capistrano/templates/nginx_conf.erb
@@ -1,5 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module Capistrano
4
- PUMAVERSION = '6.0.0.alpha.3'
5
- end