aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/0.9.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/rss/0.9.rb: [DOC] Typo in example [Bug #8732]zzak2013-08-051-1/+1
* * lib/rss/0.9.rb: [DOC] Document RSS09 by Steve Klabnik [Bug #8732]zzak2013-08-041-0/+33
* * lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Imagekou2009-05-161-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-19/+19
* * lib/rss, test/rss:kou2007-03-171-397/+135
* * Merge YARVko12006-12-311-1/+1
* * lib/rss/rss.rb: improved type conversion.kou2005-11-251-40/+38
* * test/rss/test_2.0.rb: added RSS 2.0 tests.kou2005-11-251-0/+19
* * lib/rss/: use #__send__ instead of #send.kou2005-11-231-5/+5
* * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou2005-11-231-2/+6
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-081-2/+2
* * lib/rss/*: refactored.kou2005-04-051-49/+51
* * lib/rss/parser.rb: @@setter -> @@setters.kou2005-03-311-1/+1
* * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): addedkou2005-02-131-0/+2
* * lib/rss: supported Image module.kou2005-02-031-0/+4
* * lib/rss/rss.rb (RSS::Element#convert): added.kou2005-02-021-22/+22
* * lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou2004-11-281-1/+1
* * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou2004-11-271-2/+67
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-191-118/+184
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-031-0/+8
* * lib/rss/maker/*.rb: added RSS Maker.kou2004-10-311-1/+1
* * lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.kou2004-10-161-1/+1
* * lib/rss/: untabified.kou2004-10-161-453/+453
* * lib/rss: supported prety print.kou2004-10-161-66/+73
* * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou2004-07-061-30/+136
* * test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.kou2004-03-211-30/+5
* * lib/rss: rss/parser.rb is always required.kou2004-01-281-18/+14
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-281-0/+438