capper 0.9.10 → 0.9.11

Sign up to get free protection for your applications and to get access to all the features.
data/lib/capper/rvm.rb CHANGED
@@ -28,7 +28,7 @@ export rvm_gem_options="--no-rdoc --no-ri"
28
28
  run("if ! test -d #{deploy_to}/.rvm; then " +
29
29
  "curl -s #{rvm_installer_url} > #{deploy_to}/rvm-installer; " +
30
30
  "chmod +x #{deploy_to}/rvm-installer; " +
31
- "#{deploy_to}/rvm-installer --version #{rvm_version}; " +
31
+ "#{deploy_to}/rvm-installer --branch #{rvm_version}; " +
32
32
  "rm -f #{deploy_to}/rvm-installer; fi",
33
33
  :shell => "/bin/bash")
34
34
 
@@ -1,3 +1,3 @@
1
1
  module Capper
2
- VERSION = "0.9.10"
2
+ VERSION = "0.9.11"
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.10
5
+ version: 0.9.11
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Benedikt B\xC3\xB6hm"