Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kazk committed Feb 7, 2023
1 parent 8c7ad48 commit 862fa87
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions rockspecs/busted-codewars-0.1.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package = "busted-codewars"
version = "0.1.0-1"
source = {
url = "git://github.com/codewars/busted-codewars",
tag = "v0.1.0"
}
description = {
summary = "Codewars output handler for Busted",
detailed = [[
Codewars output handler for Busted, a unit testing framework for Lua.
]],
homepage = "https://github.com/codewars/busted-codewars",
license = "MIT"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["busted.outputHandlers.codewars"] = "src/busted/outputHandlers/codewars.lua",
}
}

0 comments on commit 862fa87

Please sign in to comment.