aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/rexmlparser.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/rss/rexmlparser.rb: Remove needless REXML version check.kou2013-08-091-5/+0
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-5/+5
* * lib/rss/parser.rb: added entity handling type predicate.kou2005-11-231-5/+12
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-191-1/+1
* * lib/rss/: untabified.kou2004-10-161-37/+37
* should escape dot.nobu2004-02-171-1/+1
* * lib/rss/rexmlparser.rb: REXML version may be 4 digits.nobu2004-02-171-3/+3
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-311-3/+7
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-281-0/+43