challenger 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,6 @@ namespace :deploy do
14
14
 
15
15
  desc "Restart Application"
16
16
  task :restart, roles: :app, except: {no_release: true} do
17
- run "touch #{deploy_to}/current/tmp/restart.txt"
17
+ run "touch #{current_release}/tmp/restart.txt"
18
18
  end
19
19
  end
@@ -1,3 +1,3 @@
1
1
  module Challenger
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: challenger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: