commit f2af10d26380d618019c2865dac35306bf4fd705
parent 4585fffbe6d0d2f47aaae67ad67adc3bad5bbc8b
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 7 May 2019 19:24:28 +0200
Release Motyl 1.0.2.
Diffstat:
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+Motyl 1.0.2 (2019-05-07)
+
+- Add require 'date', which allows Motyl to run with Ruby 2.5+
+
+
+
Motyl 1.0.1 (2018-10-18)
- Enforce UTF-8 character encoding
diff --git a/bin/motyl b/bin/motyl
@@ -1,12 +1,12 @@
#!/usr/bin/env ruby
###############################################################################
# #
-# Motyl 1.0.1 #
+# Motyl 1.0.2 #
# Copyright (c) 2016-2019, Frederic Cambus #
# https://github.com/fcambus/motyl #
# #
# Created: 2016-02-16 #
-# Last Updated: 2019-01-28 #
+# Last Updated: 2019-05-07 #
# #
# Motyl is released under the BSD 2-Clause license. #
# See LICENSE file for details. #
@@ -39,7 +39,7 @@ end
# Loading configuration
data = {
- 'version' => 'Motyl 1.0.1',
+ 'version' => 'Motyl 1.0.2',
'updated' => Time.now.strftime('%Y-%m-%dT%XZ'),
'site' => YAML.load_file('motyl.conf'),
'posts' => [],