File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package = " luassert"
2- version = " 1.7.11 -0"
2+ version = " 1.8.0 -0"
33source = {
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 "
66}
77description = {
88 summary = " Lua Assertions Extension" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ local assert = require('luassert.assert')
22
33assert ._COPYRIGHT = " Copyright (c) 2018 Olivine Labs, LLC."
44assert ._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 "
66
77-- load basic asserts
88require (' luassert.assertions' )
You can’t perform that action at this time.
0 commit comments