capistrano-delayed_job 3.1.2 → 3.1.3
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-delayed_job.gemspec +3 -3
- data/lib/capistrano/tasks/monit.rake +1 -1
- 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: b66dadc74d6191a2626967942ab2624d12a06b1f
|
|
4
|
+
data.tar.gz: 7a79229214181a1a05c84bd12c160daece3543b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e60d41bf9534fdd54cda99856a286d61b96d3f92e6198c8cd75bce89c2c4cff749a4b15ba0108d55feab28c0d2bb40c37540d9545bc4e75574abb026959066c
|
|
7
|
+
data.tar.gz: 15cb3cef2568d3af0bfe3ca0256f6fa94c1e1baae253845f4268056f9ef6eddfdddb55272e93e7639815b2eda02728af46f15688a8fe3d0592763dff610f4e77
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.3
|
|
@@ -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-delayed_job 3.1.
|
|
5
|
+
# stub: capistrano-delayed_job 3.1.3 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "capistrano-delayed_job"
|
|
9
|
-
s.version = "3.1.
|
|
9
|
+
s.version = "3.1.3"
|
|
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-22"
|
|
15
15
|
s.description = "Capistrano recipes for Delayed Job using runit and monit."
|
|
16
16
|
s.email = "leifcr@gmail.com"
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -50,7 +50,7 @@ namespace :delayed_job do
|
|
|
50
50
|
on roles(:app) do |host|
|
|
51
51
|
(1..fetch(:delayed_job_workers)).each do |n|
|
|
52
52
|
info "MONIT: #{cmd} Delayed Job worker #{n} for #{fetch(:application)} on #{host}"
|
|
53
|
-
|
|
53
|
+
command_monit_service(cmd, Capistrano::Helpers::DelayedJob::Monit.available_configuration_file(n))
|
|
54
54
|
end
|
|
55
55
|
end
|
|
56
56
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-delayed_job
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.3
|
|
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-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|