Closed uglyog closed 3 years ago
Ron you champion. I just tried to get master build passing but the offspring are getting demanding, so I'll have to leave it for someone who knows what they're doing.
@bethesque The Travis builds haven't been working correctly for a long time. I don't really have time to set up a different build system, but it'd be great to move off Travis.
I'm getting the same failures as Travis locally - NameError: uninitialized constant Celluloid::FSM
. I thought it might be something to do with the refactor of the celluloid gem, but didn't get a chance to look too deeply.
I'm going to put this out in a release sometime soon unless anyone has any objections. It's been a while, but I'm pretty sure I have the permissions.
Meant to release this yesterday, but ran out of time getting the builds green again. Will do it on my next OSS day in a fortnight.
Finally released this!
Implemented a simple rfc3986 Percent-Encoding decoder.
The use of
URI.decode
in the router prints the following warnings:URI.unescape
is deprecated with no replacement.