summaryrefslogtreecommitdiff
path: root/Manifest.txt
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-02-04 22:59:07 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-02-04 22:59:07 -0800
commitb384d4e78c142f8b05fffbdfe7ed813582ea4307 (patch)
treecf385452ae73fb67cc9841b575a1a15799087cf8 /Manifest.txt
parent182f450bd8b60a1b615db517e54d74c8a836e2a1 (diff)
downloadpsych-b384d4e78c142f8b05fffbdfe7ed813582ea4307.zip
updating manifest
Diffstat (limited to 'Manifest.txt')
-rw-r--r--Manifest.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Manifest.txt b/Manifest.txt
index 6e81727..51c08fa 100644
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -3,6 +3,7 @@ CHANGELOG.rdoc
Manifest.txt
README.rdoc
Rakefile
+bench.rb
ext/psych/emitter.c
ext/psych/emitter.h
ext/psych/extconf.rb
@@ -15,6 +16,7 @@ ext/psych/to_ruby.h
ext/psych/yaml_tree.c
ext/psych/yaml_tree.h
lib/psych.rb
+lib/psych/coder.rb
lib/psych/emitter.rb
lib/psych/handler.rb
lib/psych/nodes.rb
@@ -30,7 +32,6 @@ lib/psych/parser.rb
lib/psych/scalar_scanner.rb
lib/psych/set.rb
lib/psych/tree_builder.rb
-lib/psych/visitable.rb
lib/psych/visitors.rb
lib/psych/visitors/emitter.rb
lib/psych/visitors/to_ruby.rb
@@ -38,6 +39,7 @@ lib/psych/visitors/visitor.rb
lib/psych/visitors/yaml_tree.rb
lib/psych/yaml.rb
test/helper.rb
+test/psych/test_coder.rb
test/psych/test_document.rb
test/psych/test_emitter.rb
test/psych/test_encoding.rb
@@ -58,8 +60,10 @@ test/yaml/test_class.rb
test/yaml/test_exception.rb
test/yaml/test_hash.rb
test/yaml/test_null.rb
+test/yaml/test_object.rb
test/yaml/test_omap.rb
test/yaml/test_set.rb
test/yaml/test_string.rb
+test/yaml/test_struct.rb
test/yaml/test_symbol.rb
test/yaml/test_yaml.rb