diff options
author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-02 11:49:20 +0000 |
---|---|---|
committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-02 11:49:20 +0000 |
commit | a7f1c72e9067e347613a4219767f1ea7c0824dd1 (patch) | |
tree | 6a0d44b46eb53588dddeaf0145fba2265dccc589 /test | |
parent | 7f018bde09070604ccd664819578d2842c161d6c (diff) |
* 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
Diffstat (limited to 'test')
-rw-r--r-- | test/rss/test_version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |