From 820ed7542ed415e6aea8accf9fb7a5f178014f25 Mon Sep 17 00:00:00 2001 From: SkyLothar Date: Wed, 27 Apr 2016 16:25:14 +0800 Subject: [PATCH] fix rockspec --- lua-resty-jwt-dev-0.rockspec | 1 + 1 file changed, 1 insertion(+) diff --git a/lua-resty-jwt-dev-0.rockspec b/lua-resty-jwt-dev-0.rockspec index 4c9c77a..3d6b7fc 100644 --- a/lua-resty-jwt-dev-0.rockspec +++ b/lua-resty-jwt-dev-0.rockspec @@ -23,6 +23,7 @@ build = { modules = { ['resty.jwt'] = 'lib/resty/jwt.lua', ['resty.evp'] = 'lib/resty/evp.lua', + ['resty.jwt-validators'] = 'lib/resty/jwt-validators.lua', ['resty.hmac'] = 'vendor/resty/hmac.lua' } }