summaryrefslogtreecommitdiff
path: root/lib/rss/rss.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-25 06:35:04 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-25 06:35:04 +0000
commitcee0c36a0890dd44efacf4ea0d37872fb3e903c6 (patch)
tree932c2a99d9e585af73b00edb3fdc6ed8ea057026 /lib/rss/rss.rb
parent6375c68f8851e1e0fee8a95afba91c4555097127 (diff)
Upgrade RSS to 0.2.8
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss/rss.rb')
-rw-r--r--lib/rss/rss.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb
index daaf6793b9..daa0837e9c 100644
--- a/lib/rss/rss.rb
+++ b/lib/rss/rss.rb
@@ -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/"