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 +2 -2
- data/README +3 -4
- data/VERSION +1 -1
- data/lib/rvm.rb +1 -1
- data/releases/rvm-1.8.6.tar.gz +0 -0
- data/releases/rvm-1.8.6.tar.gz.md5 +1 -0
- data/sha1 +1 -1
- metadata +6 -6
- data/releases/rvm-1.8.5.tar.gz +0 -0
- data/releases/rvm-1.8.5.tar.gz.md5 +0 -1
data/Manifest.txt
CHANGED
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,
|
59
|
-
|
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.
|
1
|
+
1.8.6
|
data/lib/rvm.rb
CHANGED
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
c81e009f9f88a34d8a11d95d23d53a11
|
data/sha1
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
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:
|
4
|
+
hash: 59
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 8
|
9
|
-
-
|
10
|
-
version: 1.8.
|
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-
|
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.
|
81
|
-
- releases/rvm-1.8.
|
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: []
|
data/releases/rvm-1.8.5.tar.gz
DELETED
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
014375b6be9567d5bd33349034e7fb98
|