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

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

4
lib/rss/version.rb Normal file
View file

@ -0,0 +1,4 @@
module RSS
# The current version of RSS
VERSION = "0.2.8"
end