recipiez 0.5.5 → 0.5.6

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