lib/tasks/hqmf.rake in cqm-parsers-2.0.1 vs lib/tasks/hqmf.rake in cqm-parsers-3.0.0.0
- old
+ new
@@ -1,8 +1,8 @@
require 'pathname'
require 'fileutils'
require 'json'
-require 'hqmf-parser'
+require 'cqm-parsers'
namespace :hqmf do
desc 'Parse all xml files to JSON and save them to ./tmp'
task :parse_all, [:path, :version] do |t, args|
\ No newline at end of file