summaryrefslogtreecommitdiff
path: root/Manifest.txt
diff options
context:
space:
mode:
authorChristian Meier <m.kristian@web.de>2015-02-02 18:47:02 +0100
committerChristian Meier <m.kristian@web.de>2015-02-26 17:33:11 +0100
commitb2dab9e80c62776138b4b63aa0b197e99033f239 (patch)
treeb7c466ece08cceb045b66815acbb8dfc5becbeea /Manifest.txt
parent3ddffabc91bee3ba136a9367f24083b6bf9fd7ef (diff)
downloadpsych-b2dab9e80c62776138b4b63aa0b197e99033f239.zip
setup java platform gem
use maven to resolve jar dependencies for compilation. setup jar-dependencies to install the snakeyaml jar when installing the gem via rubygems or bundler. added java code to reflect the snakeyaml vesion which got finally loaded into the jruby-classloader.
Diffstat (limited to 'Manifest.txt')
-rw-r--r--Manifest.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Manifest.txt b/Manifest.txt
index 264b848..3fe28db 100644
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -57,6 +57,7 @@ lib/psych/stream.rb
lib/psych/streaming.rb
lib/psych/syntax_error.rb
lib/psych/tree_builder.rb
+lib/psych/versions.rb
lib/psych/visitors.rb
lib/psych/visitors/depth_first.rb
lib/psych/visitors/emitter.rb
@@ -65,6 +66,8 @@ lib/psych/visitors/to_ruby.rb
lib/psych/visitors/visitor.rb
lib/psych/visitors/yaml_tree.rb
lib/psych/y.rb
+lib/psych_jars.rb
+lib/psych.jar
test/psych/handlers/test_recorder.rb
test/psych/helper.rb
test/psych/json/test_stream.rb