Fixes :public Warning In Resque When Running Any Rails Command

王权利请求将github/fork/RLovelett/resque-update合并到master

Created by: RLovelett

Was seeing this error whenever I ran a Rails command:

:public is no longer used to avoid overloading Module#public, use :public_folder instead

This was fixed in Resque 1.20.0: https://github.com/defunkt/resque/pull/420

Incorporated this change into the Gemfile.

合并请求报告