X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5bb55c23152a448b4128be32f46178a13926cb74..e8d32637c16aaba887a3c2c54eab68ab92da7f5b:/Vendorfile diff --git a/Vendorfile b/Vendorfile index d11ca37fc..197bf575b 100644 --- a/Vendorfile +++ b/Vendorfile @@ -25,4 +25,11 @@ folder 'vendor/assets' do file 'leaflet.osm.js', 'leaflet-osm.js' end end + + folder 'ohauth' do + from 'git://github.com/tmcw/ohauth.git' do + file 'ohauth.js' + file 'sha.js' + end + end end