mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-07-27 18:42:18 +00:00
reverted to already published rockspec
This commit is contained in:
@@ -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
|
||||
|
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user