capistrano-pumaio 3.1.1 → 3.1.2
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 +4 -4
- data/VERSION +1 -1
- data/capistrano-pumaio.gemspec +3 -3
- data/lib/capistrano/tasks/monit.rake +2 -0
- data/lib/capistrano/tasks/runit.rake +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91efa6ce6ba2ace2fdabf2db77caf030d2a04a93
|
|
4
|
+
data.tar.gz: 225c52a058e24318b66c8255ef7b6915d184091e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70c4be5ad452fb9cfa948ec9eb6f983940f79452532b15043196bad5c749b4a0ea2145a1613a094297bb7cbb301e56dc1c1ee412f16aa7a78ec18302272ba78f
|
|
7
|
+
data.tar.gz: 37640f281aff5f49f2230ccb65c0416ea6de33e82015554ff34b56aa12f2fa8262df482cd223d7e5d01655910641037e5d9eed3047bb48aecaae873974bfefa1
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.2
|
data/capistrano-pumaio.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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.
|
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.
|
|
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-
|
|
11
|
+
date: 2016-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|