From ea7fac729ba1ca52736688ba0dca3daf9591cbae Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Wed, 21 Jan 2026 20:26:07 +0545 Subject: [PATCH] feat: release v0.2.4 Signed-off-by: Abhishek Choudhary --- rockspec/lua-resty-saml-0.2.4-0.rockspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/rockspec/lua-resty-saml-0.2.4-0.rockspec b/rockspec/lua-resty-saml-0.2.4-0.rockspec index 9827914..bc052d9 100644 --- a/rockspec/lua-resty-saml-0.2.4-0.rockspec +++ b/rockspec/lua-resty-saml-0.2.4-0.rockspec @@ -4,13 +4,11 @@ source = { url = "git://github.com/api7/lua-resty-saml", tag = "v0.2.4" } - description = { summary = "SAML 2.0 auth lib for Nginx + Lua", homepage = "https://github.com/api7/lua-resty-saml", license = "Apache License 2.0", } - dependencies = { "api7-lua-resty-http = 0.2.0", "lua-resty-jit-uuid = 0.0.7",