alpha_omega 1.3.36 → 1.3.37

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.36
1
+ 1.3.37
@@ -77,11 +77,11 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
77
77
  end
78
78
 
79
79
  def notify_message
80
- "#{ENV['_AO_USER']} deployed #{application} to #{dna['app_env']}: #{repository}: #{current_revision}"
80
+ "#{ENV['_AO_USER']} deployed #{application} to #{dna['app_env']}: #{repository}: #{ENV['FLAGS_tag']} => #{current_revision}"
81
81
  end
82
82
 
83
83
  def notify_message_abbr
84
- "#{ENV['_AO_USER']} deployed #{application} to #{dna['app_env']}: #{current_revision}"
84
+ "#{ENV['_AO_USER']} deployed #{application} to #{dna['app_env']}: #{ENV['FLAGS_tag']}"
85
85
  end
86
86
  end
87
87
  end
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: 83
4
+ hash: 81
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 36
10
- version: 1.3.36
9
+ - 37
10
+ version: 1.3.37
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem