Actions
Bug #8754
closedStop checking for old REXML versions
    Bug #8754:
    Stop checking for old REXML versions
  
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
        
           Updated by zzak (zzak _) about 12 years ago
          Updated by zzak (zzak _) about 12 years ago
          
          
        
        
      
      - Status changed from Open to Assigned
- Assignee set to kou (Kouhei Sutou)
        
           Updated by kou (Kouhei Sutou) about 12 years ago
          Updated by kou (Kouhei Sutou) about 12 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) about 12 years ago
          Updated by kou (Kouhei Sutou) about 12 years ago
          
          
        
        
      
      Thanks! I've merged it.
The code was written before lib/rss/ is bundled in Ruby.
Actions