From: Marc-Andre Lafortune Date: 2009-10-03T15:53:11+09:00 Subject: [ruby-core:25918] [Bug #2173] rake missing rake/contrib/* Bug #2173: rake missing rake/contrib/* http://redmine.ruby-lang.org/issues/show/2173 Author: Marc-Andre Lafortune Status: Open, Priority: Normal Category: lib, Target version: 1.9.2 ruby -v: ruby 1.9.2dev (2009-08-30 trunk 24705) [i386-darwin10.0.0] Builtin rake is missing components that were part of the gem. ruby187 -v -e "require 'rubygems'; require 'rake'; p require 'rake/contrib/sshpublisher'" ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0] true ruby19 -v -e "require 'rubygems'; require 'rake'; p require 'rake/contrib/sshpublisher'" ruby 1.9.2dev (2009-08-30 trunk 24705) [i386-darwin10.0.0] -e:1:in `require': no such file to load -- rake/contrib/sshpublisher (LoadError) from -e:1:in `
' This affects, among others, some popular gems (some of which have been fixed, others not). Unless there's a compelling reason not to, the contrib rake tasks should be included in core. ---------------------------------------- http://redmine.ruby-lang.org