talking-capistrano 0.1.3 → 0.1.4

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.
@@ -1,5 +1,6 @@
1
1
  module Talking
2
2
  module Capistrano
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
6
+
@@ -23,7 +23,8 @@
23
23
  "Victoria",
24
24
  "Whisper",
25
25
  "Zarvox"],
26
- "say_deploy_completed": ["Deploying to - [ENV] - Completed!"],
26
+ "say_deploy_completed": ["Deploying to - [ENV] - Completed!",
27
+ "Deploying to - [ENV] - Done!"],
27
28
  "say_deploy_failed": ["Oops, Deploying to - [ENV] - went kaakehn!",
28
29
  "Oops, Deploying to - [ENV] - failed!",
29
30
  "Deploy to [ENV] Fail - Fail - Fail !!"],
@@ -1,5 +1,5 @@
1
1
  require "talking-capistrano/version"
2
- require 'JSON'
2
+ require 'json'
3
3
 
4
4
  module TalkingCapistrano
5
5
  module SkypeNotification
@@ -26,7 +26,7 @@ module TalkingCapistrano
26
26
  end
27
27
 
28
28
  def self.pad_text(text)
29
- "TalkingCapistrano: #{text}"
29
+ "[::] #{text} [::]"
30
30
  end
31
31
  end
32
32
  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.3
4
+ version: 0.1.4
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-16 00:00:00.000000000 Z
12
+ date: 2013-01-17 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: