[DRE-commits] [ruby-em-http-request] branch master updated (3a94d57 -> 8bf9efd)

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


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

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

      from  3a94d57   add bdep on ruby-cookiejar
      adds  f766d92   Imported Upstream version 1.1.2
       new  1164a35   Merge tag 'upstream/1.1.2'
       new  6072b52   d/p/diasble-rubygems.patch: refreshed
       new  6e9013b   d/control: bumped standards version to 3.9.5 (no changes needed)
       new  8b2768e   d/control: wrap-sort
       new  8bf9efd   d/control: added depend ruby-multi-json

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changelog.md                            |   4 +
 Gemfile                                 |  12 +--
 README.md                               |   4 +-
 Rakefile                                |   2 +-
 checksums.yaml.gz                       | Bin 0 -> 269 bytes
 debian/control                          |  27 ++++--
 debian/patches/diasble-rubygems.patch   |   2 +-
 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 +++++-
 39 files changed, 901 insertions(+), 207 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 examples/digest_auth/client.rb
 create mode 100644 examples/digest_auth/server.rb
 create mode 100644 lib/em-http/middleware/digest_auth.rb
 create mode 100644 lib/em-http/middleware/oauth2.rb
 create mode 100644 spec/digest_auth_spec.rb
 create mode 100644 spec/gzip_spec.rb
 create mode 100644 spec/middleware/oauth2_spec.rb

-- 
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