chap 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/chap/config.rb +5 -2
  2. data/lib/chap/version.rb +1 -1
  3. metadata +3 -3
@@ -117,7 +117,10 @@ module Chap
117
117
  cmd = "#{cmd} 2>&1" unless cmd.include?(" > ")
118
118
  out = `#{cmd}`
119
119
  log out
120
- raise "DeployError" if $?.exitstatus > 0
120
+ if $?.exitstatus > 0
121
+ puts out
122
+ raise "DeployError"
123
+ end
121
124
  end
122
125
  end
123
- end
126
+ end
@@ -1,3 +1,3 @@
1
1
  module Chap
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
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-03-07 00:00:00.000000000 Z
12
+ date: 2013-05-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -237,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
237
237
  version: '0'
238
238
  requirements: []
239
239
  rubyforge_project:
240
- rubygems_version: 1.8.24
240
+ rubygems_version: 1.8.25
241
241
  signing_key:
242
242
  specification_version: 3
243
243
  summary: ! 'chef + capistrano = chap: deploy your app with either chef or capistrano'