iconara / puck

Packs your JRuby app as a standalone Jar file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NameError: uninitialized constant Puck::DependencyResolver::StringIO

sivsushruth opened this issue · comments

The require "stringio" was placed after it was actually called. Hence it threw an error saying "NameError: uninitialized constant Puck::DependencyResolver::StringIO".

Refer #10

commented

Fixed in 2fb2ab4