capistrano-pumaio 3.1.1 → 3.1.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
  SHA1:
3
- metadata.gz: a76626d7c63be2c1cc1c3ed05768b81db37fedb9
4
- data.tar.gz: 6900bdcdf0015d351c7490aa442deebc3bfeb8c2
3
+ metadata.gz: 91efa6ce6ba2ace2fdabf2db77caf030d2a04a93
4
+ data.tar.gz: 225c52a058e24318b66c8255ef7b6915d184091e
5
5
  SHA512:
6
- metadata.gz: 504c3b284df8023af5a8c2b3aa57ff7730773b18d76a59d1e3b2407fd575b5c6fd114c7dd8e43664039775830f582505f552fca85112568608a39c66b63970e8
7
- data.tar.gz: c5c1756365e7f38b02fc1f54a5dce6591ada8a38c5a709cbf9708899cedb4cf496ea9f769fcd05d5334f3afb240132e635bf7532298a3bed6387152fa67d4822
6
+ metadata.gz: 70c4be5ad452fb9cfa948ec9eb6f983940f79452532b15043196bad5c749b4a0ea2145a1613a094297bb7cbb301e56dc1c1ee412f16aa7a78ec18302272ba78f
7
+ data.tar.gz: 37640f281aff5f49f2230ccb65c0416ea6de33e82015554ff34b56aa12f2fa8262df482cd223d7e5d01655910641037e5d9eed3047bb48aecaae873974bfefa1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.1
1
+ 3.1.2
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: capistrano-pumaio 3.1.1 ruby lib
5
+ # stub: capistrano-pumaio 3.1.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "capistrano-pumaio"
9
- s.version = "3.1.1"
9
+ s.version = "3.1.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Leif Ringstad"]
14
- s.date = "2016-03-18"
14
+ s.date = "2016-03-21"
15
15
  s.description = "Capistrano recipes for puma using runit and monit."
16
16
  s.email = "leifcr@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -59,6 +59,8 @@ after 'puma:monit:enable', 'monit:reload'
59
59
  before 'puma:monit:disable', 'puma:monit:unmonitor'
60
60
  after 'puma:monit:disable', 'monit:reload'
61
61
 
62
+ before 'monit:enable', 'puma:monit:enable'
63
+
62
64
  # start service after update in case it has not been stopped
63
65
  # This shouldn't be necessary, as monit should pick up a non-running service.
64
66
  # Starting it here might trigger double starting if monit is triggered simultaniously.
@@ -176,3 +176,5 @@ after 'deploy:updated', 'puma:runit:enable'
176
176
  before 'puma:runit:setup', 'puma:flush_sockets'
177
177
  before 'puma:runit:setup', 'puma:setup'
178
178
  before 'puma:runit:quit', 'puma:runit:stop'
179
+
180
+ before 'runit:enable', 'puma:runit:enable'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-pumaio
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leif Ringstad
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-18 00:00:00.000000000 Z
11
+ date: 2016-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano