summaryrefslogtreecommitdiff
path: root/Manifest.txt
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-03-26 23:28:42 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-03-26 23:28:42 -0700
commit47c4176ce9a349bac0417ebada7690babf79b2a5 (patch)
treef002b4c26ed61007ca1a54b965358ea4aeb5b661 /Manifest.txt
parenta19b96529c9bce6f1fade726e6613f549f22dfad (diff)
downloadpsych-47c4176ce9a349bac0417ebada7690babf79b2a5.tar.gz
adding a test helper superclass
Diffstat (limited to 'Manifest.txt')
-rw-r--r--Manifest.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Manifest.txt b/Manifest.txt
index ee249dc..be9b8d4 100644
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -17,6 +17,7 @@ ext/psych/yaml_tree.c
ext/psych/yaml_tree.h
lib/psych.rb
lib/psych/coder.rb
+lib/psych/core_ext.rb
lib/psych/emitter.rb
lib/psych/handler.rb
lib/psych/nodes.rb
@@ -29,7 +30,6 @@ lib/psych/nodes/sequence.rb
lib/psych/nodes/stream.rb
lib/psych/omap.rb
lib/psych/parser.rb
-lib/psych/psych.bundle
lib/psych/scalar_scanner.rb
lib/psych/set.rb
lib/psych/tree_builder.rb
@@ -39,7 +39,7 @@ 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/psych/helper.rb
test/psych/test_alias_and_anchor.rb
test/psych/test_array.rb
test/psych/test_boolean.rb