rvm 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ wrap() {
16
16
 
17
17
  echo "#!/usr/bin/env sh" > "$file_name"
18
18
  echo "if [ -s \"${rvm_environments_path}/${environment_identifier}\" ] ; then" >> "$file_name"
19
- echo " . \"${rvm_environments_path}/${environment_identifier}\"" >> "$file_name"
19
+ echo " \\. \"${rvm_environments_path}/${environment_identifier}\"" >> "$file_name"
20
20
  echo " exec $binary_name \"\$@\"" >> "$file_name"
21
21
  echo "else" >> $file_name
22
22
  echo " echo \"ERROR: Missing RVM environment file: '${rvm_environments_path}/${environment_identifier}'\"" >> $file_name
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
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-08-22 00:00:00 -04:00
18
+ date: 2010-08-27 00:00:00 -04:00
19
19
  default_executable: rvm-install
20
20
  dependencies: []
21
21
 
@@ -47,7 +47,11 @@ files:
47
47
  - gemsets/global.gems
48
48
  - help/alias
49
49
  - help/benchmark
50
+ - help/cleanup
50
51
  - help/debug
52
+ - help/disk-usage
53
+ - help/docs
54
+ - help/exec
51
55
  - help/fetch
52
56
  - help/gem
53
57
  - help/gemdir
@@ -56,19 +60,25 @@ files:
56
60
  - help/info
57
61
  - help/install
58
62
  - help/list
63
+ - help/migrate
59
64
  - help/monitor
60
65
  - help/notes
61
66
  - help/package
62
67
  - help/rake
63
68
  - help/remove
69
+ - help/repair
64
70
  - help/reset
65
71
  - help/ruby
72
+ - help/rubygems
66
73
  - help/rvmrc
74
+ - help/snapshot
67
75
  - help/specs
68
76
  - help/srcdir
69
77
  - help/tests
78
+ - help/tools
70
79
  - help/uninstall
71
80
  - help/update
81
+ - help/upgrade
72
82
  - help/use
73
83
  - help/wrapper
74
84
  - install
@@ -133,6 +143,7 @@ files:
133
143
  - scripts/migrate
134
144
  - scripts/monitor
135
145
  - scripts/notes
146
+ - scripts/override_gem
136
147
  - scripts/package
137
148
  - scripts/patches
138
149
  - scripts/patchsets