alpha_omega 1.3.44 → 1.3.45

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.44
1
+ 1.3.45
@@ -37,8 +37,8 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
37
37
  require 'airbrake'
38
38
  require 'airbrake_tasks'
39
39
 
40
- Airbrake.configure do |config|
41
- config.api_key = $deploy["notify"]["airbrake"]["api_key"]
40
+ Airbrake.configure do |abconfig|
41
+ abconfig.api_key = $deploy["notify"]["airbrake"]["api_key"]
42
42
  end
43
43
 
44
44
  begin
@@ -94,7 +94,7 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
94
94
  if dna["app_env"] == "production"
95
95
  summary = "#{public_git_url repository}/compare/#{map_sha_tag cmp_previous_revision}...#{map_sha_tag cmp_current_revision}"
96
96
  else
97
- summary = "#{public_git_url repository)}/commit/#{cmp_current_revision}"
97
+ summary = "#{public_git_url repository}/commit/#{cmp_current_revision}"
98
98
  end
99
99
 
100
100
  "#{ENV['_AO_DEPLOYER']} deployed #{application} to #{ENV['_AO_ARGS']} (#{dna['app_env']}): #{ENV['FLAGS_tag']}" +
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: 67
4
+ hash: 65
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 44
10
- version: 1.3.44
9
+ - 45
10
+ version: 1.3.45
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem