chef_cap 0.2.2 → 0.2.3

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.
@@ -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