[macruby-changes] [3485] MacRuby/trunk/lib/rubygems/installer.rb

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 10 16:37:08 PST 2010


Revision: 3485
          http://trac.macosforge.org/projects/ruby/changeset/3485
Author:   lsansonetti at apple.com
Date:     2010-02-10 16:37:06 -0800 (Wed, 10 Feb 2010)
Log Message:
-----------
we now support native extensions (experimentally)

Modified Paths:
--------------
    MacRuby/trunk/lib/rubygems/installer.rb

Modified: MacRuby/trunk/lib/rubygems/installer.rb
===================================================================
--- MacRuby/trunk/lib/rubygems/installer.rb	2010-02-11 00:15:29 UTC (rev 3484)
+++ MacRuby/trunk/lib/rubygems/installer.rb	2010-02-11 00:37:06 UTC (rev 3485)
@@ -459,7 +459,6 @@
 
   def build_extensions
     return if @spec.extensions.empty?
-    raise "MacRuby does not support native extensions yet. Be patient :-)"
     say "Building native extensions.  This could take a while..."
     start_dir = Dir.pwd
     dest_path = File.join @gem_dir, @spec.require_paths.first
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100210/d2ac4b80/attachment.html>


More information about the macruby-changes mailing list