summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-21 10:08:44 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-21 10:08:44 +0000
commitc4a1e8b1aac6b8f532a55a45bbf900695555e4fe (patch)
tree87f99bcf5ebf6f9d6a9715af02c613bad6d10571 /MANIFEST
parent1a3cfaa1dfada00b330734c4bbeb45c4c22f6d34 (diff)
downloadruby-c4a1e8b1aac6b8f532a55a45bbf900695555e4fe.tar.gz
ruby-c4a1e8b1aac6b8f532a55a45bbf900695555e4fe.tar.xz
ruby-c4a1e8b1aac6b8f532a55a45bbf900695555e4fe.zip
MANIFEST:
Added files: ruby/lib/rss: xml-stylesheet.rb ruby/test/rss: test_xml-stylesheet.rb rss-assertions.rb rss-testcase.rb Removed files: ruby/test/rss: common.rb my-assertions.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST6
1 files changed, 4 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 88a28d207..ac8eecf73 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -359,6 +359,7 @@ lib/rss/syndication.rb
lib/rss/taxonomy.rb
lib/rss/trackback.rb
lib/rss/utils.rb
+lib/rss/xml-stylesheet.rb
lib/rss/xmlparser.rb
lib/rss/xmlscanner.rb
lib/rubyunit.rb
@@ -803,8 +804,8 @@ test/optparse/test_placearg.rb
test/optparse/test_reqarg.rb
test/ostruct/test_ostruct.rb
test/rinda/test_rinda.rb
-test/rss/common.rb
-test/rss/my-assertions.rb
+test/rss/rss-assertions.rb
+test/rss/rss-testcase.rb
test/rss/test_1.0.rb
test/rss/test_accessor.rb
test/rss/test_content.rb
@@ -812,6 +813,7 @@ test/rss/test_dublincore.rb
test/rss/test_parser.rb
test/rss/test_syndication.rb
test/rss/test_trackback.rb
+test/rss/test_xml-stylesheet.rb
test/ruby/beginmainend.rb
test/ruby/endblockwarn.rb
test/ruby/envutil.rb