faster_rubygems 0.12.7 → 0.12.8
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/VERSION +1 -1
- data/lib/faster_rubygems/my_gem_prelude.rb +4 -0
- metadata +7 -23
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.12.
|
|
1
|
+
0.12.8
|
|
@@ -139,6 +139,10 @@ if defined?(Gem) then
|
|
|
139
139
|
|
|
140
140
|
module QuickLoader
|
|
141
141
|
|
|
142
|
+
def self.remove
|
|
143
|
+
$stderr.puts 'warning--faster_rubygems doesnt quite yet implement remove yet, for 1.9.2--it will probably work without it though...' if $VERBOSE || $DEBUG
|
|
144
|
+
end
|
|
145
|
+
|
|
142
146
|
@loaded_full_rubygems_library = false
|
|
143
147
|
|
|
144
148
|
def self.load_full_rubygems_library
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: faster_rubygems
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 33
|
|
5
4
|
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 12
|
|
9
|
-
-
|
|
10
|
-
version: 0.12.
|
|
8
|
+
- 8
|
|
9
|
+
version: 0.12.8
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors: []
|
|
13
12
|
|
|
@@ -15,7 +14,7 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2010-
|
|
17
|
+
date: 2010-10-14 00:00:00 -06:00
|
|
19
18
|
default_executable: faster_rubygems
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,7 +25,6 @@ dependencies:
|
|
|
26
25
|
requirements:
|
|
27
26
|
- - "="
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 25
|
|
30
28
|
segments:
|
|
31
29
|
- 1
|
|
32
30
|
- 2
|
|
@@ -42,7 +40,6 @@ dependencies:
|
|
|
42
40
|
requirements:
|
|
43
41
|
- - "="
|
|
44
42
|
- !ruby/object:Gem::Version
|
|
45
|
-
hash: 3
|
|
46
43
|
segments:
|
|
47
44
|
- 2
|
|
48
45
|
- 0
|
|
@@ -58,7 +55,6 @@ dependencies:
|
|
|
58
55
|
requirements:
|
|
59
56
|
- - "="
|
|
60
57
|
- !ruby/object:Gem::Version
|
|
61
|
-
hash: 3
|
|
62
58
|
segments:
|
|
63
59
|
- 0
|
|
64
60
|
- 7
|
|
@@ -74,7 +70,6 @@ dependencies:
|
|
|
74
70
|
requirements:
|
|
75
71
|
- - ">="
|
|
76
72
|
- !ruby/object:Gem::Version
|
|
77
|
-
hash: 3
|
|
78
73
|
segments:
|
|
79
74
|
- 0
|
|
80
75
|
version: "0"
|
|
@@ -88,7 +83,6 @@ dependencies:
|
|
|
88
83
|
requirements:
|
|
89
84
|
- - ">="
|
|
90
85
|
- !ruby/object:Gem::Version
|
|
91
|
-
hash: 15
|
|
92
86
|
segments:
|
|
93
87
|
- 2
|
|
94
88
|
- 0
|
|
@@ -135,18 +129,10 @@ has_rdoc: true
|
|
|
135
129
|
homepage:
|
|
136
130
|
licenses: []
|
|
137
131
|
|
|
138
|
-
post_install_message:
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
If you're on 1.9 please set your RUBYOPT env. variable thus, to use it:
|
|
144
|
-
|
|
145
|
-
1.9 only:
|
|
146
|
-
$ export RUBYOPT=--disable-gems -rfaster_rubygems
|
|
147
|
-
or (windows)
|
|
148
|
-
C:>set RUBYOPT=--disable-gems -rfaster_rubygems
|
|
149
|
-
|
|
132
|
+
post_install_message: "\n\n\
|
|
133
|
+
faster_rubygems installed into your site_ruby directory.\n\n\
|
|
134
|
+
If you're on 1.9 please set your RUBYOPT env. variable thus, to use it:\n\n\
|
|
135
|
+
1.9 only:\n $ export RUBYOPT=--disable-gems -rfaster_rubygems \n or (windows)\n C:>set RUBYOPT=--disable-gems -rfaster_rubygems\n\n"
|
|
150
136
|
rdoc_options:
|
|
151
137
|
- --charset=UTF-8
|
|
152
138
|
require_paths:
|
|
@@ -156,7 +142,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
156
142
|
requirements:
|
|
157
143
|
- - ">="
|
|
158
144
|
- !ruby/object:Gem::Version
|
|
159
|
-
hash: 3
|
|
160
145
|
segments:
|
|
161
146
|
- 0
|
|
162
147
|
version: "0"
|
|
@@ -165,7 +150,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
165
150
|
requirements:
|
|
166
151
|
- - ">="
|
|
167
152
|
- !ruby/object:Gem::Version
|
|
168
|
-
hash: 3
|
|
169
153
|
segments:
|
|
170
154
|
- 0
|
|
171
155
|
version: "0"
|