ruby-changes:43465
From: hsbt <ko1@a...>
Date: Wed, 29 Jun 2016 22:25:00 +0900 (JST)
Subject: [ruby-changes:43465] hsbt:r55539 (trunk): * ext/psych/lib/psych_jars.rb: removed needless file required to JRuby.
hsbt 2016-06-29 22:24:56 +0900 (Wed, 29 Jun 2016) New Revision: 55539 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55539 Log: * ext/psych/lib/psych_jars.rb: removed needless file required to JRuby. Removed files: trunk/ext/psych/lib/psych_jars.rb Modified files: trunk/ChangeLog Index: ext/psych/lib/psych_jars.rb =================================================================== --- ext/psych/lib/psych_jars.rb (revision 55538) +++ ext/psych/lib/psych_jars.rb (revision 55539) @@ -1,6 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych_jars.rb#L0 -# frozen_string_literal: false -require 'psych/versions' -require 'psych.jar' - -require 'jar-dependencies' -require_jar('org.yaml', 'snakeyaml', Psych::DEFAULT_SNAKEYAML_VERSION) Index: ChangeLog =================================================================== --- ChangeLog (revision 55538) +++ ChangeLog (revision 55539) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Jun 29 22:24:37 2016 SHIBATA Hiroshi <hsbt@r...> + + * ext/psych/lib/psych_jars.rb: removed needless file required to JRuby. + Wed Jun 29 22:21:38 2016 Kazuki Yamaguchi <k@r...> * ext/openssl/ossl_ocsp.c: The "reuse" behavior of d2i_ functions does -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/