capper 0.9.11 → 0.9.12

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.
@@ -35,7 +35,7 @@ export rvm_gem_options="--no-rdoc --no-ri"
35
35
  # update rvm if version differs
36
36
  run("source ~/.rvm/scripts/rvm && " +
37
37
  "if ! rvm version | grep -q 'rvm #{rvm_version}'; then " +
38
- "rvm get #{rvm_version}; fi",
38
+ "rvm get branch #{rvm_version}; fi",
39
39
  :shell => "/bin/bash")
40
40
 
41
41
  # install requested ruby version
@@ -1,3 +1,3 @@
1
1
  module Capper
2
- VERSION = "0.9.11"
2
+ VERSION = "0.9.12"
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.11
5
+ version: 0.9.12
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Benedikt B\xC3\xB6hm"