Rakefile in junoser-0.2.2 vs Rakefile in junoser-0.2.3

- old
+ new

@@ -2,10 +2,10 @@ require 'junoser/development' require 'nokogiri' require 'pathname' require 'rake/testtask' -xsd_path = File.expand_path('../tmp/junos-system.xsd', Pathname.new(__FILE__).realpath) +xsd_path = File.expand_path('../tmp/junos-system-12.1.xsd', Pathname.new(__FILE__).realpath) rule_path = File.expand_path('../tmp/rule.rb', Pathname.new(__FILE__).realpath) parser_path = File.expand_path('../lib/junoser/parser.rb', Pathname.new(__FILE__).realpath) def open_files(input, output, &block) i = open(input)