[DRE-commits] [ruby-oauth] 01/06: Merge tag 'upstream/0.5.0'

Daisuke Higuchi dai at moszumanska.debian.org
Sun May 22 12:24:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

dai pushed a commit to branch master
in repository ruby-oauth.

commit 3fd200895a6d2d9e1d555c35b9f1369c2c5f5716
Merge: 0eededc 4890d5a
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Mon May 16 12:41:21 2016 +0900

    Merge tag 'upstream/0.5.0'
    
    Upstream version 0.5.0

 .gemtest                                           |   0
 Gemfile                                            |  16 --
 Gemfile.lock                                       |  47 ----
 HISTORY                                            | 173 -------------
 README.rdoc                                        |  16 +-
 Rakefile                                           |  37 ---
 examples/yql.rb                                    |  44 ----
 lib/digest/hmac.rb                                 | 104 --------
 lib/oauth.rb                                       |   4 +-
 lib/oauth/cli.rb                                   |   6 +-
 lib/oauth/client/helper.rb                         |   4 +
 lib/oauth/client/net_http.rb                       |  16 +-
 lib/oauth/consumer.rb                              |  14 +-
 lib/oauth/helper.rb                                |   6 +-
 .../request_proxy/action_controller_request.rb     |  28 ++-
 lib/oauth/request_proxy/base.rb                    |   2 +-
 lib/oauth/request_proxy/net_http.rb                |   2 +-
 lib/oauth/request_proxy/rest_client_request.rb     |  62 +++++
 lib/oauth/request_proxy/typhoeus_request.rb        |   7 +-
 lib/oauth/signature/base.rb                        |  32 +--
 lib/oauth/signature/hmac/base.rb                   |  15 --
 lib/oauth/signature/hmac/md5.rb                    |   8 -
 lib/oauth/signature/hmac/rmd160.rb                 |   8 -
 lib/oauth/signature/hmac/sha1.rb                   |  16 +-
 lib/oauth/signature/hmac/sha2.rb                   |   8 -
 lib/oauth/signature/md5.rb                         |  13 -
 lib/oauth/signature/plaintext.rb                   |   6 +
 lib/oauth/signature/rsa/sha1.rb                    |  10 +-
 lib/oauth/signature/sha1.rb                        |  13 -
 lib/oauth/tokens/access_token.rb                   |  12 +
 lib/oauth/tokens/request_token.rb                  |   5 +
 lib/oauth/tokens/token.rb                          |   2 +-
 lib/oauth/version.rb                               |   3 +
 metadata.yml                                       | 270 ---------------------
 oauth.gemspec                                      | 167 ++++---------
 tasks/deployment.rake                              |  34 ---
 tasks/environment.rake                             |   7 -
 tasks/website.rake                                 |  17 --
 test/cases/oauth_case.rb                           |   4 +-
 test/integration/consumer_test.rb                  |  26 +-
 test/keys/rsa.cert                                 |  11 -
 test/keys/rsa.pem                                  |  16 --
 test/test_access_token.rb                          |   4 +-
 test/test_action_controller_request_proxy.rb       |  34 ++-
 test/test_consumer.rb                              |  12 +-
 test/test_curb_request_proxy.rb                    |   2 +-
 test/test_em_http_client.rb                        |   2 +-
 test/test_em_http_request_proxy.rb                 |   2 +-
 test/test_helper.rb                                |  11 +-
 test/test_hmac_sha1.rb                             |   2 +-
 test/test_net_http_client.rb                       |   8 +-
 test/test_net_http_request_proxy.rb                |   2 +-
 test/test_oauth_helper.rb                          |  10 +-
 test/test_rack_request_proxy.rb                    |   2 +-
 test/test_request_token.rb                         |  13 +-
 test/test_rest_client_request_proxy.rb             |  81 +++++++
 test/test_rsa_sha1.rb                              |   2 +-
 test/test_server.rb                                |  13 +-
 test/test_signature.rb                             |  19 +-
 test/test_signature_base.rb                        |  12 +-
 test/test_signature_hmac_sha1.rb                   |  40 +++
 test/test_signature_plain_text.rb                  |   2 +-
 test/test_token.rb                                 |   2 +-
 test/test_typhoeus_request_proxy.rb                |  27 ++-
 64 files changed, 486 insertions(+), 1107 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-oauth.git



More information about the Pkg-ruby-extras-commits mailing list