X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/32959aed76917ff14f51acb185484dcc7bb2bfbd..0c8ad2f86edefed72052b402742cadedb0d674d9:/Vendorfile diff --git a/Vendorfile b/Vendorfile index 43dd73fad..a56751196 100644 --- a/Vendorfile +++ b/Vendorfile @@ -29,6 +29,13 @@ folder 'vendor/assets' do folder 'jquery' do from 'git://github.com/jevin/Autogrow-Textarea.git' do file 'jquery.autogrowtextarea.js', 'jquery.autogrowtextarea.js' + end + end + + folder 'ohauth' do + from 'git://github.com/tmcw/ohauth.git' do + file 'ohauth.js' + file 'sha.js' end end end