alpha_omega 1.3.40 → 1.3.41

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.40
1
+ 1.3.41
@@ -46,9 +46,9 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
46
46
  begin
47
47
  AirbrakeTasks.deploy({
48
48
  :rails_env => dna['app_env'],
49
- :scm_revision => current_revision,
49
+ :scm_revision => "#{real_revision} #{revision}",
50
50
  :scm_repository => repository,
51
- :local_username => ENV['_AO_USER']
51
+ :local_username => ENV['_AO_DEPLOYER']
52
52
  })
53
53
  rescue EOFError
54
54
  $stderr.puts "An error occurred during the Airtoad deploy notification."
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- hash: 75
4
+ hash: 73
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 40
10
- version: 1.3.40
9
+ - 41
10
+ version: 1.3.41
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem