Allow generic URIs to use the registry format

This should stop OAuth complaining when it tries to parse a mapzen
callback URI of the form mapzen://osm_callback
This commit is contained in:
Tom Hughes 2011-12-13 10:45:40 +00:00
parent 1794d6e711
commit 3f5374901e

View file

@ -0,0 +1,4 @@
# Allow generic URIs to use the registry format
silence_warnings do
URI::Generic::USE_REGISTRY = true
end