Re: [MacRuby-devel] problem using gems with MacRuby 0.12

2012-06-12 Thread Watson
Hi, MacRuby does not load `rubygems' automatically. So, you need 'require "rubygems"' before loading gem which you want. Please refer to http://macruby.macosforge.org/trac/ticket/855 Thanks 2012/6/12 Jean-Denis MUYS : > Hi again, > > It seems there is some issue with MacRuby installing gems,

[MacRuby-devel] problem using gems with MacRuby 0.12

2012-06-12 Thread Jean-Denis MUYS
Hi again, It seems there is some issue with MacRuby installing gems, as they don't seem to be made available to macirb: sudo macgem install --remote progressbar succeeds. macgem list --local mentions progressbar just fine macirb irb(main):001:0> require 'progressbar' Load