alpha_omega 1.3.26 → 1.3.27
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/alpha_omega/config/deploy_notify.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.27
|
@@ -6,7 +6,7 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
|
|
6
6
|
unless dna["app_env"] == "development" || dna["env_pod"] == "dev"
|
7
7
|
email if $deploy["notify"].member? "email"
|
8
8
|
|
9
|
-
unless
|
9
|
+
unless skip_notifications
|
10
10
|
airbrake if $deploy["notify"].member? "airbrake"
|
11
11
|
newrelic if $deploy["notify"].member? "newrelic"
|
12
12
|
campfire if $deploy["notify"].member? "campfire"
|
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:
|
4
|
+
hash: 45
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 1.3.
|
9
|
+
- 27
|
10
|
+
version: 1.3.27
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- David Nghiem
|