Skip to content

Commit

Permalink
v1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacksified committed Aug 11, 2015
1 parent a093794 commit f0b68ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions luassert-1.7.8-0.rockspec → luassert-1.7.9-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "luassert"
version = "1.7.8-0"
version = "1.7.9-0"
source = {
url = "https://github.com/Olivine-Labs/luassert/archive/v1.7.8.tar.gz",
dir = "luassert-1.7.8"
url = "https://github.com/Olivine-Labs/luassert/archive/v1.7.9.tar.gz",
dir = "luassert-1.7.9"
}
description = {
summary = "Lua Assertions Extension",
Expand Down
2 changes: 1 addition & 1 deletion src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local assert = require('luassert.assert')

assert._COPYRIGHT = "Copyright (c) 2012 Olivine Labs, LLC."
assert._DESCRIPTION = "Extends Lua's built-in assertions to provide additional tests and the ability to create your own."
assert._VERSION = "Luassert 1.7.5"
assert._VERSION = "Luassert 1.7.9"

-- load basic asserts
require('luassert.assertions')
Expand Down

0 comments on commit f0b68ac

Please sign in to comment.