rvm 1.8.4 → 1.8.5
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 -0
- data/VERSION +1 -1
- data/lib/rvm.rb +1 -1
- data/releases/rvm-1.8.5.tar.gz +0 -0
- data/releases/rvm-1.8.5.tar.gz.md5 +1 -0
- data/sha1 +1 -1
- metadata +6 -6
- data/releases/rvm-1.8.4.tar.gz +0 -0
- data/releases/rvm-1.8.4.tar.gz.md5 +0 -1
data/Manifest.txt
CHANGED
data/README
CHANGED
|
@@ -115,6 +115,7 @@ It manages Ruby application environments and switching between them.
|
|
|
115
115
|
|
|
116
116
|
export - Temporarily set an environment variable in the current shell.
|
|
117
117
|
unexport - Undo changes made to the environment by 'rvm export'.
|
|
118
|
+
requirements - Shows additional OS specific dependencies/requirementes for building various rubies.
|
|
118
119
|
|
|
119
120
|
== Implementation
|
|
120
121
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.8.
|
|
1
|
+
1.8.5
|
data/lib/rvm.rb
CHANGED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
014375b6be9567d5bd33349034e7fb98
|
data/sha1
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
94387e8
|
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: 61
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 8
|
|
9
|
-
-
|
|
10
|
-
version: 1.8.
|
|
9
|
+
- 5
|
|
10
|
+
version: 1.8.5
|
|
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-
|
|
18
|
+
date: 2011-09-28 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.5.tar.gz
|
|
81
|
+
- releases/rvm-1.8.5.tar.gz.md5
|
|
82
82
|
- .gemtest
|
|
83
83
|
homepage: http://github.com/wayneeseguin/rvm
|
|
84
84
|
licenses: []
|
data/releases/rvm-1.8.4.tar.gz
DELETED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ac823903ced0749d7917ac3bc9386d67
|