Skip to content

Commit

Permalink
Updated for easier testing and new lusty
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGray committed Nov 20, 2014
1 parent 95fc405 commit 0ff1c36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lusty-json-0.3-3.rockspec → lusty-json-0.4-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lusty-json"
version = "0.3-3"
version = "0.4-0"
source = {
url = "https://github.com/Olivine-Labs/lusty-json/archive/v0.3.tar.gz",
dir = "lusty-json-0.3"
url = "https://github.com/Olivine-Labs/lusty-json/archive/v0.4.tar.gz",
dir = "lusty-json-0.4"
}
description = {
summary = "json input and output for lusty.",
Expand All @@ -15,13 +15,12 @@ description = {
dependencies = {
"lua >= 5.1",
"lusty >= 0.1-0",
"dkjson >= 2.1.0",
"busted >= 1.7-1"
}
build = {
type = "builtin",
modules = {
["lusty-json.output.json"] = "src/output/json.lua",
["lusty-json.input.json"] = "src/input/json.lua"
["lusty-json.output.json"] = "lusty-json/output/json.lua",
["lusty-json.input.json"] = "lusty-json/input/json.lua"
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 0ff1c36

Please sign in to comment.