rebuy_deployment 0.4.1 → 0.4.2

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.
Files changed (2) hide show
  1. data/lib/rebuy_deployment/deploy.rb +1 -1
  2. metadata +2 -2
@@ -130,7 +130,7 @@ namespace :deploy do
130
130
 
131
131
  task :notify_campfire, :on_error => :continue do
132
132
  if campfire_options[:account] && campfire_options[:room] && campfire_options[:token]
133
- campfire_room.paste get_git_log :campfire_options
133
+ campfire_room.paste get_git_log
134
134
  else
135
135
  logger.info "Skipping message to campfire because insufficient options given."
136
136
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rebuy_deployment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-02-06 00:00:00.000000000 Z
14
+ date: 2013-02-07 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: capistrano