capistrano-resque_monit 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca0730e0d46a496c024b0bf002a3175dafbbf485
4
- data.tar.gz: 8312b1c2de92a957ebf06e8fb5683643e442d438
3
+ metadata.gz: e8b195dfcf0812ee5732cbf02614eab3fb9436c8
4
+ data.tar.gz: 6e07c942ebb8ade2208ea5eac4619bc604489306
5
5
  SHA512:
6
- metadata.gz: 75f389b5bca47f69c314472202050acc534da7a068a268e11eea0fdef4812a528f65a8478ba0fee135eb54d2ed463f868f166b87b4b79dbb764ca2c1bc3aa75f
7
- data.tar.gz: cbed3a0119725c2ae88fb28b5aef68044b15e0de9b851f35238f060ac5c3b98eaa98e04d059511e138bc8fcf5fae3e1a1f3faeadbab0f50bc9aad4cc1f7e60d4
6
+ metadata.gz: ef46222850315910fc81a015f614ab61033471c69cc0e886f1ebec171192379daa85ab19e35868cae73ecb372c25f092c1581d6060f02024e6aea8300319bf75
7
+ data.tar.gz: 0ac977bce99815f2f60888a8be73ecf484d39e12ff602ca4999839feb2f5a79a75cb08227cb795e22936e9d190c9023db7bfac74a419ec1e0b4c3eda1df16b80
@@ -53,7 +53,7 @@ namespace :monit do
53
53
  script = Capistrano::ResqueMonit.template(
54
54
  'etc/init.d/resque_scheduler',
55
55
  gem_home: fetch(:gem_home),
56
- current_path: fetch(:current_path),
56
+ current_path: current_path,
57
57
  rails_env: fetch(:rails_env),
58
58
  file: file
59
59
  )
@@ -49,7 +49,7 @@ def resque_worker_monitd(name, host, options = {})
49
49
  'resque_monitd',
50
50
  depends: depends,
51
51
  file: file,
52
- current_path: fetch(:current_path),
52
+ current_path: current_path,
53
53
  mem: mem,
54
54
  resque_application: fetch(:resque_application)
55
55
  )
@@ -63,7 +63,7 @@ def resque_worker_initd(worker, host, options = {})
63
63
  script = Capistrano::ResqueMonit.template(
64
64
  'resque_initd',
65
65
  gem_home: fetch(:gem_home),
66
- current_path: fetch(:current_path),
66
+ current_path: current_path,
67
67
  rails_env: fetch(:rails_env),
68
68
  queue: queue,
69
69
  file: file
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module ResqueMonit
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-resque_monit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gino Clement
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-07-17 00:00:00.000000000 Z
12
+ date: 2015-07-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano