Skip to content

Commit

Permalink
updated backup
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrocks-uploader committed Apr 17, 2017
1 parent e99ff56 commit 04a4580
Show file tree
Hide file tree
Showing 8 changed files with 108 additions and 35 deletions.
25 changes: 25 additions & 0 deletions auth0-nginx-1.1.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
package = 'auth0-nginx'
version = '1.1.1-0'
source = {
url = 'git://github.com/maxamante/auth0-nginx',
tag = '1.1.1'
}
description = {
summary = 'An Auth0 + nginx integration',
detailed = [[
Use Nginx as an API Gateway for your Auth0 applications.
]],
homepage = 'https://auth0.com/',
license = 'Apache2'
}
dependencies = {
'lua >= 5.1',
'lua-resty-jwt = 0.1.5',
'lua-resty-http = 0.08'
}
build = {
type = 'builtin',
modules = {
['auth0-nginx'] = 'src/auth0-nginx.lua',
}
}
14 changes: 14 additions & 0 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,11 @@ repository = {
{
arch = "rockspec"
}
},
['1.1.1-0'] = {
{
arch = "rockspec"
}
}
},
['authy-lua'] = {
Expand Down Expand Up @@ -25011,6 +25016,15 @@ repository = {
}
}
},
['org.conman.parsers.json'] = {
['1.0.1-0'] = {
{
arch = "rockspec"
}, {
arch = "src"
}
}
},
['org.conman.syslog'] = {
['1.0.5-0'] = {
{
Expand Down
14 changes: 14 additions & 0 deletions manifest-5.1
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,11 @@ repository = {
{
arch = "rockspec"
}
},
['1.1.1-0'] = {
{
arch = "rockspec"
}
}
},
['authy-lua'] = {
Expand Down Expand Up @@ -22744,6 +22749,15 @@ repository = {
}
}
},
['org.conman.parsers.json'] = {
['1.0.1-0'] = {
{
arch = "rockspec"
}, {
arch = "src"
}
}
},
['org.conman.syslog'] = {
['1.0.5-0'] = {
{
Expand Down
14 changes: 14 additions & 0 deletions manifest-5.2
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,11 @@ repository = {
{
arch = "rockspec"
}
},
['1.1.1-0'] = {
{
arch = "rockspec"
}
}
},
['authy-lua'] = {
Expand Down Expand Up @@ -22676,6 +22681,15 @@ repository = {
}
}
},
['org.conman.parsers.json'] = {
['1.0.1-0'] = {
{
arch = "rockspec"
}, {
arch = "src"
}
}
},
['org.conman.syslog'] = {
['1.0.5-0'] = {
{
Expand Down
2 changes: 1 addition & 1 deletion moses-1.6.0-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package = "moses"
version = "1.6.0-1"
source = {
url = "https://github.com/Yonaba/Moses/archive/Moses-1.6.0-1.tar.gz",
dir = "Moses-Moses-1.0.0-1"
dir = "Moses-Moses-1.6.0-1"
}
description = {
summary = "Utility-belt library for functional programming in Lua",
Expand Down
35 changes: 1 addition & 34 deletions oauth-0.0.4-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,34 +1 @@
package = "OAuth"
version = "0.0.4-1"
source = {
url = "https://github.com/ignacio/LuaOAuth/archive/0.0.4-1.tar.gz",
dir = "LuaOAuth-0.0.4-1"
}
description = {
summary = "Lua OAuth, an OAuth client library.",
detailed = [[
Lua client for OAuth 1.0 enabled servers.
]],
license = "MIT/X11",
homepage = "http://github.com/ignacio/LuaOAuth"
}
dependencies = {
"lua >= 5.1",
"luasocket",
"luasec",
"luacrypto",
"lbase64"
}

external_dependencies = {

}
build = {
type = "builtin",
modules = {
OAuth = "src/OAuth.lua",
["OAuth.helpers"] = "src/OAuth/helpers.lua",
["OAuth.coreLuaSocket"] = "src/OAuth/coreLuaSocket.lua",
["OAuth.coreLuaNode"] = "src/OAuth/coreLuaNode.lua",
}
}
Service Unavailable
39 changes: 39 additions & 0 deletions org.conman.parsers.json-1.0.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
package = "org.conman.parsers.json"
version = "1.0.1-0"

source =
{
url = "https://raw.github.com/spc476/LPeg-Parsers/json-1.0.1/json.lua"
}

description =
{
homepage = "https://github.com/spc476/LPeg-Parsers",
maintainer = "Sean Conner <sean@conman.org>",
license = "LGPL",
summary = "Parse JSON files",
detailed = [[
Parse a JSON file into a Lua table. This supports UTF-8 encoded
JSON files.
]]
}

dependencies =
{
"lua",
"lpeg >= 0.10",
}

build =
{
type = "none",
copy_directories = {},
install =
{
lua =
{
['org.conman.parsers.json'] = "json.lua"
}
}
}

Binary file added org.conman.parsers.json-1.0.1-0.src.rock
Binary file not shown.

0 comments on commit 04a4580

Please sign in to comment.