schacon/showoff

Sinatra(?) deprecation warning

Closed this issue · 4 comments

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>'

I believe this is fixed on master, so I'm closing this. Please reopen if you hit this problem again.

I just got this error too. Running 1.9.3 and attempting to do showoff add introduction.

@schacon should be releasing a new version soon. Until then, please use showoff from the master branch.

@goncalossilva I got the same problem. When is the new version coming?