summaryrefslogtreecommitdiff
path: root/Manifest.txt
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-10-03 14:35:09 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-10-03 14:35:09 -0700
commitadda8014cacd4a00cb6b12c65fc4558d3082d306 (patch)
treeafc81dcaaafc21b5a23eb74b94809887615d76af /Manifest.txt
parentcda70ad5dde3d8cfda2e9fb31bdb106a0924c4d4 (diff)
downloadpsych-adda8014cacd4a00cb6b12c65fc4558d3082d306.zip
updating manifest, bumping up to 1.2.2
Diffstat (limited to 'Manifest.txt')
-rw-r--r--Manifest.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Manifest.txt b/Manifest.txt
index 97f1827..af72d53 100644
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -1,10 +1,13 @@
.autotest
+.travis.yml
CHANGELOG.rdoc
+Gemfile
Manifest.txt
README.rdoc
Rakefile
ext/psych/emitter.c
ext/psych/emitter.h
+ext/psych/extconf.h
ext/psych/extconf.rb
ext/psych/parser.c
ext/psych/parser.h
@@ -66,6 +69,7 @@ test/psych/test_json_tree.rb
test/psych/test_merge_keys.rb
test/psych/test_nil.rb
test/psych/test_null.rb
+test/psych/test_numeric.rb
test/psych/test_object.rb
test/psych/test_omap.rb
test/psych/test_parser.rb
@@ -82,6 +86,8 @@ test/psych/test_tainted.rb
test/psych/test_to_yaml_properties.rb
test/psych/test_tree_builder.rb
test/psych/test_yaml.rb
+test/psych/test_yamldbm.rb
+test/psych/test_yamlstore.rb
test/psych/visitors/test_depth_first.rb
test/psych/visitors/test_emitter.rb
test/psych/visitors/test_to_ruby.rb