capper 0.9.13 → 0.9.14

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.
data/lib/capper/rvm.rb CHANGED
@@ -41,7 +41,8 @@ export rvm_gem_options="--no-rdoc --no-ri"
41
41
  :shell => "/bin/bash")
42
42
 
43
43
  # remove rvm installer
44
- run("rm -f #{deploy_to}/rvm-installer")
44
+ run("rm -f #{deploy_to}/rvm-installer",
45
+ :shell => "/bin/bash")
45
46
 
46
47
  # install requested ruby version
47
48
  wo_gemset = rvm_ruby_string.gsub(/@.*/, '')
@@ -1,3 +1,3 @@
1
1
  module Capper
2
- VERSION = "0.9.13"
2
+ VERSION = "0.9.14"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: capper
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.13
5
+ version: 0.9.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Benedikt B\xC3\xB6hm"