summaryrefslogtreecommitdiffstats
path: root/vendor/oauth/oauth.rb
blob: 2bfa0a120a13f91982a7da21bf2e62474bc312cb (plain)
1
2
3
4
5
6
7
$:.unshift(File.join(File.dirname(__FILE__)))
require 'oauth/oauth'
require 'oauth/oauth/oauth'
require 'oauth/client/helper'
require 'oauth/signature/hmac/sha1'
require 'oauth/request_proxy/mock_request'
require 'oauth/test/consumer'