summaryrefslogtreecommitdiffstats
path: root/test/rss/test_version.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-02 06:45:53 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-02 06:45:53 +0000
commitda48f95304d6d310dbadc250623b9bb0b0bea76c (patch)
treec44b5c4c7419fbd7542760e29ce3f8ab517e4ebe /test/rss/test_version.rb
parent35facbbe6be4f507f095d8015fa2c56a8c6ba2f9 (diff)
downloadruby-da48f95304d6d310dbadc250623b9bb0b0bea76c.tar.gz
ruby-da48f95304d6d310dbadc250623b9bb0b0bea76c.tar.xz
ruby-da48f95304d6d310dbadc250623b9bb0b0bea76c.zip
* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.
* lib/rss/maker/itunes.rb: fixed new_itunes_category. * lib/rss/maker/taxonomy.rb: new_taxo_topic -> new_topic because of consistency. * test/rss/test_maker_itunes.rb, test/rss/test_itunes.rb: removed needless UTF-8 characters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rss/test_version.rb')
-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 560563843..a602caf10 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.1", ::RSS::VERSION)
+ assert_equal("0.2.2", ::RSS::VERSION)
end
end
end