From b1d874b09a30905aea125ff13a1206c010fd8dd0 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 2 Jan 2014 14:34:22 +0100 Subject: [PATCH] reverted to already published rockspec --- README.md | 6 +++++- date-2.1.0-2.rockspec | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2bf0eb0..d73fa52 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,11 @@ Lua Date and Time module for Lua 5.x. * Local time support. * Lua module (not binary). * Formats Date and Time like strftime. - + +## Tests + +Tests are located in the `spec` directory and can be run using [busted](http://olivinelabs.com/busted/). + ##Changes: - v2.1.1 fix for '>=' operator, initial setup of test suite diff --git a/date-2.1.0-2.rockspec b/date-2.1.0-2.rockspec index 90cc675..cb677f3 100644 --- a/date-2.1.0-2.rockspec +++ b/date-2.1.0-2.rockspec @@ -1,10 +1,10 @@ package = "date" -version = "2.1.0-1" +version = "2.1.0-2" description = { - summary = "Date & Time module for Lua 5.1/5.2", + summary = "Date & Time module for Lua 5.x", detailed = [[ - Pure Lua Date & Time module for Lua 5.1/5.2 featuring date and Time string + Pure Lua Date & Time module for Lua 5.x featuring date and Time string parsing, time addition & subtraction, time span calculation, support for ISO 8601 Dates, local time support, strftime-like formatting. ]], @@ -13,7 +13,7 @@ description = { } dependencies = { - "lua >= 5.1, <= 5.2" + "lua >= 5.0, < 5.3 " } source = {