I think your issue is solved: http://github.com/blog/391-force-a-gem-rebuild
Alexis On Thu, Mar 5, 2009 at 8:57 PM, Assaf Arkin <[email protected]> wrote: > On Thu, Mar 5, 2009 at 7:53 PM, Assaf Arkin <[email protected]> wrote: > > > On Thu, Mar 5, 2009 at 8:03 AM, Daniel Spiewak <[email protected] > >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. > > > > Apparently Github will rebuild the ... exact same Gem they built last time: > > http://support.github.com/discussions/gems/32-updated-gemspec-but-gem-has-not-rebuilt > > So you can keep pushing updates and it will keep e-mailing you that your > gem > has been built and you'll keep loading the Feb 13th one, until we up to > 1.3.5. > > Assaf > > > > > > Assaf > > > >> > >> > >> Daniel > >> > > > > >
