File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
package = " moesifapi-lua" -- TODO: rename, must match the info in the filename of this rockspec!
2
2
-- as a convention; stick to the prefix: `kong-plugin-`
3
- version = " 1.0.0 -1" -- TODO: renumber, must match the info in the filename of this rockspec!
4
- -- The version '1.0.0 ' is the source code version, the trailing '1' is the version of this rockspec.
3
+ version = " 1.0.1 -1" -- TODO: renumber, must match the info in the filename of this rockspec!
4
+ -- The version '1.0.1 ' is the source code version, the trailing '1' is the version of this rockspec.
5
5
-- whenever the source version changes, the rockspec should be reset to 1. The rockspec version is only
6
6
-- updated (incremented) when this file changes, but the source remains the same.
7
7
@@ -12,7 +12,7 @@ local pluginName = package:match("^moesifapi%-lua%-(.+)$") -- "moesif"
12
12
supported_platforms = {" linux" , " macosx" }
13
13
source = {
14
14
url = " git://github.com/Moesif/moesifapi-lua/" ,
15
- tag = " 1.0.0 "
15
+ tag = " 1.0.1 "
16
16
}
17
17
18
18
description = {
@@ -23,7 +23,8 @@ description = {
23
23
24
24
dependencies = {
25
25
" lua-resty-http" ,
26
- " lua-zlib"
26
+ " lua-zlib" ,
27
+ " lua-resty-string"
27
28
}
28
29
29
30
build = {
You can’t perform that action at this time.
0 commit comments