Skip to content

Commit f0b68ac

Browse files
committed
v1.7.9
1 parent a093794 commit f0b68ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

luassert-1.7.8-0.rockspec renamed to luassert-1.7.9-0.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "luassert"
2-
version = "1.7.8-0"
2+
version = "1.7.9-0"
33
source = {
4-
url = "https://github.com/Olivine-Labs/luassert/archive/v1.7.8.tar.gz",
5-
dir = "luassert-1.7.8"
4+
url = "https://github.com/Olivine-Labs/luassert/archive/v1.7.9.tar.gz",
5+
dir = "luassert-1.7.9"
66
}
77
description = {
88
summary = "Lua Assertions Extension",

src/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local assert = require('luassert.assert')
22

33
assert._COPYRIGHT = "Copyright (c) 2012 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.5"
5+
assert._VERSION = "Luassert 1.7.9"
66

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

0 commit comments

Comments
 (0)