rvm 1.6.32 → 1.7.0
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 +2 -2
- data/VERSION +1 -1
- data/lib/rvm.rb +1 -1
- data/releases/rvm-1.7.0.tar.gz +0 -0
- data/releases/rvm-1.7.0.tar.gz.md5 +1 -0
- data/sha1 +1 -1
- metadata +10 -10
- data/releases/rvm-1.6.32.tar.gz +0 -0
- data/releases/rvm-1.6.32.tar.gz.md5 +0 -1
data/Manifest.txt
CHANGED
data/README
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
== DESCRIPTION:
|
|
6
6
|
|
|
7
|
-
RVM is the Ruby
|
|
8
|
-
environments and switching between them.
|
|
7
|
+
RVM is the Ruby enVironment Manager (rvm).
|
|
8
|
+
It manages Ruby application environments and switching between them.
|
|
9
9
|
|
|
10
10
|
== Usage
|
|
11
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.7.0
|
data/lib/rvm.rb
CHANGED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ad4003faf2034d5930fc3b5c473ecb2f
|
data/sha1
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1ec84f9
|
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: 11
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 1.
|
|
8
|
+
- 7
|
|
9
|
+
- 0
|
|
10
|
+
version: 1.7.0
|
|
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-08-15 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -34,8 +34,8 @@ dependencies:
|
|
|
34
34
|
type: :development
|
|
35
35
|
version_requirements: *id001
|
|
36
36
|
description: |-
|
|
37
|
-
RVM is the Ruby
|
|
38
|
-
environments and switching between them.
|
|
37
|
+
RVM is the Ruby enVironment Manager (rvm).
|
|
38
|
+
It manages Ruby application environments and switching between them.
|
|
39
39
|
email:
|
|
40
40
|
- wayneeseguin@gmail.com
|
|
41
41
|
executables: []
|
|
@@ -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.
|
|
82
|
-
- releases/rvm-1.
|
|
81
|
+
- releases/rvm-1.7.0.tar.gz
|
|
82
|
+
- releases/rvm-1.7.0.tar.gz.md5
|
|
83
83
|
- .gemtest
|
|
84
84
|
has_rdoc: true
|
|
85
85
|
homepage: http://github.com/wayneeseguin/rvm
|
|
@@ -149,6 +149,6 @@ rubyforge_project: rvm
|
|
|
149
149
|
rubygems_version: 1.6.2
|
|
150
150
|
signing_key:
|
|
151
151
|
specification_version: 3
|
|
152
|
-
summary: RVM is the Ruby
|
|
152
|
+
summary: RVM is the Ruby enVironment Manager (rvm)
|
|
153
153
|
test_files: []
|
|
154
154
|
|
data/releases/rvm-1.6.32.tar.gz
DELETED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
16fb58842f354cfca2c43c081e18e46e
|