aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/rss.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-43/+43
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-43/+43
* * lib/rss/atom.rb (module RSS): Document URIs. Patch by Mark Turner.drbrain2011-05-121-0/+30
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-2/+1
* * NEWS: rss: 0.2.5 -> 0.2.7.kou2009-06-271-1/+1
* * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.5 -> 0.2.6.kou2009-05-161-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-8/+8
* * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5.kou2008-06-291-1/+1
* * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou2008-02-111-1/+1
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.kou2007-12-281-1/+1
* * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,gotoyuzo2007-12-181-1/+1
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou2007-12-021-1/+1
* * lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou2007-11-021-1/+1
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou2007-11-021-1/+1
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-151-2/+20
* * lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou2007-08-131-1/+1
* * lib/rss, sample/rss, test/rss:kou2007-08-051-162/+225
* * lib/rss, test/rss:kou2007-03-171-195/+466
* * lib/rss/rss.rb, lib/rss/parser.rb: followed current Rubykou2007-02-061-2/+2
* * lib/rss/rss.rb, lib/rss/parser.rb: removed needless code forkou2007-02-061-29/+0
* * lib/rss/rss.rb: added backward compatibility codes.kou2005-11-251-0/+8
* * lib/rss/rss.rb: improved type conversion.kou2005-11-251-10/+92
* * lib/rss/: use #__send__ instead of #send.kou2005-11-231-5/+5
* * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou2005-11-231-4/+1
* * lib/rss/rss.rb: fixed a indentation bug.kou2005-11-231-2/+2
* * lib/rss/rss.rb : removed needless argument 'prefix'.kou2005-11-171-1/+1
* * lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.kou2005-11-151-1/+1
* * lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu2005-09-021-1/+1
* * lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou2005-07-221-7/+0
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-081-1/+1
* * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.kou2005-04-131-3/+7
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-051-34/+47
* * lib/rss: supported Image module.kou2005-02-031-3/+13
* * lib/rss/rss.rb (RSS::Element#convert): added.kou2005-02-021-11/+19
* * lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou2005-01-151-45/+62
* * lib/rss/rss.rb: removed empty lines from output.kou2004-12-041-1/+2
* * lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou2004-12-041-2/+29
* * lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou2004-11-281-6/+6
* * lib/rss/rss.rb (RSS::NotSetError): added.kou2004-11-281-0/+9
* * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou2004-11-271-7/+64
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-191-32/+116
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-031-1/+2
* * lib/rss/: untabified.kou2004-10-161-637/+637
* * lib/rss: supported prety print.kou2004-10-161-8/+27
* * added link to Tutorial.kou2004-10-141-0/+1
* * lib/rss/converter.rb: changed to try to use Iconv for defaultkou2004-10-091-1/+1
* * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou2004-07-061-4/+24
* * lib/rss/rss.rb: added copyright header.kou2004-07-041-1/+6
* * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou2004-04-071-11/+6
* * lib/rss/{rss,dublincore,syndication}.rb: handled W3CDTF correctly.kou2004-03-211-2/+36