Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(rockspec) unpin kong version and release new rockspec
Notice how in addition to renaming the rockpec, this makes two changes on the rockspec: * Changes the `version` field from `0.2.0-0` to `0.2.1` * Removes `kong` from the `dependencies` table. The later is done because there is a "circular dependency", which luarocks currently doesn't detect, and this has pernicious consequences when running tests (the CI installs older versions of Kong, and older versions of other gems along that). Since the change affects only the rockspec, it is not necessary to release a new version of the plugin for this (anyone installing the plugin via luarocks will get the updated luarock).
- Loading branch information