bin/process_taxonomy in daengine-0.4.5 vs bin/process_taxonomy in daengine-0.4.6
- old
+ new
@@ -1,16 +1,15 @@
#!/usr/bin/env jruby
#
# This file was generated by Bundler.
#
-# The application 'process_taxonomy' is installed as part of a gem, and
+# The application 'process_assets' is installed as part of a gem, and
# this file is here to facilitate running it.
#
-require 'pathname'
-ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
- Pathname.new(__FILE__).realpath)
+require 'daengine'
-require 'rubygems'
-require 'bundler/setup'
+config = YAML.load_file(ARGV[0])
-load Gem.bin_path('daengine', 'process_taxonomy')
+t = Daengine.execute_taxonomy(config)
+
+puts t
\ No newline at end of file