recipiez 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.5.4'
2
+ VERSION = '0.5.5'
3
3
  end
data/recipes/campfire.rb CHANGED
@@ -11,6 +11,8 @@ Capistrano::Configuration.instance(true).load do
11
11
  announcement = "#{announced_deployer} has deployed #{application} to #{announced_stage}"
12
12
  campfire_room.speak announcement
13
13
  begin
14
+ command = %w(git log --pretty=format:"* #{"[%h, %an] %s"}" #{previous_revision}..#{current_revision})
15
+ puts command
14
16
  rev_log = %x( git log --pretty=format:"* #{"[%h, %an] %s"}" #{previous_revision}..#{current_revision} )
15
17
  campfire_room.paste rev_log
16
18
  rescue Faraday::Error::ParsingError
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 4
9
- version: 0.5.4
8
+ - 5
9
+ version: 0.5.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2013-07-01 00:00:00 +02:00
17
+ date: 2013-09-19 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency