Rakefile in junoser-0.4.7 vs Rakefile in junoser-0.5.0

- old
+ new

@@ -2,10 +2,10 @@ require 'junoser/development' require 'nokogiri' require 'pathname' require 'rake/testtask' -xsd_path = File.join(__dir__, 'tmp/junos-system-19.3.xsd') +xsd_path = File.join(__dir__, 'tmp/junos-system-21.2.xsd') rule_path = File.join(__dir__, 'tmp/rule.rb') ruby_parser_path = File.join(__dir__, 'lib/junoser/parser.rb') js_parser_path = File.join(__dir__, 'tmp/junos.js') def open_files(input, output, &block)