Skip to content

Commit

Permalink
Merge pull request #611 from Mashape/hmac-migration-fix
Browse files Browse the repository at this point in the history
hmac migration fix
  • Loading branch information
shashiranjan84 committed Oct 12, 2015
2 parents 4076ecd + 8d8817c commit 7109c6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kong-0.5.0-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ build = {
["kong.plugins.jwt.api"] = "kong/plugins/jwt/api.lua",
["kong.plugins.jwt.daos"] = "kong/plugins/jwt/daos.lua",
["kong.plugins.jwt.jwt_parser"] = "kong/plugins/jwt/jwt_parser.lua",


["kong.plugins.hmac-auth.migrations.cassandra"] = "kong/plugins/hmac-auth/migrations/cassandra.lua",
["kong.plugins.hmac-auth.handler"] = "kong/plugins/hmac-auth/handler.lua",
["kong.plugins.hmac-auth.access"] = "kong/plugins/hmac-auth/access.lua",
["kong.plugins.hmac-auth.schema"] = "kong/plugins/hmac-auth/schema.lua",
Expand Down

0 comments on commit 7109c6a

Please sign in to comment.