blue-resque-scheduler 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,8 +12,8 @@ module Blue
12
12
  namespace :scheduler do
13
13
  desc "Trigger Resque Scheduler restarts"
14
14
  task :restart do
15
- run "test -f #{Blue::Resque::Scheduler.pid_path} && (kill -QUIT $(cat #{Blue::Resque::Scheduler.pid_path}) && rm -rf #{Blue::Resque::Scheduler.pid_path}) || true"
16
- sudo "monit restart resque_scheduler"
15
+ # run "test -f #{Blue::Resque::Scheduler.pid_path} && (kill -QUIT $(cat #{Blue::Resque::Scheduler.pid_path}) && rm -rf #{Blue::Resque::Scheduler.pid_path}) || true"
16
+ # sudo "monit restart resque_scheduler"
17
17
  end
18
18
  end
19
19
  end
@@ -1,7 +1,7 @@
1
1
  module Blue
2
2
  module Resque
3
3
  module Scheduler
4
- VERSION = "0.0.7"
4
+ VERSION = "0.0.8"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blue-resque-scheduler
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Sharpe