capper 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,9 +6,8 @@ namespace :airbrake do
6
6
  rails_env = fetch(:airbrake_env, fetch(:rails_env, "production"))
7
7
  local_user = ENV['USER'] || ENV['USERNAME']
8
8
  executable = fetch(:rake, 'rake')
9
- directory = configuration.current_release
10
9
 
11
- notify_command = "cd #{directory}; #{executable} RAILS_ENV=#{rails_env} airbrake:deploy TO=#{rails_env} REVISION=#{current_revision} REPO=#{repository} USER=#{local_user}"
10
+ notify_command = "cd #{current_release}; #{executable} RAILS_ENV=#{rails_env} airbrake:deploy TO=#{rails_env} REVISION=#{current_revision} REPO=#{repository} USER=#{local_user}"
12
11
 
13
12
  logger.info "Notifying Airbrake of Deploy (#{notify_command})"
14
13
  result = ""
@@ -1,3 +1,3 @@
1
1
  module Capper
2
- VERSION = "0.9.5"
2
+ VERSION = "0.9.6"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: capper
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.5
5
+ version: 0.9.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Benedikt B\xC3\xB6hm"