Upgrade RSS to 0.2.8

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2019-01-25 06:35:04 +00:00
parent 6375c68f88
commit cee0c36a08
11 changed files with 151 additions and 60 deletions

View file

@ -68,10 +68,6 @@ require_relative "converter"
require_relative "xml-stylesheet"
module RSS
# The current version of RSS
VERSION = "0.2.7"
# The URI of the RSS 1.0 specification
URI = "http://purl.org/rss/1.0/"