recipiez 0.5.6 → 0.5.7

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.6'
2
+ VERSION = '0.5.7'
3
3
  end
data/recipes/campfire.rb CHANGED
@@ -11,9 +11,9 @@ 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 = %(git log --pretty=format:"* #{"[%h, %an] %s"}" #{previous_revision}..#{current_revision})
14
+ command = %(git log --pretty=format:"* #{"[%h, %an] %s"}" #{previous_revision}..#{latest_revision})
15
15
  puts command
16
- rev_log = %x( git log --pretty=format:"* #{"[%h, %an] %s"}" #{previous_revision}..#{current_revision} )
16
+ rev_log = %x( git log --pretty=format:"* #{"[%h, %an] %s"}" #{previous_revision}..#{latest_revision} )
17
17
  campfire_room.paste rev_log
18
18
  rescue Faraday::Error::ParsingError
19
19
  # FIXME deal with crazy color output instead of rescuing
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 6
9
- version: 0.5.6
8
+ - 7
9
+ version: 0.5.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton