capistrano-elobuff 0.1.3 → 0.1.4

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.3"
14
+ gem.version = "0.1.4"
15
15
 
16
16
  gem.add_dependency "capistrano"
17
17
  end
@@ -19,7 +19,7 @@ Capistrano::Configuration.instance.load do
19
19
  end
20
20
 
21
21
  desc "Watch the idleworker files with tail"
22
- task :worker, roles: :idleworker, on_no_matching_servers: :continue do
22
+ task :idleworker, roles: :idleworker, on_no_matching_servers: :continue do
23
23
  run "tail -f -q #{current_path}/log/idleworker*.log"
24
24
  end
25
25
 
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.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: