[MacRuby] #451: Attempting to require "nkf" results in a LoadError
#451: Attempting to require "nkf" results in a LoadError --------------------------------+------------------------------------------- Reporter: dweinric@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: --------------------------------+------------------------------------------- This appears to be keeping the gcal4ruby gem from loading up when I attempt to require it. It can be reproduced with this one liner: $ macruby -e 'require "nkf"' -e:1:in `<main>': no such file to load -- nkf (LoadError) Attempting the same in regular ruby yields no error. -- Ticket URL: <http://www.macruby.org/trac/ticket/451> MacRuby <http://macruby.org/>
#451: Attempting to require "nkf" results in a LoadError --------------------------------+------------------------------------------- Reporter: dweinric@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | --------------------------------+------------------------------------------- Changes (by martinlagardette@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.7 Comment: {{{ $> macruby -e 'p require "nkf"' true }}} This is fixed in trunk :-) -- Ticket URL: <http://www.macruby.org/trac/ticket/451#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby