capnotify 0.1.4pre → 0.1.5pre
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/capnotify/version.rb +1 -1
- data/lib/capnotify.rb +4 -2
- metadata +1 -1
data/lib/capnotify/version.rb
CHANGED
data/lib/capnotify.rb
CHANGED
@@ -59,12 +59,14 @@ module Capnotify
|
|
59
59
|
|
60
60
|
# short message for the start of a deployment
|
61
61
|
_cset(:capnotify_deploy_start_msg) do
|
62
|
-
"#{ capnotify.appname } deployment starting.
|
62
|
+
"#{ capnotify.appname } deployment starting.
|
63
|
+
Ref: #{ fetch(:real_revision) }"
|
63
64
|
end
|
64
65
|
|
65
66
|
# short message for the completion of a deployment
|
66
67
|
_cset(:capnotify_deploy_complete_msg) do
|
67
|
-
"#{ capnotify.appname } deployment completed.
|
68
|
+
"#{ capnotify.appname } deployment completed.
|
69
|
+
Ref: #{ fetch(:real_revision) }"
|
68
70
|
end
|
69
71
|
|
70
72
|
# short message for putting up a maintenance page
|