Not sure if this will fix, but I see you are running 0.12. That's way
old. You should upgrade to nightly latest 0.13. Still, don't hear many
reports of C extensions working beyond the initial Nokogiri, so this is
something I too would like to see fixed.
Thanks,
jsilver
On 14/11/2012 10:10, J
Hi Jason,
The gems you reference include C extensions, which are *mostly* supported by
MacRuby, but there are bound to be a few bugs. Do you have crash logs for these
failures? If so, would you mind filing a Github issue with the crash logs
attached (or linked as a Gist)?
Thanks,
Josh
On Su
I've been having some problems importing 3rd party gems.
Basically, this is what happens
#!/usr/local/bin/macruby
framework 'Foundation'
framework 'ScriptingBridge'
framework 'cocoa'
puts "Hola"
require "rubygems"
puts "Imported rubygems"
require "mechanize"
puts "Imported mechanize..."
I will