capistrano-elobuff 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
12
12
  gem.name = "capistrano-elobuff"
13
13
  gem.require_paths = ["lib"]
14
- gem.version = "0.1.2"
14
+ gem.version = "0.1.3"
15
15
 
16
16
  gem.add_dependency "capistrano"
17
17
  end
@@ -18,6 +18,11 @@ Capistrano::Configuration.instance.load do
18
18
  run "tail -f -q #{current_path}/log/*.log"
19
19
  end
20
20
 
21
+ desc "Watch the idleworker files with tail"
22
+ task :worker, roles: :idleworker, on_no_matching_servers: :continue do
23
+ run "tail -f -q #{current_path}/log/idleworker*.log"
24
+ end
25
+
21
26
  desc "Watch the merger files with tail"
22
27
  task :merger, roles: :db, on_no_matching_servers: :continue do
23
28
  run "tail -f -q #{current_path}/log/merger*.log"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-elobuff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: