Skip to content

Commit

Permalink
Added require to rsa/sha1 signature to make :signature_method => "RSA…
Browse files Browse the repository at this point in the history
…-SHA1" work out of the box
  • Loading branch information
jurisgalang authored and quirkey committed Apr 17, 2011
1 parent dd3ffdf commit 6fccb22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/oauth.rb
Expand Up @@ -9,4 +9,5 @@ module OAuth

require 'oauth/client/helper'
require 'oauth/signature/hmac/sha1'
require 'oauth/signature/rsa/sha1'
require 'oauth/request_proxy/mock_request'

0 comments on commit 6fccb22

Please sign in to comment.