diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-17 10:13:25 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-17 10:13:25 +0000 |
| commit | c3adb681b3e5281044d5bebd91851fd9afea0b8a (patch) | |
| tree | 847090e856c9901ab2cc19251c179b9b0985e65b /test/rss/test_version.rb | |
| parent | 8c9c2f26929b0f077188546492d38dddaa966b9a (diff) | |
| download | ruby-c3adb681b3e5281044d5bebd91851fd9afea0b8a.tar.gz ruby-c3adb681b3e5281044d5bebd91851fd9afea0b8a.tar.xz ruby-c3adb681b3e5281044d5bebd91851fd9afea0b8a.zip | |
* lib/rss, test/rss:
- supported Atom.
- bumped version 0.1.6 to 0.1.7.
* sample/rss/convert.rb: added new sample.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rss/test_version.rb')
| -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 237f364b2..2c7d2e0f7 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.6", ::RSS::VERSION) + assert_equal("0.1.7", ::RSS::VERSION) end end end |
