rvm 1.8.6 → 1.9.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 +1 -4
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/lib/rvm.rb +1 -1
- data/lib/rvm/environment/list.rb +1 -1
- data/lib/rvm/environment/utility.rb +1 -1
- data/lib/rvm/errors.rb +1 -1
- data/releases/rvm-1.9.0.tar.gz +0 -0
- data/releases/rvm-1.9.0.tar.gz.md5 +1 -0
- data/sha1 +1 -1
- metadata +8 -8
- data/releases/rvm-1.8.6.tar.gz +0 -0
- data/releases/rvm-1.8.6.tar.gz.md5 +0 -1
data/Manifest.txt
CHANGED
data/README
CHANGED
|
@@ -90,10 +90,7 @@ It manages Ruby application environments and switching between them.
|
|
|
90
90
|
docs - Tools to make installing ri and rdoc documentation easier.
|
|
91
91
|
rvmrc - Tools related to managing rvmrc trust and loading.
|
|
92
92
|
|
|
93
|
-
|
|
94
|
-
ruby - runs a named ruby file against specified and/or all rubies
|
|
95
|
-
gem - runs a gem command using selected ruby's 'gem'
|
|
96
|
-
rake - runs a rake task against specified and/or all rubies
|
|
93
|
+
do - runs an arbitrary command against specified and/or all rubies
|
|
97
94
|
tests - runs 'rake test' across selected ruby versions
|
|
98
95
|
specs - runs 'rake spec' across selected ruby versions
|
|
99
96
|
monitor - Monitor cwd for testing, run `rake {spec,test}` on changes.
|
data/Rakefile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.9.0
|
data/lib/rvm.rb
CHANGED
data/lib/rvm/environment/list.rb
CHANGED
data/lib/rvm/errors.rb
CHANGED
|
@@ -24,7 +24,7 @@ module RVM
|
|
|
24
24
|
#
|
|
25
25
|
# Provides access to the output of the shell command via +#result+.
|
|
26
26
|
class IncompatibleRubyError < ErrorWithResult; end
|
|
27
|
-
|
|
27
|
+
|
|
28
28
|
# Called when tools.path_identifier is called on a dir with an untrusted rvmrc.
|
|
29
29
|
class ErrorLoadingRVMRC < Error; end
|
|
30
30
|
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
af378516b60a62549e4b24cfad2498e3
|
data/sha1
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
59bab68
|
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: 51
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 1.
|
|
8
|
+
- 9
|
|
9
|
+
- 0
|
|
10
|
+
version: 1.9.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-10-
|
|
18
|
+
date: 2011-10-26 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.
|
|
81
|
-
- releases/rvm-1.
|
|
80
|
+
- releases/rvm-1.9.0.tar.gz
|
|
81
|
+
- releases/rvm-1.9.0.tar.gz.md5
|
|
82
82
|
- .gemtest
|
|
83
83
|
homepage: http://github.com/wayneeseguin/rvm
|
|
84
84
|
licenses: []
|
|
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
144
144
|
requirements: []
|
|
145
145
|
|
|
146
146
|
rubyforge_project: rvm
|
|
147
|
-
rubygems_version: 1.8.
|
|
147
|
+
rubygems_version: 1.8.10
|
|
148
148
|
signing_key:
|
|
149
149
|
specification_version: 3
|
|
150
150
|
summary: RVM is the Ruby enVironment Manager (rvm)
|
data/releases/rvm-1.8.6.tar.gz
DELETED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
c81e009f9f88a34d8a11d95d23d53a11
|