summaryrefslogtreecommitdiffstats
path: root/test/rss
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-15 16:29:02 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-15 16:29:02 +0000
commit0ff259d3ae955a384d662830187876f675c73cf5 (patch)
tree006f596f8036ddc6cf086af1b7045c2c11fc3614 /test/rss
parentababd0ad80314840b749140384e5849e55a86e45 (diff)
downloadruby-0ff259d3ae955a384d662830187876f675c73cf5.tar.gz
ruby-0ff259d3ae955a384d662830187876f675c73cf5.tar.xz
ruby-0ff259d3ae955a384d662830187876f675c73cf5.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@9547 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 dbed60b4d..237f364b2 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