diff options
author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-15 16:29:02 +0000 |
---|---|---|
committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-15 16:29:02 +0000 |
commit | 0d2c16d145cd9ebd2ccb5a00288293b88e1763e3 (patch) | |
tree | 006f596f8036ddc6cf086af1b7045c2c11fc3614 /test | |
parent | 1867a3f4981a3a51c7d92f6012149446af24dcae (diff) |
* lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.
* test/rss/test_version.rb (RSS::TestVersion#test_version): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9547 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 dbed60b4d8..237f364b20 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.1.5", ::RSS::VERSION) + assert_equal("0.1.6", ::RSS::VERSION) end end end |