From b9a9345277134020e5e3bcd48aefde64a99d36c1 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 19 Sep 2015 08:56:34 +0900 Subject: [PATCH] update Crystal to 0.7.7 --- README.md | 2 +- src/crisp/core.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61bb30b..c8afaf6 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Please see [mal test cases](https://github.com/rhysd/Crisp/tree/master/spec/cris ## Development Environment - OS X -- Crystal 0.7.1 ~ 0.7.3 +- Crystal 0.7.1 ~ 0.7.3 or 0.7.7 ## License diff --git a/src/crisp/core.cr b/src/crisp/core.cr index dc050c6..988aaf0 100644 --- a/src/crisp/core.cr +++ b/src/crisp/core.cr @@ -339,7 +339,7 @@ module Crisp end def time_ms(args) - (Time.now.to_i.to_i32) * 1000 + Time.now.epoch_ms.to_i32 end # Note: