Skip to content

Commit

Permalink
notation fix and 5.3 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Nov 12, 2015
1 parent 243482a commit f5a3c0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Tests are located in the `spec` directory and can be run using [busted](http://o

##Changes:

- v2.1.2 fix scientific notation [#9](https://github.com/Tieske/date/pull/9), now available for Lua 5.3
- 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
12 changes: 6 additions & 6 deletions date-2.1.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
package = "date"
version = "2.1.1-1"
version = "2.1.2-1"

description = {
summary = "Date & Time module for Lua 5.x",
detailed = [[
Pure Lua Date & Time module for Lua 5.x 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.
ISO 8601 dates, local time support, strftime-like formatting.
]],
license = "MIT",
homepage = "https://github.com/Tieske/date",
}

dependencies = {
"lua >= 5.0, < 5.3 "
"lua >= 5.0, < 5.4 "
}

source = {
url = "https://github.com/Tieske/date/archive/version_2.1.1.tar.gz",
dir = "date-version_2.1.1",
url = "https://github.com/Tieske/date/archive/version_2.1.2.tar.gz",
dir = "date-version_2.1.2",
}

build = {
Expand Down

0 comments on commit f5a3c0d

Please sign in to comment.