From 722a6220eb46bf8192f2185c617ad4213ad7fcea Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Sun, 22 Dec 2013 07:47:29 +0100 Subject: [PATCH] update rockspec Lua versions supported --- date-2.1.0-1.rockspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/date-2.1.0-1.rockspec b/date-2.1.0-1.rockspec index 6c86915..4adc7c1 100644 --- a/date-2.1.0-1.rockspec +++ b/date-2.1.0-1.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,11 +13,11 @@ description = { } dependencies = { - "lua == 5.1, 5.2" + "lua >= 5.0, < 5.3 " } source = { - url = "https://github.com/Tieske/date/archive/version_2.1.tar.gz", + url = "https://github.com/Tieske/uuid/archive/version_2.1.tar.gz", dir = "date-version_2.1", }