gemrage 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. data/Gemfile +2 -0
  2. data/Gemfile.lock +5 -0
  3. data/VERSION +1 -1
  4. data/gemrage.gemspec +148 -3
  5. data/lib/rubygems/commands/scan_command.rb +77 -4
  6. data/vendor/ruby/1.8/bin/rvm-install +19 -0
  7. data/vendor/ruby/1.8/cache/macaddr-1.0.0.gem +0 -0
  8. data/vendor/ruby/1.8/cache/rvm-1.0.14.gem +0 -0
  9. data/vendor/ruby/1.8/gems/macaddr-1.0.0/README +33 -0
  10. data/vendor/ruby/1.8/gems/macaddr-1.0.0/gemspec.rb +27 -0
  11. data/vendor/ruby/1.8/gems/macaddr-1.0.0/install.rb +210 -0
  12. data/vendor/ruby/1.8/gems/macaddr-1.0.0/lib/macaddr.rb +69 -0
  13. data/vendor/ruby/1.8/gems/rvm-1.0.14/LICENCE +18 -0
  14. data/vendor/ruby/1.8/gems/rvm-1.0.14/README +127 -0
  15. data/vendor/ruby/1.8/gems/rvm-1.0.14/bin/rvm-install +5 -0
  16. data/vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm +76 -0
  17. data/vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm-auto-ruby +24 -0
  18. data/vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm-prompt +204 -0
  19. data/vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm-shell +35 -0
  20. data/vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm-update-head +35 -0
  21. data/vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm-update-latest +27 -0
  22. data/vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvmsudo +24 -0
  23. data/vendor/ruby/1.8/gems/rvm-1.0.14/config/db +71 -0
  24. data/vendor/ruby/1.8/gems/rvm-1.0.14/config/known +55 -0
  25. data/vendor/ruby/1.8/gems/rvm-1.0.14/config/md5 +87 -0
  26. data/vendor/ruby/1.8/gems/rvm-1.0.14/contrib/gemset_snapshot +25 -0
  27. data/vendor/ruby/1.8/gems/rvm-1.0.14/contrib/install-system-wide +191 -0
  28. data/vendor/ruby/1.8/gems/rvm-1.0.14/contrib/r +44 -0
  29. data/vendor/ruby/1.8/gems/rvm-1.0.14/examples/rvmrc +47 -0
  30. data/vendor/ruby/1.8/gems/rvm-1.0.14/gemsets/default.gems +1 -0
  31. data/vendor/ruby/1.8/gems/rvm-1.0.14/gemsets/global.gems +1 -0
  32. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/alias +46 -0
  33. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/benchmark +17 -0
  34. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/cleanup +23 -0
  35. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/debug +8 -0
  36. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/disk-usage +15 -0
  37. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/docs +22 -0
  38. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/exec +33 -0
  39. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/fetch +5 -0
  40. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/gem +0 -0
  41. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/gemdir +0 -0
  42. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/gemset +0 -0
  43. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/implode +0 -0
  44. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/info +64 -0
  45. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/install +0 -0
  46. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/list +0 -0
  47. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/migrate +15 -0
  48. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/monitor +0 -0
  49. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/notes +0 -0
  50. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/package +0 -0
  51. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/rake +14 -0
  52. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/remove +0 -0
  53. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/repair +23 -0
  54. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/reset +0 -0
  55. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/ruby +84 -0
  56. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/rubygems +11 -0
  57. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/rvmrc +34 -0
  58. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/snapshot +15 -0
  59. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/specs +0 -0
  60. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/srcdir +0 -0
  61. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/tests +0 -0
  62. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/tools +22 -0
  63. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/uninstall +0 -0
  64. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/update +0 -0
  65. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/upgrade +18 -0
  66. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/use +0 -0
  67. data/vendor/ruby/1.8/gems/rvm-1.0.14/help/wrapper +41 -0
  68. data/vendor/ruby/1.8/gems/rvm-1.0.14/install +631 -0
  69. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/VERSION.yml +4 -0
  70. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/capistrano.rb +45 -0
  71. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/alias.rb +69 -0
  72. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/cleanup.rb +54 -0
  73. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/configuration.rb +60 -0
  74. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/env.rb +52 -0
  75. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/gemset.rb +222 -0
  76. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/info.rb +13 -0
  77. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/list.rb +124 -0
  78. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/rubies.rb +50 -0
  79. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/sets.rb +123 -0
  80. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/tools.rb +68 -0
  81. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/utility.rb +173 -0
  82. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/wrapper.rb +23 -0
  83. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment.rb +64 -0
  84. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/errors.rb +31 -0
  85. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/install_command_dumper.rb +51 -0
  86. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/abstract_wrapper.rb +145 -0
  87. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/calculate_rvm_path.sh +26 -0
  88. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/result.rb +42 -0
  89. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/shell_wrapper.sh +10 -0
  90. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/single_shot_wrapper.rb +56 -0
  91. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/utility.rb +37 -0
  92. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell.rb +25 -0
  93. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/version.rb +19 -0
  94. data/vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm.rb +156 -0
  95. data/vendor/ruby/1.8/gems/rvm-1.0.14/man/man1/rvm.1 +385 -0
  96. data/vendor/ruby/1.8/gems/rvm-1.0.14/man/man1/rvm.1.gz +0 -0
  97. data/vendor/ruby/1.8/gems/rvm-1.0.14/rvm.gemspec +184 -0
  98. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/alias +225 -0
  99. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/aliases +4 -0
  100. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/array +32 -0
  101. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/base +49 -0
  102. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/cd +87 -0
  103. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/cleanup +58 -0
  104. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/cli +781 -0
  105. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/color +49 -0
  106. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/completion +151 -0
  107. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/db +87 -0
  108. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/default +64 -0
  109. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/disk-usage +60 -0
  110. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/docs +115 -0
  111. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/env +46 -0
  112. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/environment-convertor +74 -0
  113. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/fetch +229 -0
  114. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/gemsets +950 -0
  115. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/hash +37 -0
  116. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/help +46 -0
  117. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/hook +23 -0
  118. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/info +214 -0
  119. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/initialize +29 -0
  120. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/install +631 -0
  121. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/irbrc +9 -0
  122. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/irbrc.rb +63 -0
  123. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/list +315 -0
  124. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/log +38 -0
  125. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/maglev +193 -0
  126. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/manage +2094 -0
  127. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/match +6 -0
  128. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/md5 +22 -0
  129. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/migrate +175 -0
  130. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/monitor +105 -0
  131. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/notes +121 -0
  132. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/override_gem +14 -0
  133. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/package +301 -0
  134. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/patches +64 -0
  135. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/patchsets +87 -0
  136. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/repair +199 -0
  137. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/rubygems +157 -0
  138. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/rvm +120 -0
  139. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/rvm-install +631 -0
  140. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/selector +818 -0
  141. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/set +301 -0
  142. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/snapshot +262 -0
  143. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/tools +58 -0
  144. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/update +631 -0
  145. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/upgrade +144 -0
  146. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/utility +1557 -0
  147. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/version +17 -0
  148. data/vendor/ruby/1.8/gems/rvm-1.0.14/scripts/wrapper +210 -0
  149. data/vendor/ruby/1.8/specifications/macaddr-1.0.0.gemspec +27 -0
  150. data/vendor/ruby/1.8/specifications/rvm-1.0.14.gemspec +42 -0
  151. metadata +149 -4
