rvm 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ default_flag="$rvm_default_flag"
4
4
  # Prevent recursion
5
5
  unset rvm_default_flag rvm_wrapper_name
6
6
 
7
- source "$rvm_scripts_path/base"
7
+ source "$rvm_path/scripts/base"
8
8
 
9
9
  usage() {
10
10
  printf "
@@ -66,7 +66,7 @@ wrap_binary() {
66
66
  if [[ "$override_check" = "1" ]] || command -v $binary_name > /dev/null; then
67
67
  wrap
68
68
  else
69
- "$rvm_scripts_path/log" "error" "Binary '$binary_name' not found in path."
69
+ "$rvm_path/scripts/log" "error" "Binary '$binary_name' not found in path."
70
70
  return 1
71
71
  fi
72
72
  }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rvm
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 6
10
- version: 1.0.6
9
+ - 7
10
+ version: 1.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Wayne E. Seguin
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-10 00:00:00 -04:00
18
+ date: 2010-09-11 00:00:00 -04:00
19
19
  default_executable: rvm-install
20
20
  dependencies: []
21
21