lib/flok/build.rb in flok-0.0.60 vs lib/flok/build.rb in flok-0.0.61
- old
+ new
@@ -1,7 +1,11 @@
require 'yaml'
require 'json'
require 'erb'
+
+#Forwardable is required for natural_sort
+#https://github.com/johnnyshields/naturalsort/issues/1
+require 'forwardable'
require 'natural_sort'
##################################################################
#This file contains everything relating to compiling source files
##################################################################