File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
package = " luassert"
2
- version = " 1.7.11 -0"
2
+ version = " 1.8.0 -0"
3
3
source = {
4
- url = " https://github.com/Olivine-Labs/luassert/archive/v1.7.11 .tar.gz" ,
5
- dir = " luassert-1.7.11 "
4
+ url = " https://github.com/Olivine-Labs/luassert/archive/v1.8.0 .tar.gz" ,
5
+ dir = " luassert-1.8.0 "
6
6
}
7
7
description = {
8
8
summary = " Lua Assertions Extension" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ local assert = require('luassert.assert')
2
2
3
3
assert ._COPYRIGHT = " Copyright (c) 2018 Olivine Labs, LLC."
4
4
assert ._DESCRIPTION = " Extends Lua's built-in assertions to provide additional tests and the ability to create your own."
5
- assert ._VERSION = " Luassert 1.7.11 "
5
+ assert ._VERSION = " Luassert 1.8.0 "
6
6
7
7
-- load basic asserts
8
8
require (' luassert.assertions' )
You can’t perform that action at this time.
0 commit comments