aboutsummaryrefslogtreecommitdiffstats
path: root/test/rss/test_dublincore.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* Use require_relative to require local librarynaruse2013-02-241-1/+1
* Wed Jul 18 08:01:10 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-171-16/+6
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-2/+2
* * lib/rss, test/rss:kou2007-03-171-113/+203
* * lib/rss/: use #__send__ instead of #send.kou2005-11-231-20/+28
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-2/+2
* * lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu2005-09-121-2/+2
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-051-10/+62
* * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): addedkou2005-02-131-0/+5
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-031-2/+0
* * lib/rss/: untabified.kou2004-10-161-96/+96
* * test/rss/*: Test::Unit::TestCase -> RSS::TestCase andkou2004-03-211-85/+86
* * lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb:nobu2004-02-251-1/+1
* * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,kou2004-02-031-1/+1
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-291-3/+0
* * test/rss/test_*: do $: trick while searching a module in the currentnahi2004-01-291-0/+3
* * test/rss/*.rb: remove "test/" prefix.nobu2004-01-281-1/+3
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-281-0/+123