summaryrefslogtreecommitdiff
path: root/lib/psych_jars.rb
Commit message (Collapse)AuthorAgeFilesLines
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
|
* Unify Psych version constants to psych/versions.rb.SHIBATA Hiroshi2016-11-181-1/+0
|
* Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
| | | | ref. https://github.com/ruby/ruby/commit/3e92b635fb5422207b7bbdc924e292e51e21f040
* setup java platform gemChristian Meier2015-02-261-0/+5
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.