This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes uninitialized constant Rack::Timeout::Error
grosser#5 In an application where I'm using this gem, I'm also using the rack-timeout gem (https://github.com/kch/rack-timeout), so use of Timeout inside the Rack::OpenID class was finding Rack::Timeout, which is not the same. This commit updates references to Timeout to use the root namespace (::Timeout). Conflicts: lib/rack/openid.rb
- Loading branch information