Skip to content

Commit 7da6533

Browse files
authored
Merge pull request #4 from Moesif/refactor-include-dependency
#188838840 Refactor: Add lua-resty-string dependency
2 parents 15856f1 + 528fde0 commit 7da6533

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

moesifapi-lua-1.0.0-1.rockspec renamed to moesifapi-lua-1.0.1-1.rockspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package = "moesifapi-lua" -- TODO: rename, must match the info in the filename of this rockspec!
22
-- 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.
55
-- whenever the source version changes, the rockspec should be reset to 1. The rockspec version is only
66
-- updated (incremented) when this file changes, but the source remains the same.
77

@@ -12,7 +12,7 @@ local pluginName = package:match("^moesifapi%-lua%-(.+)$") -- "moesif"
1212
supported_platforms = {"linux", "macosx"}
1313
source = {
1414
url = "git://github.com/Moesif/moesifapi-lua/",
15-
tag = "1.0.0"
15+
tag = "1.0.1"
1616
}
1717

1818
description = {
@@ -23,7 +23,8 @@ description = {
2323

2424
dependencies = {
2525
"lua-resty-http",
26-
"lua-zlib"
26+
"lua-zlib",
27+
"lua-resty-string"
2728
}
2829

2930
build = {

0 commit comments

Comments
 (0)