reverted to already published rockspec

This commit is contained in:
Thijs Schreijer
2014-01-02 14:34:22 +01:00
parent c5eaf756ec
commit b1d874b09a
2 changed files with 9 additions and 5 deletions

View File

@@ -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