summaryrefslogtreecommitdiffstats
path: root/test/rss
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-02 11:49:20 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-02 11:49:20 +0000
commit26de69f4013055c09b654f03f9cd8ee41b0b77ca (patch)
tree6a0d44b46eb53588dddeaf0145fba2265dccc589 /test/rss
parent4e30c310f160f046ecb0313e14ac85c2e531fdb2 (diff)
downloadruby-26de69f4013055c09b654f03f9cd8ee41b0b77ca.tar.gz
ruby-26de69f4013055c09b654f03f9cd8ee41b0b77ca.tar.xz
ruby-26de69f4013055c09b654f03f9cd8ee41b0b77ca.zip
* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rss')
-rw-r--r--test/rss/test_version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rss/test_version.rb b/test/rss/test_version.rb
index 9b64f0d4e..560563843 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