1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rss/{rss,dublincore,syndication}.rb: handled W3CDTF correctly.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2004-03-21 09:54:07 +00:00
parent 7ead69e5b3
commit cfbe158fae
4 changed files with 42 additions and 4 deletions

View file

@ -20,7 +20,7 @@ module RSS
end
%w(updateBase).each do |x|
install_date_element("\#{SY_PREFIX}_\#{x}", 'iso8601', x)
install_date_element("\#{SY_PREFIX}_\#{x}", 'w3cdtf', x)
end
alias_method(:_sy_updatePeriod=, :sy_updatePeriod=)