Sinatra(?) deprecation warning
ravinggenius opened this issue · 4 comments
ravinggenius commented
I get the following warning when starting showoff serve
:
:public is no longer used to avoid overloading Module#public, use :public_folder instead
from showoff-0.7.0/lib/showoff.rb:39:in `<class:ShowOff>'
goncalossilva commented
I believe this is fixed on master, so I'm closing this. Please reopen if you hit this problem again.
travisvalentine commented
I just got this error too. Running 1.9.3 and attempting to do showoff add introduction
.
goncalossilva commented
@schacon should be releasing a new version soon. Until then, please use showoff from the master branch.
remyleone commented
@goncalossilva I got the same problem. When is the new version coming?