capistrano-play 0.0.2 → 0.0.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.
@@ -380,22 +380,22 @@ module Capistrano
380
380
 
381
381
  desc("start play service")
382
382
  task(:start, :roles => :app, :except => { :no_release => true }) {
383
- find_and_execute_task("play:daemon:#{play_daemonize_method}:start") if play_daemonize_method
383
+ find_and_execute_task("play:daemonize:#{play_daemonize_method}:start") if play_daemonize_method
384
384
  }
385
385
 
386
386
  desc("stop play service")
387
387
  task(:stop, :roles => :app, :except => { :no_release => true }) {
388
- find_and_execute_task("play:daemon:#{play_daemonize_method}:stop") if play_daemonize_method
388
+ find_and_execute_task("play:daemonize:#{play_daemonize_method}:stop") if play_daemonize_method
389
389
  }
390
390
 
391
391
  desc("restart play service")
392
392
  task(:restart, :roles => :app, :except => { :no_release => true }) {
393
- find_and_execute_task("play:daemon:#{play_daemonize_method}:restart") if play_daemonize_method
393
+ find_and_execute_task("play:daemonize:#{play_daemonize_method}:restart") if play_daemonize_method
394
394
  }
395
395
 
396
396
  desc("view play status")
397
397
  task(:status, :roles => :app, :except => { :no_release => true }) {
398
- find_and_execute_task("play:daemon:#{play_daemonize_method}:status") if play_daemonize_method
398
+ find_and_execute_task("play:daemonize:#{play_daemonize_method}:status") if play_daemonize_method
399
399
  }
400
400
 
401
401
  desc("view play pid")
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Play
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-play
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: