rvm 1.1.12 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README +3 -0
- data/lib/VERSION.yml +2 -2
- data/releases/rvm-1.2.2.tar.gz +0 -0
- data/releases/rvm-1.2.2.tar.gz.md5 +1 -0
- data/rvm.gemspec +4 -2
- metadata +7 -5
data/README
CHANGED
@@ -106,6 +106,9 @@ Action
|
|
106
106
|
http://rvm.beginrescueend.com/packages/
|
107
107
|
notes - Display notes, with operating system specifics.
|
108
108
|
|
109
|
+
export - Temporarily set an environment variable in the current shell.
|
110
|
+
unexport - Undo changes made to the environment by 'rvm export'.
|
111
|
+
|
109
112
|
Implementation
|
110
113
|
|
111
114
|
* ruby - MRI/YARV Ruby (The Gold Standard) {1.8.6,1.8.7,1.9.1,1.9.2...}
|
data/lib/VERSION.yml
CHANGED
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
dcda19a2d074e639cab2688131d1b501
|
data/rvm.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{rvm}
|
8
|
-
s.version = "1.
|
8
|
+
s.version = "1.2.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Wayne E. Seguin"]
|
12
|
-
s.date = %q{2011-01-
|
12
|
+
s.date = %q{2011-01-13}
|
13
13
|
s.description = %q{Manages Ruby interpreter environments and switching between them.}
|
14
14
|
s.email = %q{wayneeseguin@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -44,6 +44,8 @@ Gem::Specification.new do |s|
|
|
44
44
|
"lib/rvm/shell/single_shot_wrapper.rb",
|
45
45
|
"lib/rvm/shell/utility.rb",
|
46
46
|
"lib/rvm/version.rb",
|
47
|
+
"releases/rvm-1.2.2.tar.gz",
|
48
|
+
"releases/rvm-1.2.2.tar.gz.md5",
|
47
49
|
"rvm.gemspec"
|
48
50
|
]
|
49
51
|
s.homepage = %q{http://github.com/wayneeseguin/rvm}
|
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: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 1.
|
8
|
+
- 2
|
9
|
+
- 2
|
10
|
+
version: 1.2.2
|
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-01-
|
18
|
+
date: 2011-01-13 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
@@ -56,6 +56,8 @@ files:
|
|
56
56
|
- lib/rvm/shell/single_shot_wrapper.rb
|
57
57
|
- lib/rvm/shell/utility.rb
|
58
58
|
- lib/rvm/version.rb
|
59
|
+
- releases/rvm-1.2.2.tar.gz
|
60
|
+
- releases/rvm-1.2.2.tar.gz.md5
|
59
61
|
- rvm.gemspec
|
60
62
|
has_rdoc: true
|
61
63
|
homepage: http://github.com/wayneeseguin/rvm
|