From a7f1c72e9067e347613a4219767f1ea7c0824dd1 Mon Sep 17 00:00:00 2001 From: kou Date: Fri, 2 Nov 2007 11:49:20 +0000 Subject: * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ lib/rss/rss.rb | 2 +- test/rss/test_version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c7db669ae..9a80e4ed10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Nov 2 20:47:04 2007 Kouhei Sutou + + * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1. + Thu Nov 1 21:56:45 2007 Yukihiro Matsumoto * error.c (Init_Exception): make NameError to be subclass of diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb index e381c85406..60fa77fe9a 100644 --- a/lib/rss/rss.rb +++ b/lib/rss/rss.rb @@ -53,7 +53,7 @@ require "rss/xml-stylesheet" module RSS - VERSION = "0.2.0" + VERSION = "0.2.1" URI = "http://purl.org/rss/1.0/" diff --git a/test/rss/test_version.rb b/test/rss/test_version.rb index 9b64f0d4ed..5605638434 100644 --- a/test/rss/test_version.rb +++ b/test/rss/test_version.rb @@ -3,7 +3,7 @@ require "rss-testcase" module RSS class TestVersion < TestCase def test_version - assert_equal("0.2.0", ::RSS::VERSION) + assert_equal("0.2.1", ::RSS::VERSION) end end end -- cgit v1.2.3