Project

General

Profile

Actions

Bug #8754

closed

Stop checking for old REXML versions

Added by steveklabnik (Steve Klabnik) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Target version:
-
ruby -v:
2.1.0-dev
[ruby-core:56454]

Description

Given that Ruby 2.0 ships with REXML 3.1.7.3, and both REXML and RSS are in the standard library, there should be no way to have an REXML < 2.5.


Files

0001-Drop-check-for-older-REXML.patch (867 Bytes) 0001-Drop-check-for-older-REXML.patch steveklabnik (Steve Klabnik), 08/08/2013 11:48 PM

Updated by zzak (zzak _) over 10 years ago

  • Status changed from Open to Assigned
  • Assignee set to kou (Kouhei Sutou)
Actions #2

Updated by kou (Kouhei Sutou) over 10 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r42474.
Steve, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • lib/rss/rexmlparser.rb: Remove needless REXML version check.
    Both RSS Parser and REXML are bundled in Ruby. RSS Parser can
    always use the latest REXML. [Bug #8754] [ruby-core:56454]
    Patch by Steve Klabnik. Thanks!!!

Updated by kou (Kouhei Sutou) over 10 years ago

Thanks! I've merged it.
The code was written before lib/rss/ is bundled in Ruby.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0