commit fd187bc016dc76b8caada97f1b75b745a451e443
parent bfab884215b55c771bfcd078aaa944bbbb976e4a
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 7 Nov 2018 17:48:17 +0100
Add require 'date', which allows Motyl to run with Ruby 2.5
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/motyl b/bin/motyl
@@ -6,13 +6,14 @@
# https://github.com/fcambus/motyl #
# #
# Created: 2016-02-16 #
-# Last Updated: 2018-10-18 #
+# Last Updated: 2018-11-07 #
# #
# Motyl is released under the BSD 2-Clause license. #
# See LICENSE file for details. #
# #
###############################################################################
+require 'date'
require 'fileutils'
require 'kramdown'
require 'mustache'