Actions
Bug #2173
closedrake missing rake/contrib/*
Description
=begin
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.
=end
Updated by nobu (Nobuyoshi Nakada) about 15 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r25214.
=end
Actions
Like0
Like0