Hi,

I tried out the nightly build and gem by itself seems to work fine for the 
tasks I commonly use;
        - uninstall a gem with and without native extensions
        - install a gem with and without native extensions
        - install a specific version of a gem
        - update gems

Though, when I use bundler and rake (rakefile uses bundler) it seems to break 
due to it expecting a constant (or class?) to be defined:

        ± rake  
        rake aborted!
        uninitialized constant Gem::UserInteraction
 
         ± bundle
        
/Users/mrada/.rvm/gems/macruby-nigh...@axelements/gems/bundler-1.0.7/lib/bundler/cli.rb:15:in
 `initialize': uninitialized constant Gem::SilentUI (NameError)
        from 
/Users/mrada/.rvm/gems/macruby-nigh...@axelements/gems/bundler-1.0.7/lib/bundler/vendor/thor.rb:246:in
 `dispatch:'
        from 
/Users/mrada/.rvm/gems/macruby-nigh...@axelements/gems/bundler-1.0.7/lib/bundler/vendor/thor/base.rb:389:in
 `start'
        from 
/Users/mrada/.rvm/gems/macruby-nigh...@axelements/gems/bundler-1.0.7/bin/bundle:13:in
 `<main>'
        from /Users/mrada/.rvm/gems/macruby-nigh...@axelements/bin/bundle:19:in 
`<main>'


I haven't used rubygems 1.4 elsewhere, so I'm not sure if this is MacRuby 
specific or not.


--
Mark


On 2011-01-08, at 3:40 PM, Laurent Sansonetti wrote:

> Hi guys,
> 
> As of trunk, macgem is now rubygems 1.4.1. I did some preliminary tests 
> before committing the merge and everything seems good, but I would prefer to 
> get more feedback before releasing 0.9. 
> 
> If you can, please install trunk or grab the next nightly build, try macgem, 
> and report any problem you find :)
> 
> Mahalo,
> Laurent
> _______________________________________________
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Mark Rada
[email protected]



_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to