Skip to content

Commit

Permalink
release v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
catwell committed Dec 30, 2024
1 parent b6ff339 commit b7ac955
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rockspec/cwtest-3.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
rockspec_format = "3.0"

package = "cwtest"
version = "3.0-1"

source = {
url = "git://github.com/catwell/cwtest.git",
branch = "v3.0",
}

description = {
summary = "Test helper",
detailed = [[
cwtest is a tiny Teal / Lua test helper.
]],
homepage = "https://github.com/catwell/cwtest",
license = "MIT/X11",
}

dependencies = { "lua >= 5.1" }

build = {
type = "builtin",
modules = { cwtest = "cwtest.lua" },
install = { lua = { cwtest = "cwtest.tl" } },
copy_directories = {},
}

0 comments on commit b7ac955

Please sign in to comment.