chef_cap 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ChefCap
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -9,7 +9,7 @@ namespace :rvm do
9
9
  rvm_standup_script = <<-SH
10
10
  #!/bin/bash
11
11
  RVM_URL="https://rvm.beginrescueend.com/install/rvm"
12
- export PATH=$PATH:/usr/local/bin
12
+ export PATH=$PATH:/usr/local/rvm/bin
13
13
  HAVE_RVM_ALREADY=`which rvm 2>/dev/null`
14
14
  if [ ! -z $HAVE_RVM_ALREADY ]; then
15
15
  echo "Looks like RVM is already on this machine. Skipping."
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: chef_cap
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.2
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Case Commons, LLC