mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@8820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
be7999fd3d
commit
b2270e5535
8 changed files with 103 additions and 31 deletions
|
@ -1,9 +1,6 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require "rss/1.0"
|
||||
require "rss/2.0"
|
||||
require "rss/dublincore"
|
||||
require "rss/maker"
|
||||
require "rss"
|
||||
|
||||
feeds = []
|
||||
verbose = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue