Hi Duncan, On Jun 21, 2010, at 4:20 PM, Duncan McGregor wrote:
> > On 21 Jun 2010, at 21:59, Alex Boisvert wrote: > >> On Mon, Jun 21, 2010 at 1:32 PM, Duncan McGregor >> <[email protected]>wrote: >>> I'd found the gemspec, but editing it doesn't work. >>> >> >> This is probably an indication that you're editing the wrong file. There >> may be multiple rubygems installs on your machine (e.g. different versions >> of Ruby, etc.) > > Hmmm, the error gives > > /usr/local/jruby-1.5.1/lib/ruby/gems/1.8/gems/buildr-1.4.0-java/lib/buildr/core/application.rb:398:in > `raw_load_buildfile' > > and I'm editing > > /usr/local/jruby-1.5.1/lib/ruby/gems/1.8/gems/buildr-1.4.0-java/buildr.gemspec > > so I reckon I'm close! I think the one that rubygems uses for dependency resolution is in the specifications directory, parallel to gems. So in your case: /usr/local/jruby-1.5.1/lib/ruby/gems/1.8/specifications/buildr-1.4.0-java.gemspec Rhett
