Project

General

Profile

Actions

Bug #2173

closed

rake missing rake/contrib/*

Added by marcandre (Marc-Andre Lafortune) over 14 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.2dev (2009-08-30 trunk 24705) [i386-darwin10.0.0]
Backport:
[ruby-core:25918]

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

Actions

Also available in: Atom PDF

Like0
Like0