mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-07-28 02:52:18 +00:00
release version 2.1.1
This commit is contained in:
@@ -15,8 +15,13 @@ Lua Date and Time module for Lua 5.x.
|
|||||||
* Formats Date and Time like strftime.
|
* Formats Date and Time like strftime.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT license](http://opensource.org/licenses/MIT).
|
[MIT license](http://opensource.org/licenses/MIT).
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
Documentation is available in the `doc` folder, or [online at Github](http://tieske.github.io/date/).
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
Tests are located in the `spec` directory and can be run using [busted](http://olivinelabs.com/busted/).
|
Tests are located in the `spec` directory and can be run using [busted](http://olivinelabs.com/busted/).
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
package = "date"
|
package = "date"
|
||||||
version = "2.1.1-2"
|
version = "2.1.1-1"
|
||||||
|
|
||||||
description = {
|
description = {
|
||||||
summary = "Date & Time module for Lua 5.x",
|
summary = "Date & Time module for Lua 5.x",
|
||||||
|
@@ -36,14 +36,13 @@
|
|||||||
"email"><<a href=
|
"email"><<a href=
|
||||||
"mailto:jastejada@yahoo.com">jastejada@yahoo.com</a>></code></p>
|
"mailto:jastejada@yahoo.com">jastejada@yahoo.com</a>></code></p>
|
||||||
|
|
||||||
<p class="copyright">Copyright © 2013, Lua 5.2 updates by Thijs
|
<p class="copyright">Copyright © 2013-2014 Thijs
|
||||||
Schreijer</p>
|
Schreijer</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class="legalnotice">
|
<div class="legalnotice">
|
||||||
<a name="id349744" id="id349744"></a>All Rights Deserved. Use at your own
|
<a name="id349744" id="id349744"></a>Licensed under <a href="http://opensource.org/licenses/MIT">MIT license</a>.
|
||||||
risk!. Shake well before using.
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user