From b909d7eba1c3570ec144adb8713d9c8f60e56b7f Mon Sep 17 00:00:00 2001 From: Leonard Chin Date: Wed, 24 Mar 2010 11:22:29 +0900 Subject: Update Manifest --- Manifest.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Manifest.txt') diff --git a/Manifest.txt b/Manifest.txt index 28ff781..ea68c1f 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,4 +1,5 @@ .autotest +.gitignore CHANGELOG.rdoc Manifest.txt README.rdoc @@ -33,23 +34,26 @@ lib/psych/set.rb lib/psych/tree_builder.rb lib/psych/visitors.rb lib/psych/visitors/emitter.rb +lib/psych/visitors/json_tree.rb lib/psych/visitors/to_ruby.rb lib/psych/visitors/visitor.rb lib/psych/visitors/yaml_tree.rb lib/psych/yaml.rb test/helper.rb +test/psych/test_alias_and_anchor.rb test/psych/test_coder.rb test/psych/test_document.rb test/psych/test_emitter.rb test/psych/test_encoding.rb +test/psych/test_json_tree.rb test/psych/test_parser.rb +test/psych/test_psych.rb test/psych/test_scalar.rb +test/psych/test_scalar_scanner.rb test/psych/test_serialize_subclasses.rb test/psych/test_struct.rb test/psych/test_to_yaml_properties.rb test/psych/test_tree_builder.rb -test/test_psych.rb -test/test_scalar_scanner.rb test/visitors/test_emitter.rb test/visitors/test_to_ruby.rb test/visitors/test_yaml_tree.rb -- cgit v1.2.3