wayneeseguin-rvm 0.0.37 → 0.0.38
Sign up to get free protection for your applications and to get access to all the features.
- data/config/db +1 -0
- data/rvm.gemspec +3 -2
- data/scripts/rvm +1 -1
- data/scripts/rvm-cli +148 -98
- data/scripts/rvm-functions +2 -3
- data/scripts/rvm-install +8 -1
- data/scripts/rvm-ruby-installer +113 -58
- data/scripts/rvm-selector +27 -82
- data/scripts/rvm-update +176 -0
- data/scripts/rvm-utility +395 -67
- metadata +5 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wayneeseguin-rvm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.38
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wayne E. Seguin
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-09-
|
12
|
+
date: 2009-09-14 00:00:00 -07:00
|
13
13
|
default_executable: rvm-install
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -37,9 +37,11 @@ files:
|
|
37
37
|
- scripts/rvm-prompt
|
38
38
|
- scripts/rvm-ruby-installer
|
39
39
|
- scripts/rvm-selector
|
40
|
+
- scripts/rvm-update
|
40
41
|
- scripts/rvm-utility
|
41
42
|
has_rdoc: false
|
42
43
|
homepage: http://github.com/wayneeseguin/rvm
|
44
|
+
licenses:
|
43
45
|
post_install_message:
|
44
46
|
rdoc_options:
|
45
47
|
- --inline-source
|
@@ -61,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
63
|
requirements: []
|
62
64
|
|
63
65
|
rubyforge_project: dynamicreports
|
64
|
-
rubygems_version: 1.
|
66
|
+
rubygems_version: 1.3.5
|
65
67
|
signing_key:
|
66
68
|
specification_version: 3
|
67
69
|
summary: Ruby Version Manager (rvm)
|