cdbattags / lua-resty-jwt

JWT For The Great Openresty
Apache License 2.0
146 stars 44 forks source link

The latest version (v0.2.1) can't be installed via luarocks #23

Closed spacewander closed 4 years ago

spacewander commented 4 years ago

The latest version which can be install via luarocks is still v0.2.0. See https://luarocks.org/modules/cdbattags/lua-resty-jwt

alexandrim0 commented 4 years ago

I`m voting for opm also.

alexandrim0 commented 4 years ago

@cdbattags Hello! Would you publish latest version to OPM or luarocks in march or there is some trouble?

cdbattags commented 4 years ago

Will be sure to do tonight after the day job.

I was waiting on #26. Now that that's in, I'll cut a v0.2.2 and then publish that and v0.2.1 both to LuaRocks and OPM.

cdbattags commented 4 years ago

0.2.1 and 0.2.2 are both now released on LuaRocks! OPM is a little bit trickier with the new submodule implementation but hope to have it done by tomorrow EOD.

alexandrim0 commented 4 years ago

Great! Thank you! But how long is a day on your planet? ;-)

cdbattags commented 4 years ago

This ticket is done as far as the original ask goes. If anyone else would like to step up as a sub-maintainer I'd love the help!

I'm a maintainer/contributor of ~3 projects now along with a day job and a few other hobbies 😉

I know many people rely on this project but I also know that if you have an OpenResty infrastructure/setup in your stack you should know how to use git releases in place of LuaRocks/OPM

cdbattags commented 4 years ago

OPM is by far one of the worst package manager ecosystems I've seen but more power to them for trying to carve their own path

alexandrim0 commented 4 years ago

OK. You are right, I will go that way (luarocks). Thank you, again!