Skip to content

Commit c1c8d66

Browse files
committed
v1.8
1 parent 7e77523 commit c1c8d66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

luassert-1.7.11-0.rockspec luassert-1.8.0-0.rockspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "luassert"
2-
version = "1.7.11-0"
2+
version = "1.8.0-0"
33
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"
66
}
77
description = {
88
summary = "Lua Assertions Extension",

src/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local assert = require('luassert.assert')
22

33
assert._COPYRIGHT = "Copyright (c) 2018 Olivine Labs, LLC."
44
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"
66

77
-- load basic asserts
88
require('luassert.assertions')

0 commit comments

Comments
 (0)