File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
require_jar 'isorelax' , 'isorelax' , '20030108'
26
26
end
27
27
28
- # generated by the :vendor_jars rake task
29
28
module Nokogiri
29
+ # generated by the :vendor_jars rake task
30
30
JAR_DEPENDENCIES = {
31
31
"isorelax:isorelax" => "20030108" ,
32
32
"net.sf.saxon:Saxon-HE" => "9.6.0-4" ,
Original file line number Diff line number Diff line change @@ -401,8 +401,8 @@ if java?
401
401
File . open ( "lib/nokogiri/jruby/nokogiri_jars.rb" , "a" ) do |f |
402
402
f . puts
403
403
f . puts <<~EOF
404
- # generated by the :vendor_jars rake task
405
404
module Nokogiri
405
+ # generated by the :vendor_jars rake task
406
406
JAR_DEPENDENCIES = #{ string_rep } .freeze
407
407
XERCES_VERSION = JAR_DEPENDENCIES["xerces:xercesImpl"]
408
408
NEKO_VERSION = JAR_DEPENDENCIES["net.sourceforge.htmlunit:neko-htmlunit"]
You can’t perform that action at this time.
0 commit comments