X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/96d5517a9b9988d2b72bdb1b62d8872b58bc2100..c50ac64c3829d3b4b7b56e669b3b6bd0f13ddf16:/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