daengine 0.2.16 → 0.2.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/bin/process_assets CHANGED
@@ -6,11 +6,10 @@
6
6
  # this file is here to facilitate running it.
7
7
  #
8
8
 
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
9
+ require 'daengine'
12
10
 
13
- require 'rubygems'
14
- require 'bundler/setup'
11
+ config = YAML.load_file(ARGV[0])
15
12
 
16
- load Gem.bin_path('daengine', 'process_assets')
13
+ t = Daengine.execute(config)
14
+
15
+ puts t
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.2.16"
2
+ VERSION = "0.2.17"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: daengine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.16
5
+ version: 0.2.17
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia