aboutsummaryrefslogtreecommitdiffstats
path: root/test/rss
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-1644-0/+44
* rss.rb: fix usec widthnobu2015-09-051-0/+6
* * test/rinda/test_rinda.rb: removed useless assignment variables.hsbt2014-08-292-4/+2
* * test/monitor/test_monitor.rb: remove unused variabels.hsbt2014-02-211-1/+0
* * test/rake/test_rake_rules.rb: add space after string literal tocharliesome2013-09-021-1/+1
* * test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo2013-06-131-1/+1
* Use require_relative to require local librarynaruse2013-02-2443-43/+43
* test_parser.rb: tempfilenobu2013-01-201-4/+6
* Suppress warnings.naruse2012-07-236-64/+80
* Wed Jul 18 08:01:10 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-171-16/+6
* * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou2010-10-303-12/+8
* Fix wrong regexp.naruse2010-04-061-2/+2
* * lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou2010-01-121-0/+17
* * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou2009-08-241-0/+20
* * NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: addkou2009-06-271-0/+20
* * NEWS: rss: 0.2.5 -> 0.2.7.kou2009-06-271-1/+1
* * test/rss/test_maker_atom_feed.rb: suppress warnings.kou2009-05-161-3/+3
* * lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Imagekou2009-05-161-0/+16
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb,kou2009-05-165-0/+40
* * lib/rss/content/*, lib/rss/dublincore/*: fix circular require.kou2009-05-161-1/+1
* * lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:kou2009-05-161-1/+27
* * lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,kou2009-05-162-0/+29
* * lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,kou2009-05-162-0/+29
* * 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-0626-354/+354
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:kou2008-12-115-0/+27
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-011-1/+1
* Added changes needed for miniunit. usually from using internal calls that are...ryan2008-09-231-0/+4
* * test/rss/: use PNG instead of zlib as binary data.kou2008-07-283-21/+12
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raisekou2008-06-291-15/+31
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block.kou2008-06-293-7/+10
* * 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-113-2/+31
* * lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replacenaruse2008-01-261-1/+1
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.kou2007-12-282-1/+13
* * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,gotoyuzo2007-12-182-2/+2
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou2007-12-022-2/+2
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-045-6/+6
* * lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou2007-11-023-33/+63
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou2007-11-021-1/+1
* * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,kou2007-10-074-11/+44
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-157-2/+161
* * lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou2007-08-131-1/+1
* * lib/rss, sample/rss, test/rss:kou2007-08-0517-743/+1755
* * lib/rss/image.rb, test/rss/test_image.rb: fixed Image modulekou2007-05-071-1/+1
* * lib/rss, test/rss:kou2007-03-1733-1044/+6095
* * lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightseskou2007-02-121-2/+7
* * test/rss/rss-assertions.rb: removed needless code for backward compatibility.kou2007-02-041-13/+0
* * eval.c (rb_call): try local method look-up first for fcall, thenmatz2006-07-201-2/+0
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-0/+2