capistrano3-puma 6.0.0.alpha.4 → 6.0.0.beta.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -6
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79f84230c8bfdb69838a9dfb396c3c4da8a8c305623cd0268700bc795ba3443a
4
- data.tar.gz: d2510f7171eff0dbbd36c93d41df5e84ae7d38408983a6191f7e7e3ebd365ad0
3
+ metadata.gz: 8d2f6376b7e7c2838e8d06d7acb249e7b4cca75982bd440e2ad8952f80941132
4
+ data.tar.gz: 24ca957bc88c4f06d7a11dea7c70b72f77ca275bc46a77b6eb44f98bc51b5a3e
5
5
  SHA512:
6
- metadata.gz: 8a2333e58059467a64307f0c68811825c2addc090293ce97b26e9e3f7b943c5fbb02c4dbd8b4096b1bbd17527a5b692adc286acacc48f3a795a73ad0387d4ed9
7
- data.tar.gz: c92d7c85cb8aa0c735fc80cb697ed5eadad359158f259aeb708f6427225b7fa0d209bd99b79d7860346bb472d3fda35516a4aae73411421155818bbc161c2207
6
+ metadata.gz: e0d445a032ad196fd65b8aa863c1fb049aec6f9e8f47f22cd2d05993555c354e110bfb397d1a001b6ee0b3cb9b19e38c3d6fe76bba47d5682b17992910a5717c
7
+ data.tar.gz: 9bba6960b9246b4877b02baa6339baf7a940caf16bcf54be2c0148850f96b7af1e68a07a97d03ac07bbc978275e1ea6ca44812587da942e176b674d230d2a88c
data/README.md CHANGED
@@ -42,12 +42,8 @@ To make it work with rvm, rbenv and chruby, install the plugin after correspondi
42
42
 
43
43
  ### Config
44
44
 
45
- To list available tasks use `cap -T`
46
-
47
-
48
- Ensure that `tmp/pids` and ` tmp/sockets log` are shared (via `linked_dirs`):
49
-
50
- `This step is mandatory before deploying, otherwise puma server won't start`
45
+ Puma configuration is expected to be in `config/puma.rb` or `config/puma/#{fetch(:puma_env)}.rb` and checked in your repository.
46
+ Uploading the configuration via capistrano was removed as it was causing problems with custom configurations.
51
47
 
52
48
  ## Example
53
49
 
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: 6.0.0.alpha.4
4
+ version: 6.0.0.beta.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: 2022-10-08 00:00:00.000000000 Z
11
+ date: 2022-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -47,7 +47,7 @@ dependencies:
47
47
  version: '5.1'
48
48
  - - "<"
49
49
  - !ruby/object:Gem::Version
50
- version: '6.0'
50
+ version: '7.0'
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
@@ -57,7 +57,7 @@ dependencies:
57
57
  version: '5.1'
58
58
  - - "<"
59
59
  - !ruby/object:Gem::Version
60
- version: '6.0'
60
+ version: '7.0'
61
61
  description: Puma integration for Capistrano 3
62
62
  email:
63
63
  - Terminale@gmail.com