gemrage 0.1.1 → 0.1.2

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.
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,17 @@
1
+ #!/usr/bin/env bash
2
+
3
+ __rvm_meta()
4
+ {
5
+ rvm_meta_author="Wayne E. Seguin"
6
+ rvm_meta_author_email="wayneeseguin@gmail.com"
7
+ rvm_meta_website="http://rvm.beginrescueend.com/"
8
+ rvm_meta_version="${rvm_version}"
9
+ }
10
+
11
+ __rvm_version()
12
+ {
13
+ __rvm_meta
14
+
15
+ echo -e "\nrvm ${rvm_meta_version} by ${rvm_meta_author} (${rvm_meta_author_email}) [${rvm_meta_website}]\n"
16
+ }
17
+
@@ -0,0 +1,210 @@
1
+ #!/usr/bin/env bash
2
+
3
+ default_flag="$rvm_default_flag"
4
+ rvm_bin_path="${rvm_bin_path:-"$rvm_path/bin"}"
5
+
6
+ # Prevent recursion
7
+ unset rvm_default_flag rvm_wrapper_name prefix
8
+
9
+ source "$rvm_path/scripts/base"
10
+
11
+ usage()
12
+ {
13
+ printf "
14
+ Usage:
15
+
16
+ rvm wrapper [ruby_string] [wrapper_prefix] [binary[ binary[ ...]]]
17
+
18
+ Binaries
19
+
20
+ ruby, gem, rake, irb, rdoc, ri, testrb
21
+
22
+ Notes
23
+
24
+ For more information, see 'rvm help wrapper'
25
+
26
+ Example
27
+
28
+ # Wrap the spec binary as 'rails3_spec' for 1.9.2@rails3
29
+ rvm wrapper 1.9.2@rails3 rails3 spec
30
+
31
+ "
32
+ }
33
+
34
+ wrap()
35
+ {
36
+
37
+ if [[ -n "${file_name:-""}" ]] ;then
38
+
39
+ mkdir -p "$(dirname "$file_name")"
40
+
41
+ rm -f "$file_name"
42
+
43
+ if [[ "root" = "$USER" ]] ; then
44
+ path="${rvm_path:-"/usr/local/rvm"}"
45
+ else
46
+ path="${rvm_path:-"$HOME/.rvm"}"
47
+ fi
48
+
49
+ printf "#!/usr/bin/env bash
50
+
51
+ if [[ -s \"$path/environments/${environment_identifier}\" ]] ; then
52
+ source \"$path/environments/${environment_identifier}\"
53
+ exec $binary_name \"\$@\"
54
+ else
55
+ echo \"ERROR: Missing RVM environment file: '$path/environments/${environment_identifier}'\" >&2
56
+ exit 1
57
+ fi
58
+ " > "$file_name"
59
+
60
+ if [[ -f "$file_name" ]] ; then
61
+ chmod +x "$file_name"
62
+ fi
63
+
64
+ return 0
65
+
66
+ else
67
+
68
+ "$rvm_path/scripts/log" "error" \
69
+ "wrap() : file_name unkown variable for wrap()."
70
+
71
+ return 1
72
+
73
+ fi
74
+ }
75
+
76
+ symlink_binary()
77
+ {
78
+ # Generate the default wrapper with the given binary name.
79
+ # We first check if we can wrap the binary and if we were able to,
80
+ # we then symlink it into place.
81
+ if wrap_binary && [[ -f "$file_name" ]]; then
82
+
83
+ rm -f "$rvm_bin_path/${prefix}_${binary_name}"
84
+
85
+ ln -fs "$file_name" "$rvm_bin_path/${prefix}_${binary_name}"
86
+
87
+ fi
88
+
89
+ }
90
+
91
+ wrap_binary()
92
+ {
93
+ # We wrap when the given binary is in the path or override_check is set to one.
94
+ if [[ "$override_check" = "1" ]] || command -v $binary_name > /dev/null; then
95
+
96
+ wrap
97
+
98
+ else
99
+
100
+ "$rvm_path/scripts/log" "error" "Binary '$binary_name' not found."
101
+
102
+ return 1
103
+
104
+ fi
105
+
106
+ }
107
+
108
+ # Empty ruby string: show usage and exit.
109
+ if [[ $# -eq 0 ]] ; then
110
+ usage
111
+ exit 1
112
+ else
113
+ ruby_string="${1:-""}"
114
+ shift
115
+ fi
116
+
117
+ if [[ $# -gt 0 ]] ; then
118
+ prefix="${1:-""}"
119
+ shift
120
+ fi
121
+
122
+ if [[ -z "$ruby_string" ]] ; then
123
+ usage
124
+ exit 1
125
+ fi
126
+
127
+ binaries=($@)
128
+ override_check=0
129
+
130
+ # Default the list of binaries to those we use regularily.
131
+ if [[ ${#binaries[@]} -eq 0 ]] ; then
132
+ binaries=(ruby gem irb ri rdoc rake erb testrb)
133
+ fi
134
+
135
+ # Use the correct ruby.
136
+ __rvm_become "$ruby_string"
137
+
138
+ __rvm_ensure_has_environment_files
139
+
140
+ environment_identifier="$(__rvm_environment_identifier)"
141
+
142
+ # For each binary, we want to generate the wrapper / symlink
143
+ # it to the existing wrapper if needed.
144
+ for binary_name in "${binaries[@]}"; do
145
+
146
+ file_name="$rvm_path/wrappers/${environment_identifier}/${binary_name##*\/}"
147
+
148
+ if [[ ${rvm_default_flag:-0} -gt 0 ]] ; then
149
+
150
+ prefix="default"
151
+
152
+ fi
153
+
154
+ if [[ ! -d "$rvm_bin_path" ]] ; then
155
+ mkdir -p "$rvm_bin_path"
156
+ fi
157
+
158
+ if [[ -z "$prefix" ]] ; then
159
+
160
+ override_check=1
161
+
162
+ wrap_binary
163
+
164
+ # Symlink it into place.
165
+ if [[ -f "$file_name" ]]; then
166
+
167
+ if [[ "$binary_name" == "ruby" ]] ; then
168
+
169
+ destination="$rvm_bin_path/$environment_identifier"
170
+
171
+ else
172
+
173
+ destination="$rvm_bin_path/${binary_name##*\/}-${environment_identifier}"
174
+
175
+ fi
176
+
177
+ rm -f "$destination"
178
+
179
+ ln -nsf "$file_name" "$destination"
180
+
181
+ fi
182
+
183
+ elif [[ "--no-prefix" == "$prefix" ]]; then
184
+
185
+ override_check=1
186
+
187
+ wrap_binary
188
+
189
+ if [[ -f "$file_name" ]]; then
190
+
191
+ destination="$rvm_bin_path/${binary_name##*\/}"
192
+
193
+ if [[ -s "$destination" ]] ; then
194
+
195
+ rm -f "$destination"
196
+
197
+ fi
198
+
199
+ ln -nsf "$file_name" "$destination"
200
+ fi
201
+
202
+ else
203
+
204
+ symlink_binary
205
+
206
+ fi
207
+
208
+ done
209
+
210
+ exit $?
@@ -0,0 +1,27 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{macaddr}
5
+ s.version = "1.0.0"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Ara T. Howard"]
9
+ s.autorequire = %q{macaddr}
10
+ s.date = %q{2008-08-04}
11
+ s.email = %q{ara.t.howard@gmail.com}
12
+ s.files = ["gemspec.rb", "install.rb", "lib", "lib/macaddr.rb", "README"]
13
+ s.homepage = %q{http://codeforpeople.com/lib/ruby/macaddr/}
14
+ s.require_paths = ["lib"]
15
+ s.rubygems_version = %q{1.3.7}
16
+ s.summary = %q{macaddr}
17
+
18
+ if s.respond_to? :specification_version then
19
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
20
+ s.specification_version = 2
21
+
22
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
23
+ else
24
+ end
25
+ else
26
+ end
27
+ end
@@ -0,0 +1,42 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{rvm}
5
+ s.version = "1.0.14"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Wayne E. Seguin"]
9
+ s.date = %q{2010-10-04}
10
+ s.default_executable = %q{rvm-install}
11
+ s.description = %q{Manages Ruby interpreter environments and switching between them.}
12
+ s.email = %q{wayneeseguin@gmail.com}
13
+ s.executables = ["rvm-install"]
14
+ s.extra_rdoc_files = ["README"]
15
+ s.files = ["LICENCE", "README", "binscripts/rvm", "binscripts/rvm-auto-ruby", "binscripts/rvm-prompt", "binscripts/rvm-shell", "binscripts/rvm-update-head", "binscripts/rvm-update-latest", "binscripts/rvmsudo", "config/db", "config/known", "config/md5", "contrib/gemset_snapshot", "contrib/install-system-wide", "contrib/r", "examples/rvmrc", "gemsets/default.gems", "gemsets/global.gems", "help/alias", "help/benchmark", "help/cleanup", "help/debug", "help/disk-usage", "help/docs", "help/exec", "help/fetch", "help/gem", "help/gemdir", "help/gemset", "help/implode", "help/info", "help/install", "help/list", "help/migrate", "help/monitor", "help/notes", "help/package", "help/rake", "help/remove", "help/repair", "help/reset", "help/ruby", "help/rubygems", "help/rvmrc", "help/snapshot", "help/specs", "help/srcdir", "help/tests", "help/tools", "help/uninstall", "help/update", "help/upgrade", "help/use", "help/wrapper", "install", "lib/VERSION.yml", "lib/rvm.rb", "lib/rvm/capistrano.rb", "lib/rvm/environment.rb", "lib/rvm/environment/alias.rb", "lib/rvm/environment/cleanup.rb", "lib/rvm/environment/configuration.rb", "lib/rvm/environment/env.rb", "lib/rvm/environment/gemset.rb", "lib/rvm/environment/info.rb", "lib/rvm/environment/list.rb", "lib/rvm/environment/rubies.rb", "lib/rvm/environment/sets.rb", "lib/rvm/environment/tools.rb", "lib/rvm/environment/utility.rb", "lib/rvm/environment/wrapper.rb", "lib/rvm/errors.rb", "lib/rvm/install_command_dumper.rb", "lib/rvm/shell.rb", "lib/rvm/shell/abstract_wrapper.rb", "lib/rvm/shell/calculate_rvm_path.sh", "lib/rvm/shell/result.rb", "lib/rvm/shell/shell_wrapper.sh", "lib/rvm/shell/single_shot_wrapper.rb", "lib/rvm/shell/utility.rb", "lib/rvm/version.rb", "man/man1/rvm.1", "man/man1/rvm.1.gz", "rvm.gemspec", "scripts/alias", "scripts/aliases", "scripts/array", "scripts/base", "scripts/cd", "scripts/cleanup", "scripts/cli", "scripts/color", "scripts/completion", "scripts/db", "scripts/default", "scripts/disk-usage", "scripts/docs", "scripts/env", "scripts/environment-convertor", "scripts/fetch", "scripts/gemsets", "scripts/hash", "scripts/help", "scripts/hook", "scripts/info", "scripts/initialize", "scripts/install", "scripts/irbrc", "scripts/irbrc.rb", "scripts/list", "scripts/log", "scripts/maglev", "scripts/manage", "scripts/match", "scripts/md5", "scripts/migrate", "scripts/monitor", "scripts/notes", "scripts/override_gem", "scripts/package", "scripts/patches", "scripts/patchsets", "scripts/repair", "scripts/rubygems", "scripts/rvm", "scripts/rvm-install", "scripts/selector", "scripts/set", "scripts/snapshot", "scripts/tools", "scripts/update", "scripts/upgrade", "scripts/utility", "scripts/version", "scripts/wrapper", "bin/rvm-install"]
16
+ s.homepage = %q{http://github.com/wayneeseguin/rvm}
17
+ s.post_install_message = %q{********************************************************************************
18
+
19
+ In order to setup rvm for your user's environment you must now run rvm-install.
20
+ rvm-install will be found in your current gems bin directory corresponding to where the gem was installed.
21
+
22
+ rvm-install will install the scripts to your user account and append itself to your profiles in order to
23
+ inject the proper rvm functions into your shell so that you can manage multiple rubies.
24
+
25
+ ********************************************************************************
26
+ }
27
+ s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
28
+ s.require_paths = ["lib"]
29
+ s.rubyforge_project = %q{rvm}
30
+ s.rubygems_version = %q{1.3.7}
31
+ s.summary = %q{Ruby Version Manager (rvm)}
32
+
33
+ if s.respond_to? :specification_version then
34
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
35
+ s.specification_version = 3
36
+
37
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
38
+ else
39
+ end
40
+ else
41
+ end
42
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemrage
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Huckstep
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-15 00:00:00 -06:00
18
+ date: 2010-10-16 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -52,12 +52,14 @@ files:
52
52
  - vendor/ruby/1.8/bin/restclient
53
53
  - vendor/ruby/1.8/bin/rspec
54
54
  - vendor/ruby/1.8/bin/rubyforge
55
+ - vendor/ruby/1.8/bin/rvm-install
55
56
  - vendor/ruby/1.8/cache/bundler-1.0.3.gem
56
57
  - vendor/ruby/1.8/cache/diff-lcs-1.1.2.gem
57
58
  - vendor/ruby/1.8/cache/gemcutter-0.6.1.gem
58
59
  - vendor/ruby/1.8/cache/git-1.2.5.gem
59
60
  - vendor/ruby/1.8/cache/jeweler-1.4.0.gem
60
61
  - vendor/ruby/1.8/cache/json_pure-1.4.6.gem
62
+ - vendor/ruby/1.8/cache/macaddr-1.0.0.gem
61
63
  - vendor/ruby/1.8/cache/mime-types-1.16.gem
62
64
  - vendor/ruby/1.8/cache/rest-client-1.6.1.gem
63
65
  - vendor/ruby/1.8/cache/rspec-2.0.0.gem
@@ -65,6 +67,7 @@ files:
65
67
  - vendor/ruby/1.8/cache/rspec-expectations-2.0.0.gem
66
68
  - vendor/ruby/1.8/cache/rspec-mocks-2.0.0.gem
67
69
  - vendor/ruby/1.8/cache/rubyforge-2.0.4.gem
70
+ - vendor/ruby/1.8/cache/rvm-1.0.14.gem
68
71
  - vendor/ruby/1.8/gems/bundler-1.0.3/.gitignore
69
72
  - vendor/ruby/1.8/gems/bundler-1.0.3/CHANGELOG.md
70
73
  - vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
@@ -512,6 +515,10 @@ files:
512
515
  - vendor/ruby/1.8/gems/json_pure-1.4.6/tests/test_json_unicode.rb
513
516
  - vendor/ruby/1.8/gems/json_pure-1.4.6/tools/fuzz.rb
514
517
  - vendor/ruby/1.8/gems/json_pure-1.4.6/tools/server.rb
518
+ - vendor/ruby/1.8/gems/macaddr-1.0.0/README
519
+ - vendor/ruby/1.8/gems/macaddr-1.0.0/gemspec.rb
520
+ - vendor/ruby/1.8/gems/macaddr-1.0.0/install.rb
521
+ - vendor/ruby/1.8/gems/macaddr-1.0.0/lib/macaddr.rb
515
522
  - vendor/ruby/1.8/gems/mime-types-1.16/History.txt
516
523
  - vendor/ruby/1.8/gems/mime-types-1.16/Install.txt
517
524
  - vendor/ruby/1.8/gems/mime-types-1.16/Licence.txt
@@ -905,12 +912,149 @@ files:
905
912
  - vendor/ruby/1.8/gems/rubyforge-2.0.4/lib/rubyforge/client.rb
906
913
  - vendor/ruby/1.8/gems/rubyforge-2.0.4/test/test_rubyforge.rb
907
914
  - vendor/ruby/1.8/gems/rubyforge-2.0.4/test/test_rubyforge_client.rb
915
+ - vendor/ruby/1.8/gems/rvm-1.0.14/LICENCE
916
+ - vendor/ruby/1.8/gems/rvm-1.0.14/README
917
+ - vendor/ruby/1.8/gems/rvm-1.0.14/bin/rvm-install
918
+ - vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm
919
+ - vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm-auto-ruby
920
+ - vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm-prompt
921
+ - vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm-shell
922
+ - vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm-update-head
923
+ - vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvm-update-latest
924
+ - vendor/ruby/1.8/gems/rvm-1.0.14/binscripts/rvmsudo
925
+ - vendor/ruby/1.8/gems/rvm-1.0.14/config/db
926
+ - vendor/ruby/1.8/gems/rvm-1.0.14/config/known
927
+ - vendor/ruby/1.8/gems/rvm-1.0.14/config/md5
928
+ - vendor/ruby/1.8/gems/rvm-1.0.14/contrib/gemset_snapshot
929
+ - vendor/ruby/1.8/gems/rvm-1.0.14/contrib/install-system-wide
930
+ - vendor/ruby/1.8/gems/rvm-1.0.14/contrib/r
931
+ - vendor/ruby/1.8/gems/rvm-1.0.14/examples/rvmrc
932
+ - vendor/ruby/1.8/gems/rvm-1.0.14/gemsets/default.gems
933
+ - vendor/ruby/1.8/gems/rvm-1.0.14/gemsets/global.gems
934
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/alias
935
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/benchmark
936
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/cleanup
937
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/debug
938
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/disk-usage
939
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/docs
940
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/exec
941
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/fetch
942
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/gem
943
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/gemdir
944
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/gemset
945
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/implode
946
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/info
947
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/install
948
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/list
949
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/migrate
950
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/monitor
951
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/notes
952
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/package
953
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/rake
954
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/remove
955
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/repair
956
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/reset
957
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/ruby
958
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/rubygems
959
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/rvmrc
960
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/snapshot
961
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/specs
962
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/srcdir
963
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/tests
964
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/tools
965
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/uninstall
966
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/update
967
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/upgrade
968
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/use
969
+ - vendor/ruby/1.8/gems/rvm-1.0.14/help/wrapper
970
+ - vendor/ruby/1.8/gems/rvm-1.0.14/install
971
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/VERSION.yml
972
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm.rb
973
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/capistrano.rb
974
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment.rb
975
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/alias.rb
976
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/cleanup.rb
977
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/configuration.rb
978
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/env.rb
979
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/gemset.rb
980
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/info.rb
981
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/list.rb
982
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/rubies.rb
983
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/sets.rb
984
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/tools.rb
985
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/utility.rb
986
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/environment/wrapper.rb
987
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/errors.rb
988
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/install_command_dumper.rb
989
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell.rb
990
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/abstract_wrapper.rb
991
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/calculate_rvm_path.sh
992
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/result.rb
993
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/shell_wrapper.sh
994
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/single_shot_wrapper.rb
995
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/shell/utility.rb
996
+ - vendor/ruby/1.8/gems/rvm-1.0.14/lib/rvm/version.rb
997
+ - vendor/ruby/1.8/gems/rvm-1.0.14/man/man1/rvm.1
998
+ - vendor/ruby/1.8/gems/rvm-1.0.14/man/man1/rvm.1.gz
999
+ - vendor/ruby/1.8/gems/rvm-1.0.14/rvm.gemspec
1000
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/alias
1001
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/aliases
1002
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/array
1003
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/base
1004
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/cd
1005
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/cleanup
1006
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/cli
1007
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/color
1008
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/completion
1009
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/db
1010
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/default
1011
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/disk-usage
1012
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/docs
1013
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/env
1014
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/environment-convertor
1015
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/fetch
1016
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/gemsets
1017
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/hash
1018
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/help
1019
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/hook
1020
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/info
1021
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/initialize
1022
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/install
1023
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/irbrc
1024
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/irbrc.rb
1025
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/list
1026
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/log
1027
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/maglev
1028
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/manage
1029
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/match
1030
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/md5
1031
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/migrate
1032
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/monitor
1033
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/notes
1034
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/override_gem
1035
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/package
1036
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/patches
1037
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/patchsets
1038
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/repair
1039
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/rubygems
1040
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/rvm
1041
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/rvm-install
1042
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/selector
1043
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/set
1044
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/snapshot
1045
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/tools
1046
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/update
1047
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/upgrade
1048
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/utility
1049
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/version
1050
+ - vendor/ruby/1.8/gems/rvm-1.0.14/scripts/wrapper
908
1051
  - vendor/ruby/1.8/specifications/bundler-1.0.3.gemspec
909
1052
  - vendor/ruby/1.8/specifications/diff-lcs-1.1.2.gemspec
910
1053
  - vendor/ruby/1.8/specifications/gemcutter-0.6.1.gemspec
911
1054
  - vendor/ruby/1.8/specifications/git-1.2.5.gemspec
912
1055
  - vendor/ruby/1.8/specifications/jeweler-1.4.0.gemspec
913
1056
  - vendor/ruby/1.8/specifications/json_pure-1.4.6.gemspec
1057
+ - vendor/ruby/1.8/specifications/macaddr-1.0.0.gemspec
914
1058
  - vendor/ruby/1.8/specifications/mime-types-1.16.gemspec
915
1059
  - vendor/ruby/1.8/specifications/rest-client-1.6.1.gemspec
916
1060
  - vendor/ruby/1.8/specifications/rspec-2.0.0.gemspec
@@ -918,6 +1062,7 @@ files:
918
1062
  - vendor/ruby/1.8/specifications/rspec-expectations-2.0.0.gemspec
919
1063
  - vendor/ruby/1.8/specifications/rspec-mocks-2.0.0.gemspec
920
1064
  - vendor/ruby/1.8/specifications/rubyforge-2.0.4.gemspec
1065
+ - vendor/ruby/1.8/specifications/rvm-1.0.14.gemspec
921
1066
  has_rdoc: true
922
1067
  homepage: http://gemrage.com
923
1068
  licenses: []