@@ -0,0 +1,385 @@
1
+ '\" t
2
+ .\" Title: rvm
3
+ .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
+ .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
+ .\" Date: 07/16/2010
6
+ .\" Manual: [FIXME: manual]
7
+ .\" Source: [FIXME: source]
8
+ .\" Language: English
9
+ .\"
10
+ .TH "RVM" "1" "07/16/2010" "[FIXME: source]" "[FIXME: manual]"
11
+ .\" -----------------------------------------------------------------
12
+ .\" * set default formatting
13
+ .\" -----------------------------------------------------------------
14
+ .\" disable hyphenation
15
+ .nh
16
+ .\" disable justification (adjust text to left margin only)
17
+ .ad l
18
+ .\" -----------------------------------------------------------------
19
+ .\" * MAIN CONTENT STARTS HERE *
20
+ .\" -----------------------------------------------------------------
21
+ .SH "NAME"
22
+ rvm \- The Ruby Version Manager
23
+ .SH "SYNOPSIS"
24
+ .sp
25
+ \fBrvm\fR [\fIFLAGS\fR] [\fIOPTIONS\fR] \fIACTION\fR [\fIIMPLEMENTATION\fR[,\fIIMPLEMENTATION\fR[,\fI\&...\fR]]
26
+ .SH "DESCRIPTION"
27
+ .sp
28
+ RVM is a command line tool which allows us to easily install, manage and work with multiple ruby environments from interpreters to sets of gems\&.
29
+ .SH "FLAGS"
30
+ .PP
31
+ \fB\-\-head\fR
32
+ .RS 4
33
+ with update, updates rvm to git head version\&.
34
+ .RE
35
+ .PP
36
+ \fB\-\-rubygems\fR
37
+ .RS 4
38
+ with update, updates rubygems for selected ruby
39
+ .RE
40
+ .PP
41
+ \fB\-\-default\fR
42
+ .RS 4
43
+ with ruby select, sets a default ruby for new shells\&.
44
+ .RE
45
+ .PP
46
+ \fB\-\-debug\fR
47
+ .RS 4
48
+ Toggle debug mode on for very verbose output\&.
49
+ .RE
50
+ .PP
51
+ \fB\-\-trace\fR
52
+ .RS 4
53
+ Toggle trace mode on to see EVERYTHING rvm is doing\&.
54
+ .RE
55
+ .PP
56
+ \fB\-\-force\fR
57
+ .RS 4
58
+ Force install, removes old install & source before install\&.
59
+ .RE
60
+ .PP
61
+ \fB\-\-summary\fR
62
+ .RS 4
63
+ Used with rubydo to print out a summary of the commands run\&.
64
+ .RE
65
+ .PP
66
+ \fB\-\-latest\fR
67
+ .RS 4
68
+ with gemset \-\-dump skips version strings for latest gem\&.
69
+ .RE
70
+ .PP
71
+ \fB\-\-gems\fR
72
+ .RS 4
73
+ with uninstall/remove removes gems with the interpreter\&.
74
+ .RE
75
+ .PP
76
+ \fB\-\-docs\fR
77
+ .RS 4
78
+ with install, attempt to generate ri after installation\&.
79
+ .RE
80
+ .PP
81
+ \fB\-\-reconfigure\fR
82
+ .RS 4
83
+ Force \&./configure on install even if Makefile already exists\&.
84
+ .RE
85
+ .SH "OPTIONS"
86
+ .PP
87
+ \fB\-v, \-\-version\fR
88
+ .RS 4
89
+ Emit rvm version loaded for current shell\&.
90
+ .RE
91
+ .PP
92
+ \fB\-l, \-\-level\fR
93
+ .RS 4
94
+ patch level to use with rvm use / install
95
+ .RE
96
+ .PP
97
+ \fB\-\-prefix\fR
98
+ .RS 4
99
+ path for all rvm files (\fI~/\&.rvm/\fR), with trailing slash!
100
+ .RE
101
+ .PP
102
+ \fB\-\-bin\fR
103
+ .RS 4
104
+ path for binaries to be placed (\fI~/\&.rvm/bin/\fR)
105
+ .RE
106
+ .PP
107
+ \fB\-\-source\fR
108
+ .RS 4
109
+ src directory to use (\fI~/\&.rvm/src/\fR)
110
+ .RE
111
+ .PP
112
+ \fB\-\-archives\fR
113
+ .RS 4
114
+ directory for downladed files (\fI~/\&.rvm/archives/\fR)
115
+ .RE
116
+ .PP
117
+ \fB\-S\fR
118
+ .RS 4
119
+ Specify a script file to attempt to load and run (rubydo)\&.
120
+ .RE
121
+ .PP
122
+ \fB\-e\fR
123
+ .RS 4
124
+ Execute code from the command line\&.
125
+ .RE
126
+ .PP
127
+ \fB\-G\fR
128
+ .RS 4
129
+ root gem path to use
130
+ .RE
131
+ .PP
132
+ \fB\-\-gems\fR
133
+ .RS 4
134
+ Used to set the
135
+ \fIgems_flag\fR, use with
136
+ \fIremove\fR
137
+ to remove gems\&.
138
+ .RE
139
+ .PP
140
+ \fB\-\-archive\fR
141
+ .RS 4
142
+ Used to set the
143
+ \fIarchive_flag\fR, use with
144
+ \fIremove\fR
145
+ to remove archive\&.
146
+ .RE
147
+ .PP
148
+ \fB\-\-patch\fR, \fB\-\-patches\fR
149
+ .RS 4
150
+ With any ruby build from source, allows you to specify patch paths and patch names to be applied prior to building\&. Values should be a relative / absolute path to a patch or the name of known patch / patchset\&. Optionally, paths or names may be followed by
151
+ \fI%someinteger\fR
152
+ \- e\&.g\&.
153
+ \fI\-\-patches mypatch%2\fR
154
+ \- where the number following the % specifies the value of the \-p argument to patch, defaulting to two\&.
155
+ .RE
156
+ .PP
157
+ \fB\-C, \-\-configure\fR
158
+ .RS 4
159
+ custom configure options\&. If you need to pass several configure options then append them comma separated:
160
+ \fI\-C \-\-\&...,\-\-\&...,\-\-\&...\fR\&.
161
+ .RE
162
+ .PP
163
+ \fB\-\-nice\fR
164
+ .RS 4
165
+ process niceness (for slow computers, default 0)
166
+ .RE
167
+ .PP
168
+ \fB\-\-ree\-options\fR
169
+ .RS 4
170
+ Options passed directly to ree\(cqs
171
+ \fI\&./installer\fR
172
+ on the command line\&.
173
+ .RE
174
+ .SH "ACTIONS"
175
+ .PP
176
+ \fBusage\fR
177
+ .RS 4
178
+ Show this usage information\&.
179
+ .RE
180
+ .PP
181
+ \fBversion\fR
182
+ .RS 4
183
+ Show the rvm version installed in rvm_path\&.
184
+ .RE
185
+ .PP
186
+ \fBuse\fR
187
+ .RS 4
188
+ Setup current shell to use a specific ruby version\&.
189
+ .RE
190
+ .PP
191
+ \fBreload\fR
192
+ .RS 4
193
+ Reload rvm source itself (useful after changing rvm source)\&.
194
+ .RE
195
+ .PP
196
+ \fBenv\fR
197
+ .RS 4
198
+ Displays information about an environment specified but the given ruby string\&. Useful for getting a sourceable path or an evaluatable set of shell variable declarations\&.
199
+ .RE
200
+ .PP
201
+ \fBimplode\fR
202
+ .RS 4
203
+ (seppuku) removes the rvm installation completely\&. This means everything in $rvm_path (\fI~/\&.rvm\fR)\&. This does not touch your profiles, which is why there is an if around the sourcing
204
+ \fIscripts/rvm\fR\&.
205
+ .RE
206
+ .PP
207
+ \fBupdate\fR
208
+ .RS 4
209
+ Upgrades rvm to the latest version\&. (If you experience bugs try this first with \-\-head)\&.
210
+ .RE
211
+ .PP
212
+ \fBreset\fR
213
+ .RS 4
214
+ Remove current and stored default & system settings\&. (If you experience odd behavior try this second)\&.
215
+ .RE
216
+ .PP
217
+ \fBinfo\fR
218
+ .RS 4
219
+ Show the
220
+ \fBcurrent\fR
221
+ environment information for current ruby\&.
222
+ .RE
223
+ .PP
224
+ \fBdebug\fR
225
+ .RS 4
226
+ Show info plus additional information for common issues\&.
227
+ .RE
228
+ .PP
229
+ \fBinstall\fR
230
+ .RS 4
231
+ Install one or many ruby versions\&.
232
+ http://rvm\&.beginrescueend\&.com/rubies/installing/
233
+ .RE
234
+ .PP
235
+ \fBuninstall\fR
236
+ .RS 4
237
+ Uninstall one or many ruby versions, leaves their sources\&.
238
+ .RE
239
+ .PP
240
+ \fBremove\fR
241
+ .RS 4
242
+ Uninstall one or many ruby versions and remove their sources\&.
243
+ .RE
244
+ .PP
245
+ \fBwrapper\fR
246
+ .RS 4
247
+ Generates a set of wrapper executables for a given ruby with the specified ruby and gemset combination\&. Used under the hood for passenger support and the like\&.
248
+ .RE
249
+ .PP
250
+ \fBruby\fR
251
+ .RS 4
252
+ Runs a named ruby file against specified and/or all rubies\&.
253
+ .RE
254
+ .PP
255
+ \fBgem\fR
256
+ .RS 4
257
+ Runs a gem command using selected ruby\(cqs
258
+ \fIgem\fR\&.
259
+ .RE
260
+ .PP
261
+ \fBrake\fR
262
+ .RS 4
263
+ Runs a rake task against specified and/or all rubies\&.
264
+ .RE
265
+ .PP
266
+ \fBtests\fR
267
+ .RS 4
268
+ Runs
269
+ \fIrake test\fR
270
+ across selected ruby versions\&.
271
+ .RE
272
+ .PP
273
+ \fBspecs\fR
274
+ .RS 4
275
+ Runs
276
+ \fIrake spec\fR
277
+ across selected ruby versions\&.
278
+ .RE
279
+ .PP
280
+ \fBmonitor\fR
281
+ .RS 4
282
+ Monitor cwd for testing, run
283
+ \fIrake {spec,test}\fR
284
+ on changes\&.
285
+ .RE
286
+ .PP
287
+ \fBgemset\fR
288
+ .RS 4
289
+ gemsets:
290
+ http://rvm\&.beginrescueend\&.com/gemsets/
291
+ .RE
292
+ .PP
293
+ \fBgemdir\fR
294
+ .RS 4
295
+ Display the path to the current gem directory (\fI$GEM_HOME\fR)\&.
296
+ .RE
297
+ .PP
298
+ \fBsrcdir\fR
299
+ .RS 4
300
+ Display the path to rvm source directory (may be yanked)\&.
301
+ .RE
302
+ .PP
303
+ \fBfetch\fR
304
+ .RS 4
305
+ Performs an archive / src fetch only of the selected ruby\&.
306
+ .RE
307
+ .PP
308
+ \fBlist\fR
309
+ .RS 4
310
+ Show currently installed rubies, interactive output\&.
311
+ http://rvm\&.beginrescueend\&.com/rubies/list/
312
+ .RE
313
+ .PP
314
+ \fBpackage\fR
315
+ .RS 4
316
+ Install a dependency package {readline,iconv,zlib,openssl}\&.
317
+ http://rvm\&.beginrescueend\&.com/packages/
318
+ .RE
319
+ .PP
320
+ \fBnotes\fR
321
+ .RS 4
322
+ Display notes, with operating system specifics\&.
323
+ .RE
324
+ .SH "IMPLEMENTATION"
325
+ .PP
326
+ \fBruby\fR
327
+ .RS 4
328
+ MRI/YARV Ruby (The Gold Standard) {1\&.8\&.6,1\&.8\&.7,1\&.9\&.1,1\&.9\&.2\&...}
329
+ .RE
330
+ .PP
331
+ \fBjruby\fR
332
+ .RS 4
333
+ JRuby, Ruby interpreter on the Java Virtual Machine\&.
334
+ .RE
335
+ .PP
336
+ \fBrbx\fR
337
+ .RS 4
338
+ Rubinius
339
+ .RE
340
+ .PP
341
+ \fBree\fR
342
+ .RS 4
343
+ Ruby Enterprise Edition, MRI Ruby with several custom patches for performance, stability, and memory\&.
344
+ .RE
345
+ .PP
346
+ \fBmacruby\fR
347
+ .RS 4
348
+ MacRuby, insanely fast, can make real apps (Mac OS X Only)\&.
349
+ .RE
350
+ .PP
351
+ \fBmaglev\fR
352
+ .RS 4
353
+ GemStone Ruby, awesome persistent ruby object store\&.
354
+ .RE
355
+ .PP
356
+ \fBironruby\fR
357
+ .RS 4
358
+ IronRuby, NOT supported yet\&. Looking for volunteers to help\&.
359
+ .RE
360
+ .PP
361
+ \fBmput\fR
362
+ .RS 4
363
+ shyouhei(mput)\'s github repository, popular in Japan :)
364
+ .RE
365
+ .PP
366
+ \fBsystem\fR
367
+ .RS 4
368
+ Use the system ruby (eg\&. pre\-rvm state)\&.
369
+ .RE
370
+ .PP
371
+ \fBdefault\fR
372
+ .RS 4
373
+ Use rvm set default ruby and system if it hasn\(cqt been set\&.
374
+ http://rvm\&.beginrescueend\&.com/rubies/default/
375
+ .RE
376
+ .SH "RESOURCES"
377
+ .sp
378
+ Main web site
379
+ .sp
380
+ Online issue\-tracker
381
+ .SH "COPYING"
382
+ .sp
383
+ Copyright (c) 2009 Wayne E\&. Seguin
384
+ .sp
385
+ See LICENCE file for details\&.
@@ -0,0 +1,184 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{rvm}
8
+ s.version = "1.0.14"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Wayne E. Seguin"]
12
+ s.date = %q{2010-10-05}
13
+ s.default_executable = %q{rvm-install}
14
+ s.description = %q{Manages Ruby interpreter environments and switching between them.}
15
+ s.email = %q{wayneeseguin@gmail.com}
16
+ s.executables = ["rvm-install"]
17
+ s.extra_rdoc_files = [
18
+ "README"
19
+ ]
20
+ s.files = [
21
+ "LICENCE",
22
+ "README",
23
+ "binscripts/rvm",
24
+ "binscripts/rvm-auto-ruby",
25
+ "binscripts/rvm-prompt",
26
+ "binscripts/rvm-shell",
27
+ "binscripts/rvm-update-head",
28
+ "binscripts/rvm-update-latest",
29
+ "binscripts/rvmsudo",
30
+ "config/db",
31
+ "config/known",
32
+ "config/md5",
33
+ "contrib/gemset_snapshot",
34
+ "contrib/install-system-wide",
35
+ "contrib/r",
36
+ "examples/rvmrc",
37
+ "gemsets/default.gems",
38
+ "gemsets/global.gems",
39
+ "help/alias",
40
+ "help/benchmark",
41
+ "help/cleanup",
42
+ "help/debug",
43
+ "help/disk-usage",
44
+ "help/docs",
45
+ "help/exec",
46
+ "help/fetch",
47
+ "help/gem",
48
+ "help/gemdir",
49
+ "help/gemset",
50
+ "help/implode",
51
+ "help/info",
52
+ "help/install",
53
+ "help/list",
54
+ "help/migrate",
55
+ "help/monitor",
56
+ "help/notes",
57
+ "help/package",
58
+ "help/rake",
59
+ "help/remove",
60
+ "help/repair",
61
+ "help/reset",
62
+ "help/ruby",
63
+ "help/rubygems",
64
+ "help/rvmrc",
65
+ "help/snapshot",
66
+ "help/specs",
67
+ "help/srcdir",
68
+ "help/tests",
69
+ "help/tools",
70
+ "help/uninstall",
71
+ "help/update",
72
+ "help/upgrade",
73
+ "help/use",
74
+ "help/wrapper",
75
+ "install",
76
+ "lib/VERSION.yml",
77
+ "lib/rvm.rb",
78
+ "lib/rvm/capistrano.rb",
79
+ "lib/rvm/environment.rb",
80
+ "lib/rvm/environment/alias.rb",
81
+ "lib/rvm/environment/cleanup.rb",
82
+ "lib/rvm/environment/configuration.rb",
83
+ "lib/rvm/environment/env.rb",
84
+ "lib/rvm/environment/gemset.rb",
85
+ "lib/rvm/environment/info.rb",
86
+ "lib/rvm/environment/list.rb",
87
+ "lib/rvm/environment/rubies.rb",
88
+ "lib/rvm/environment/sets.rb",
89
+ "lib/rvm/environment/tools.rb",
90
+ "lib/rvm/environment/utility.rb",
91
+ "lib/rvm/environment/wrapper.rb",
92
+ "lib/rvm/errors.rb",
93
+ "lib/rvm/install_command_dumper.rb",
94
+ "lib/rvm/shell.rb",
95
+ "lib/rvm/shell/abstract_wrapper.rb",
96
+ "lib/rvm/shell/calculate_rvm_path.sh",
97
+ "lib/rvm/shell/result.rb",
98
+ "lib/rvm/shell/shell_wrapper.sh",
99
+ "lib/rvm/shell/single_shot_wrapper.rb",
100
+ "lib/rvm/shell/utility.rb",
101
+ "lib/rvm/version.rb",
102
+ "man/man1/rvm.1",
103
+ "man/man1/rvm.1.gz",
104
+ "rvm.gemspec",
105
+ "scripts/alias",
106
+ "scripts/aliases",
107
+ "scripts/array",
108
+ "scripts/base",
109
+ "scripts/cd",
110
+ "scripts/cleanup",
111
+ "scripts/cli",
112
+ "scripts/color",
113
+ "scripts/completion",
114
+ "scripts/db",
115
+ "scripts/default",
116
+ "scripts/disk-usage",
117
+ "scripts/docs",
118
+ "scripts/env",
119
+ "scripts/environment-convertor",
120
+ "scripts/fetch",
121
+ "scripts/gemsets",
122
+ "scripts/hash",
123
+ "scripts/help",
124
+ "scripts/hook",
125
+ "scripts/info",
126
+ "scripts/initialize",
127
+ "scripts/install",
128
+ "scripts/irbrc",
129
+ "scripts/irbrc.rb",
130
+ "scripts/list",
131
+ "scripts/log",
132
+ "scripts/maglev",
133
+ "scripts/manage",
134
+ "scripts/match",
135
+ "scripts/md5",
136
+ "scripts/migrate",
137
+ "scripts/monitor",
138
+ "scripts/notes",
139
+ "scripts/override_gem",
140
+ "scripts/package",
141
+ "scripts/patches",
142
+ "scripts/patchsets",
143
+ "scripts/repair",
144
+ "scripts/rubygems",
145
+ "scripts/rvm",
146
+ "scripts/rvm-install",
147
+ "scripts/selector",
148
+ "scripts/set",
149
+ "scripts/snapshot",
150
+ "scripts/tools",
151
+ "scripts/update",
152
+ "scripts/upgrade",
153
+ "scripts/utility",
154
+ "scripts/version",
155
+ "scripts/wrapper"
156
+ ]
157
+ s.homepage = %q{http://github.com/wayneeseguin/rvm}
158
+ s.post_install_message = %q{********************************************************************************
159
+
160
+ In order to setup rvm for your user's environment you must now run rvm-install.
161
+ rvm-install will be found in your current gems bin directory corresponding to where the gem was installed.
162
+
163
+ rvm-install will install the scripts to your user account and append itself to your profiles in order to
164
+ inject the proper rvm functions into your shell so that you can manage multiple rubies.
165
+
166
+ ********************************************************************************
167
+ }
168
+ s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
169
+ s.require_paths = ["lib"]
170
+ s.rubyforge_project = %q{rvm}
171
+ s.rubygems_version = %q{1.3.7}
172
+ s.summary = %q{Ruby Version Manager (rvm)}
173
+
174
+ if s.respond_to? :specification_version then
175
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
176
+ s.specification_version = 3
177
+
178
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
179
+ else
180
+ end
181
+ else
182
+ end
183
+ end
184
+