talking-capistrano 0.1.5 → 0.1.6
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/lib/talking-capistrano/version.rb +1 -1
- data/lib/talking-capistrano.rb +3 -2
- metadata +2 -2
data/lib/talking-capistrano.rb
CHANGED
|
@@ -111,8 +111,9 @@ Capistrano::Configuration.instance.load do
|
|
|
111
111
|
before "deploy", "deploy:say:about_to_deploy"
|
|
112
112
|
# Say + Skype notifications on deploy stages - hack to avoid stack too deep exception
|
|
113
113
|
after "deploy" do
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
completed_str = TalkingCapistrano::say_deploy_completed
|
|
115
|
+
`#{say_command} #{completed_str} -v '#{TalkingCapistrano::say_speaker_name}' &`
|
|
116
|
+
TalkingCapistrano::SkypeNotification.notify(completed_str)
|
|
116
117
|
end
|
|
117
118
|
|
|
118
119
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: talking-capistrano
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-01-
|
|
12
|
+
date: 2013-01-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Capisrano task to notify start|end|erros of a capistrano deploy execution
|
|
15
15
|
email:
|