[DRE-commits] [ruby-em-http-request] 01/05: Merge tag 'upstream/1.1.2'

Jonas Genannt jonas at brachium-system.net
Fri Feb 21 18:28:25 UTC 2014


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

hggh-guest pushed a commit to branch master
in repository ruby-em-http-request.

commit 1164a35504f310fd58bae05431a3160aad66b907
Merge: 3a94d57 f766d92
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Sun Feb 16 00:51:59 2014 +0100

    Merge tag 'upstream/1.1.2'
    
    Upstream version 1.1.2
    
    # gpg: Signature made Sun 16 Feb 2014 12:51:59 AM CET using RSA key ID 016CFFD0
    # gpg: Good signature from "Jonas Genannt <jonas at brachium-system.net>"
    # gpg:                 aka "Jonas Genannt <jonas.genannt at capi2name.de>"
    
    * tag 'upstream/1.1.2':
      Imported Upstream version 1.1.2

 Changelog.md                            |   4 +
 Gemfile                                 |  12 +--
 README.md                               |   4 +-
 Rakefile                                |   2 +-
 checksums.yaml.gz                       | Bin 0 -> 269 bytes
 em-http-request.gemspec                 |  37 +++----
 examples/digest_auth/client.rb          |  25 +++++
 examples/digest_auth/server.rb          |  28 ++++++
 examples/fibered-http.rb                |   6 +-
 lib/em-http/client.rb                   |  19 ++--
 lib/em-http/core_ext/bytesize.rb        |   2 +-
 lib/em-http/decoders.rb                 | 167 ++++++++++++++++++++++++++------
 lib/em-http/http_client_options.rb      |  22 ++---
 lib/em-http/http_connection.rb          |  13 ++-
 lib/em-http/http_connection_options.rb  |  15 ++-
 lib/em-http/http_encoding.rb            |   2 +-
 lib/em-http/http_header.rb              |  22 ++++-
 lib/em-http/http_status_codes.rb        |   2 +-
 lib/em-http/middleware/digest_auth.rb   | 112 +++++++++++++++++++++
 lib/em-http/middleware/json_response.rb |   4 +-
 lib/em-http/middleware/oauth2.rb        |  28 ++++++
 lib/em-http/request.rb                  |   1 +
 lib/em-http/version.rb                  |  10 +-
 metadata.yml                            | 136 ++++++++++++--------------
 spec/client_spec.rb                     |  71 ++++++++++++--
 spec/digest_auth_spec.rb                |  48 +++++++++
 spec/external_spec.rb                   |   4 +-
 spec/fixtures/gzip-sample.gz            | Bin 6397 -> 16344 bytes
 spec/gzip_spec.rb                       |  68 +++++++++++++
 spec/helper.rb                          |   3 +-
 spec/middleware/oauth2_spec.rb          |  15 +++
 spec/middleware_spec.rb                 |   4 +-
 spec/multi_spec.rb                      |   4 +-
 spec/pipelining_spec.rb                 |   4 +-
 spec/redirect_spec.rb                   | 122 ++++++++++++++++++++---
 spec/socksify_proxy_spec.rb             |  36 +++++++
 spec/stallion.rb                        |  27 +++++-
 37 files changed, 880 insertions(+), 199 deletions(-)

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



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