iron / staticfile

Static file-serving middleware for the Iron web framework.
MIT License
63 stars 56 forks source link

bump up to iron 0.6 #100

Closed iori-yja closed 6 years ago

untitaker commented 6 years ago

Apparently this broke the build, please fix

iori-yja commented 6 years ago

Yes, it is broken now because iron-test must be upgraded, that requires urlencoded and body-parser to be upgraded... I set it as WIP for now.

kyegupov commented 6 years ago

urlencoded has been bumped, this should work

untitaker commented 6 years ago

It is blocked by iron-test

On Wed, Nov 22, 2017 at 09:26:17PM +0000, kyegupov wrote:

urlencoded has been bumped, this should work

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/iron/staticfile/pull/100#issuecomment-346477601

robinst commented 6 years ago

iron-test 0.6.0 has been released, maybe the PR would build now if we re-trigger the build.

durka commented 6 years ago

This builds locally for me, even without the "range versioning" commit.

durka commented 6 years ago

This is the last thread tying my project to iron 0.5, would be really great to lose it.

robinst commented 6 years ago

@untitaker can you rerun the build please?

untitaker commented 6 years ago

Thx!