summaryrefslogtreecommitdiff
path: root/sample/rss/convert.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-21 12:19:43 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-21 12:19:43 +0000
commit57a639494a2a002f496a945979e2bf499b0d9fdb (patch)
tree53fadfc1666459e1286735a37171539883d66d70 /sample/rss/convert.rb
parent754b1fac44487454cc25a14443615c0fba3da6ad (diff)
* lib/rss.rb, lib/rss/, test/rss/, sample/rss/: merged from trunk.
- 0.1.6 -> 2.0.0. - fixed image module URI. Thanks to Dmitry Borodaenko. - supported Atom. - supported ITunes module. - supported Slash module. * NEWS: added an entry for RSS Parser. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@13747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/rss/convert.rb')
-rwxr-xr-xsample/rss/convert.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/rss/convert.rb b/sample/rss/convert.rb
index 394b13e8eb..e6bff4c623 100755
--- a/sample/rss/convert.rb
+++ b/sample/rss/convert.rb
@@ -23,7 +23,7 @@ ARGV.each do |fname|
when '-v'
verbose = true
next
- when /^-t(0\.91|1\.0|2\.0)$/
+ when /^-t(0\.91|1\.0|2\.0|atom)$/
to_version = $1
next
end