mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-07-27 18:42: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.
|
||||
|
||||
## License
|
||||
|
||||
[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 are located in the `spec` directory and can be run using [busted](http://olivinelabs.com/busted/).
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package = "date"
|
||||
version = "2.1.1-2"
|
||||
version = "2.1.1-1"
|
||||
|
||||
description = {
|
||||
summary = "Date & Time module for Lua 5.x",
|
||||
|
@@ -36,14 +36,13 @@
|
||||
"email"><<a href=
|
||||
"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>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="legalnotice">
|
||||
<a name="id349744" id="id349744"></a>All Rights Deserved. Use at your own
|
||||
risk!. Shake well before using.
|
||||
<a name="id349744" id="id349744"></a>Licensed under <a href="http://opensource.org/licenses/MIT">MIT license</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user