aboutsummaryrefslogtreecommitdiffstats
path: root/test/rss
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-29 08:32:10 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-29 08:32:10 +0000
commitb9f895e9c8e5d27922ba8883dad622a3ef8a44ca (patch)
treebf019cd8bd029ce281ed9f4d562f950f021c2c03 /test/rss
parent7d2829e9d8ad81874bd8c24b1342a57ee11bb643 (diff)
downloadruby-b9f895e9c8e5d27922ba8883dad622a3ef8a44ca.tar.gz
* lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17670 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 64f6f0482e..fefdb1e0f0 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.4", ::RSS::VERSION)
+ assert_equal("0.2.5", ::RSS::VERSION)
end
end
end