prepare for release

This commit is contained in:
Thijs Schreijer
2014-01-05 08:57:16 +01:00
parent 2d696f797a
commit 4f722b7e2c
5 changed files with 3738 additions and 4262 deletions

View File

@@ -23,6 +23,6 @@ Tests are located in the `spec` directory and can be run using [busted](http://o
##Changes:
- v2.1.1 fix for '>=' operator, added test suite, added Travis CI, license MIT
- v2.1.1 fix for '>=' operator [#3](https://github.com/Tieske/date/pull/3), added test suite, added Travis CI, license MIT
- v2.1 Lua 5.2 support. Global 'date' will no longer be set.
- v2.0 original by Jas Latrix

View File

@@ -1,8 +1,9 @@
---------------------------------------------------------------------------------------
-- Module for date and time calculations
--
-- Version 2.1.1, Copyright (C) 2006, by Jas Latrix (jastejada@yahoo.com)
-- Copyright (C) 2013 update to Lua 5.2 by Thijs Schreijer
-- Version 2.1.1
-- Copyright (C) 2006, by Jas Latrix (jastejada@yahoo.com)
-- Copyright (C) 2013-2014, by Thijs Schreijer
-- Licensed under MIT, http://opensource.org/licenses/MIT
--[[ CONSTANTS ]]--

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff