daengine 0.2.16 → 0.2.17

Sign up to get free protection for your applications and to get access to all the features.
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