diff options
author | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-08-21 17:55:23 +0000 |
---|---|---|
committer | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-08-21 17:55:23 +0000 |
commit | 226c6a1bdc6a50af1b6a7c374a1268f51a5bc23c (patch) | |
tree | d6325105afc9aefcbd3b3e177f8f036e66195e9f /ext/psych/lib/psych_jars.rb | |
parent | 2a1569d6932b843b4b02883685fa05cd3c82d992 (diff) |
* ext/psych/*: update to Psych 2.0.14
* test/psych/*: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/lib/psych_jars.rb')
-rw-r--r-- | ext/psych/lib/psych_jars.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/psych/lib/psych_jars.rb b/ext/psych/lib/psych_jars.rb new file mode 100644 index 0000000000..795c7ea4a8 --- /dev/null +++ b/ext/psych/lib/psych_jars.rb @@ -0,0 +1,5 @@ +require 'psych/versions' +require 'psych.jar' + +require 'jar-dependencies' +require_jar('org.yaml', 'snakeyaml', Psych::DEFAULT_SNAKEYAML_VERSION) |