Skip to content

Commit

Permalink
add missing rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
szeist committed Feb 15, 2019
1 parent d9df6e4 commit 8135448
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions escher-0.3.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package = "Escher"
version = "0.3.0-1"
source = {
url = "git:https://github.com/emartech/escher-lua",
tag = "0.3.0-1",
dir = "escher-lua"
}
description = {
summary = "Lua implementation of the Escher HTTP request signing library",
homepage = "https://github.com/emartech/escher-lua/",
license = "MIT"
}
dependencies = {
"luafilesystem == 1.7.0-2",
"rapidjson == 0.5.1-1",
"luacrypto == 0.3.2-2",
"date == 2.1.2-1",
}
build = {
type = "builtin",
modules = {
["escher"] = "src/escher.lua",
["escher.canonicalizer"] = "src/escher/canonicalizer.lua",
["escher.signer"] = "src/escher/signer.lua",
["escher.urlhandler"] = "src/escher/urlhandler.lua",
["escher.utils"] = "src/escher/utils.lua"
}
}

0 comments on commit 8135448

Please sign in to comment.