Project

General

Profile

Actions

Bug #4812

closed

tool/rbinstall.rb does not work with rubygems 1.8.5

Added by sakuro (Sakuro OZAWA) almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.3dev (2011-06-01 trunk 31888) [i386-darwin9.8.0]
Backport:
[ruby-core:36659]

Description

=begin
Now rubygems 1.8.5 is merged into the trunk. But tool/rbinstall.rb depends on the fact that
DIRECTORIES = %w[cache doc gems specifications] unless defined?(DIRECTORIES)
line exist in lib/rubygems.rb, which did exist in rubygems 1.6.2 but gone in 1.8.5.

The attached patch is not the best but simply a workaround which copies the subdirecotry list from old lib/rubygems.rb.
=end


Files

rbinstall-gem-sudirs.patch (593 Bytes) rbinstall-gem-sudirs.patch sakuro (Sakuro OZAWA), 06/01/2011 03:35 PM

Updated by zenspider (Ryan Davis) almost 13 years ago

  • Category set to lib
  • Assignee set to zenspider (Ryan Davis)

Updated by zenspider (Ryan Davis) almost 13 years ago

  • Status changed from Open to Closed

Looks like nobu beat you to the punch. Thanks tho!

Actions

Also available in: Atom PDF

Like0
Like0Like0