bin/process_assets in daengine-0.6.5 vs bin/process_assets in daengine-0.6.8
- old
+ new
@@ -1,15 +1,17 @@
-#!/usr/bin/env ruby
-#
-# This file was generated by Bundler.
-#
-# The application 'process_assets' is installed as part of a gem, and
-# this file is here to facilitate running it.
-#
-
-require 'daengine'
-
-config = YAML.load_file(ARGV[0])
-
-t = Daengine.execute(config)
-
-puts t
\ No newline at end of file
+#!/usr/bin/env ruby
+#
+# This file was generated by Bundler.
+#
+# The application 'process_assets' is installed as part of a gem, and
+# this file is here to facilitate running it.
+#
+
+require 'daengine'
+
+puts "***** #{RUBY_VERSION}"
+
+config = YAML.load_file(ARGV[0])
+
+t = Daengine.execute(config)
+
+puts t