On Thu, Mar 5, 2009 at 8:03 AM, Daniel Spiewak <djspie...@gmail.com> wrote:

> dan...@synapse:~$ sudo env JAVA_HOME=$JAVA_HOME gem install
> djspiewak-buildr
> Building native extensions.  This could take a while...
> Successfully installed rjb-1.1.6
> Successfully installed Antwrap-0.7.0
> Successfully installed rspec-1.1.4
> Successfully installed xml-simple-1.0.11
> Successfully installed archive-tar-minitar-0.5.2
> Successfully installed djspiewak-buildr-1.3.4
> 6 gems installed
> Installing ri documentation for Antwrap-0.7.0...
> Installing ri documentation for rspec-1.1.4...
> Installing ri documentation for archive-tar-minitar-0.5.2...
> Installing ri documentation for djspiewak-buildr-1.3.4...
> File not found: lib
> dan...@synapse:~$ buildr --help
> /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in
> `gem_original_require': no such file to load -- buildr (LoadError)
>    from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in
> `require'
>    from /usr/lib/ruby/gems/1.8/gems/djspiewak-buildr-1.3.4/bin/buildr:18
>    from /usr/bin/buildr:19:in `load'
>    from /usr/bin/buildr:19
>
> This is completely fresh, no gems installed.  http://gems.github.com is in
> the sources.  OS: Ubuntu 8.10, Java 6u12


 $ gem spec djspiewak-buildr -v 1.3.4 --source http://gems.github.com -u -r
| grep date
date: 2009-02-13 00:00:00 -08:00

So whatever got fixed in buildr.gemspec won't show up in your build. I have:

$ gem spec assaf-buildr -v 1.3.4 --source http://gems.github.com -u -r |
grep date
date: 2008-10-27 00:00:00 -07:00

So my Gem still reads incubator.

Assaf

>
>
> Daniel
>

Reply via email to