aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/maker/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* Restore date field.akr2014-06-141-1/+1
* * lib/cgi/core.rb: Use symbols instead of strings formarcandre2012-11-161-2/+2
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-4/+4
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-27/+27
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-28/+28
* * lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou2010-01-121-5/+42
* * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou2009-08-241-1/+1
* * NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: addkou2009-06-271-0/+8
* * lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,kou2009-05-161-0/+19
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-11/+11
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:kou2008-12-111-3/+3
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raisekou2008-06-291-5/+2
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block.kou2008-06-291-6/+2
* * lib/rss/maker/base.rb, lib/rss/maker/itunes.rb: don't usekou2008-06-291-6/+25
* * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou2008-02-111-2/+2
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-151-0/+14
* * lib/rss, sample/rss, test/rss:kou2007-08-051-298/+220
* * lib/rss, test/rss:kou2007-03-171-152/+558
* * lib/rss/: use #__send__ instead of #send.kou2005-11-231-1/+1
* * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixedkou2005-09-161-1/+5
* * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou2005-08-111-4/+4
* * lib/rss/*: refactored.kou2005-04-051-4/+0
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-051-0/+4
* * lib/rss: supported Image module.kou2005-02-031-3/+3
* * lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou2005-01-151-4/+4
* * lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou2004-11-281-1/+1
* * lib/rss/rss.rb (RSS::NotSetError): added.kou2004-11-281-30/+52
* * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou2004-11-271-2/+3
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-191-52/+121
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-031-15/+46
* * lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou2004-11-011-9/+28
* * lib/rss/maker/*.rb: added RSS Maker.kou2004-10-311-0/+380