summaryrefslogtreecommitdiff
path: root/Manifest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Manifest.txt')
-rw-r--r--Manifest.txt40
1 files changed, 37 insertions, 3 deletions
diff --git a/Manifest.txt b/Manifest.txt
index 0c84276..9225889 100644
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -1,7 +1,41 @@
-History.txt
+.autotest
+CHANGELOG.rdoc
Manifest.txt
-README.txt
+README.rdoc
Rakefile
-bin/psych
+ext/psych/emitter.c
+ext/psych/emitter.h
+ext/psych/extconf.rb
+ext/psych/parser.c
+ext/psych/parser.h
+ext/psych/psych.c
+ext/psych/psych.h
lib/psych.rb
+lib/psych/emitter.rb
+lib/psych/handler.rb
+lib/psych/nodes/alias.rb
+lib/psych/nodes/document.rb
+lib/psych/nodes/mapping.rb
+lib/psych/nodes/node.rb
+lib/psych/nodes/scalar.rb
+lib/psych/nodes/sequence.rb
+lib/psych/nodes/stream.rb
+lib/psych/parser.rb
+lib/psych/ruby.rb
+lib/psych/scalar_scanner.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
+lib/psych/visitors/visitor.rb
+lib/psych/visitors/yast_builder.rb
+test/psych/test_parser.rb
+test/psych/test_serialize_subclasses.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_yast_builder.rb
+test/yaml/test_yaml.rb