rvm 1.6.31 → 1.6.32
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.
- data/Manifest.txt +2 -2
- data/README +1 -1
- data/VERSION +1 -1
- data/lib/rvm.rb +1 -1
- data/releases/rvm-1.6.32.tar.gz +0 -0
- data/releases/rvm-1.6.32.tar.gz.md5 +1 -0
- data/sha1 +1 -1
- metadata +6 -6
- data/releases/rvm-1.6.31.tar.gz +0 -0
- data/releases/rvm-1.6.31.tar.gz.md5 +0 -1
data/Manifest.txt
CHANGED
data/README
CHANGED
|
@@ -109,7 +109,7 @@ environments and switching between them.
|
|
|
109
109
|
fetch - Performs an archive / src fetch only of the selected ruby.
|
|
110
110
|
list - show currently installed rubies, interactive output.
|
|
111
111
|
http://rvm.beginrescueend.com/rubies/list/
|
|
112
|
-
|
|
112
|
+
pkg - Install a dependency package {readline,iconv,zlib,openssl}
|
|
113
113
|
http://rvm.beginrescueend.com/packages/
|
|
114
114
|
notes - Display notes, with operating system specifics.
|
|
115
115
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.6.
|
|
1
|
+
1.6.32
|
data/lib/rvm.rb
CHANGED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
16fb58842f354cfca2c43c081e18e46e
|
data/sha1
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
78d31e7
|
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: 79
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 1.6.
|
|
9
|
+
- 32
|
|
10
|
+
version: 1.6.32
|
|
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-07-
|
|
18
|
+
date: 2011-07-31 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -78,8 +78,8 @@ files:
|
|
|
78
78
|
- lib/rvm/shell/single_shot_wrapper.rb
|
|
79
79
|
- lib/rvm/shell/utility.rb
|
|
80
80
|
- lib/rvm/version.rb
|
|
81
|
-
- releases/rvm-1.6.
|
|
82
|
-
- releases/rvm-1.6.
|
|
81
|
+
- releases/rvm-1.6.32.tar.gz
|
|
82
|
+
- releases/rvm-1.6.32.tar.gz.md5
|
|
83
83
|
- .gemtest
|
|
84
84
|
has_rdoc: true
|
|
85
85
|
homepage: http://github.com/wayneeseguin/rvm
|
data/releases/rvm-1.6.31.tar.gz
DELETED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
d496a63fc86cfb5275005be7327d4839
|