Actions
Bug #665
closedsmart-proxy fails to start with old Sinatra version
Description
On systems with an old version of Sinatra installed (<=1.0.a), smart-proxy
fails to start with the following message:
./bin/../lib/sinatra-patch.rb:26:in `run!': undefined local variable or method `bind' for SmartProxy:Class (NameError) from bin/smart-proxy:63
On systems with a Sinatra version >=1.0, everything is working fine.
Files
Actions