bin/process_taxonomy in daengine-0.5.10 vs bin/process_taxonomy in daengine-0.5.13

- old
+ new

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