diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-22 06:14:48 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-22 06:14:48 +0000 |
| commit | 4700bfa64e1e37edb15f0e847495c94232a513f6 (patch) | |
| tree | e7da19fce8cc5fddac8e71601063266887e7f1de /ChangeLog | |
| parent | ee9762968be0a56328733fead3938659ed30b4d5 (diff) | |
| download | ruby-4700bfa64e1e37edb15f0e847495c94232a513f6.tar.gz ruby-4700bfa64e1e37edb15f0e847495c94232a513f6.tar.xz ruby-4700bfa64e1e37edb15f0e847495c94232a513f6.zip | |
* lib/rss/rss.rb: moved copyright description to lib/rss.rb.
* lib/rss.rb: added for convenience.
* sample/rss/re_read.rb: added #to_s sample.
* sample/rss/blend.rb: use 'require "rss"' instead of 'require "rss/*"'.
* sample/rss/list_description.rb: ditto.
* sample/rss/rss_recent.rb: ditto.
* sample/rss/tdiary-plugin/rss-recent.rb: ditto.
* sample/rss/tdiary-plugin/rss-recent.rb: 0.0.6 -> 0.0.7.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Fri Jul 22 15:02:39 2005 Kouhei Sutou <kou@cozmixng.org> + + * lib/rss/rss.rb: moved copyright description to lib/rss.rb. + + * lib/rss.rb: added for convenience. + + * sample/rss/re_read.rb: added #to_s sample. + + * sample/rss/blend.rb: use 'require "rss"' instead of + 'require "rss/*"'. + * sample/rss/list_description.rb: ditto. + * sample/rss/rss_recent.rb: ditto. + * sample/rss/tdiary-plugin/rss-recent.rb: ditto. + + * sample/rss/tdiary-plugin/rss-recent.rb: 0.0.6 -> 0.0.7. + Fri Jul 22 14:37:43 2005 Kouhei Sutou <kou@cozmixng.org> * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTP |
