rvm 1.8.5 → 1.8.6

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest.txt CHANGED
@@ -30,5 +30,5 @@ lib/rvm/shell/shell_wrapper.sh
30
30
  lib/rvm/shell/single_shot_wrapper.rb
31
31
  lib/rvm/shell/utility.rb
32
32
  lib/rvm/version.rb
33
- releases/rvm-1.8.5.tar.gz
34
- releases/rvm-1.8.5.tar.gz.md5
33
+ releases/rvm-1.8.6.tar.gz
34
+ releases/rvm-1.8.6.tar.gz.md5
data/README CHANGED
@@ -27,7 +27,6 @@ It manages Ruby application environments and switching between them.
27
27
 
28
28
  -v|--version - Emit rvm version loaded for current shell
29
29
  -l|--level - patch level to use with rvm use / install
30
- --prefix - path for all rvm files (~/.rvm/), with trailing slash!
31
30
  --bin - path for binaries to be placed (~/.rvm/bin/)
32
31
  -S - Specify a script file to attempt to load and run (rubydo)
33
32
  -e - Execute code from the command line.
@@ -54,9 +53,9 @@ It manages Ruby application environments and switching between them.
54
53
  use - setup current shell to use a specific ruby version
55
54
  reload - reload rvm source itself (useful after changing rvm source)
56
55
  implode - (seppuku) removes the rvm installation completely.
57
- This means everything in $rvm_path (~/.rvm).
58
- This does not touch your profiles, which is why
59
- there is an if around the sourcing scripts/rvm.
56
+ This means everything in $rvm_path (~/.rvm || /usr/local/rvm).
57
+ This does not touch your profiles. However, this means that you
58
+ must manually clean up your profiles and remove the lines which source RVM.
60
59
  get - {head,latest} upgrades rvm to latest head or release version.
61
60
  (If you experience bugs try this first with head version, then
62
61
  ask for help in #rvm on irc.freenode.net and hang around)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.5
1
+ 1.8.6
data/lib/rvm.rb CHANGED
@@ -54,7 +54,7 @@
54
54
  # RVM::Environment.new, versus RVM.environment
55
55
  #
56
56
  module RVM
57
- VERSION = "1.8.5"
57
+ VERSION = "1.8.6"
58
58
 
59
59
  require "rvm/errors"
60
60
 
Binary file
@@ -0,0 +1 @@
1
+ c81e009f9f88a34d8a11d95d23d53a11
data/sha1 CHANGED
@@ -1 +1 @@
1
- 94387e8
1
+ bb29dc4
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: 61
4
+ hash: 59
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 8
9
- - 5
10
- version: 1.8.5
9
+ - 6
10
+ version: 1.8.6
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: 2011-09-28 00:00:00 Z
18
+ date: 2011-10-06 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: hoe
@@ -77,8 +77,8 @@ files:
77
77
  - lib/rvm/shell/single_shot_wrapper.rb
78
78
  - lib/rvm/shell/utility.rb
79
79
  - lib/rvm/version.rb
80
- - releases/rvm-1.8.5.tar.gz
81
- - releases/rvm-1.8.5.tar.gz.md5
80
+ - releases/rvm-1.8.6.tar.gz
81
+ - releases/rvm-1.8.6.tar.gz.md5
82
82
  - .gemtest
83
83
  homepage: http://github.com/wayneeseguin/rvm
84
84
  licenses: []
Binary file
@@ -1 +0,0 @@
1
- 014375b6be9567d5bd33349034e7fb98