public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Fix fastthread gem so that fastthread.rb can be required.  Fixes mongrel.
drbrain (author)
Thu Jun 26 19:49:29 -0700 2008
commit  5b0043852b8f32e624a96233c9660e89767ec264
tree    067754b01b2734f89166bb226d81234d5bc865e9
parent  f0c5d2dada4509e435523727d05362ae591a8c90
...
1
2
3
4
 
5
6
7
8
9
10
 
 
 
 
...
1
2
3
 
4
5
6
7
8
 
9
10
11
12
13
0
@@ -1,9 +1,12 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{fastthread}
0
   s.version = "9"
0
-
0
+
0
   s.authors = ["Rubinius Team"]
0
   s.date = %q{2008-06-09}
0
   s.description = %q{Stub to satisfy fastthread dependency. Rubinius has fastthread builtin.}
0
   s.summary = s.description
0
-end
0
\ No newline at end of file
0
+ s.files = %w[fastthread.rb]
0
+ s.require_paths = %w[.]
0
+end
0
+

Comments

    No one has commented yet.