[DRE-commits] [ruby-http] 01/04: Merge tag 'upstream/0.6.1'

Nitesh A Jain niteshjain-guest at moszumanska.debian.org
Fri May 30 18:21:16 UTC 2014


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

niteshjain-guest pushed a commit to branch master
in repository ruby-http.

commit 3e0ac4b3e6505cf1408751b8202f9d5a9bdb964b
Merge: b8c5269 ed65b4a
Author: Nitesh A Jain <niteshjain92 at gmail.com>
Date:   Fri May 30 23:21:03 2014 +0530

    Merge tag 'upstream/0.6.1'
    
    Upstream version 0.6.1

 .gitignore                                         |   6 +-
 .rspec                                             |   5 +-
 .rubocop.yml                                       | 101 +++++
 .travis.yml                                        |  27 +-
 CHANGES.md                                         |  75 ++++
 Gemfile                                            |  30 +-
 LICENSE.txt                                        |   2 +-
 README.md                                          | 177 +++++++--
 Rakefile                                           |  24 +-
 checksums.yaml.gz                                  | Bin 266 -> 270 bytes
 examples/celluloid.rb                              |  12 -
 examples/parallel_requests_with_celluloid.rb       |  38 ++
 http.gemspec                                       |  34 +-
 lib/http.rb                                        |   9 +-
 lib/http/authorization_header.rb                   |  37 ++
 lib/http/authorization_header/basic_auth.rb        |  24 ++
 lib/http/authorization_header/bearer_token.rb      |  29 ++
 lib/http/backports.rb                              |   2 +
 lib/http/backports/base64.rb                       |   6 +
 lib/http/{uri_backport.rb => backports/uri.rb}     |  20 +-
 lib/http/chainable.rb                              |  49 ++-
 lib/http/client.rb                                 | 176 +++++----
 lib/http/content_type.rb                           |  27 ++
 lib/http/errors.rb                                 |  13 +
 lib/http/header.rb                                 |  11 -
 lib/http/headers.rb                                | 154 ++++++++
 lib/http/headers/mixin.rb                          |  11 +
 lib/http/mime_type.rb                              |  97 +++--
 lib/http/mime_type/adapter.rb                      |  24 ++
 lib/http/mime_type/json.rb                         |  23 ++
 lib/http/mime_types/json.rb                        |  19 -
 lib/http/options.rb                                |  69 ++--
 lib/http/redirector.rb                             |  66 ++++
 lib/http/request.rb                                | 114 ++++--
 lib/http/request/writer.rb                         |  79 ++++
 lib/http/request_stream.rb                         |  77 ----
 lib/http/response.rb                               | 113 +++---
 lib/http/response/body.rb                          |  64 ++++
 .../{response_parser.rb => response/parser.rb}     |   4 +-
 lib/http/version.rb                                |   2 +-
 logo.png                                           | Bin 0 -> 29762 bytes
 metadata.yml                                       | 132 ++++---
 spec/http/authorization_header/basic_auth_spec.rb  |  29 ++
 .../http/authorization_header/bearer_token_spec.rb |  36 ++
 spec/http/authorization_header_spec.rb             |  41 ++
 spec/http/backports/base64_spec.rb                 |  13 +
 spec/http/backports/uri_spec.rb                    |   9 +
 spec/http/client_spec.rb                           | 202 ++++++++++
 spec/http/content_type_spec.rb                     |  47 +++
 spec/http/headers/mixin_spec.rb                    |  36 ++
 spec/http/headers_spec.rb                          | 417 +++++++++++++++++++++
 spec/http/options/body_spec.rb                     |  13 +-
 spec/http/options/callbacks_spec.rb                |  62 ---
 spec/http/options/form_spec.rb                     |   9 +-
 spec/http/options/headers_spec.rb                  |  26 +-
 spec/http/options/json_spec.rb                     |  17 +
 spec/http/options/merge_spec.rb                    |  37 +-
 spec/http/options/new_spec.rb                      |  24 +-
 spec/http/options/proxy_spec.rb                    |  12 +-
 spec/http/options/response_spec.rb                 |  24 --
 spec/http/options_spec.rb                          |  12 +-
 spec/http/redirector_spec.rb                       | 100 +++++
 spec/http/request/writer_spec.rb                   |  43 +++
 spec/http/request_spec.rb                          | 103 ++++-
 spec/http/request_stream_spec.rb                   |  25 --
 spec/http/response/body_spec.rb                    |  42 +++
 spec/http/response_spec.rb                         | 107 ++++--
 spec/http_spec.rb                                  | 153 ++++----
 spec/spec_helper.rb                                |  27 +-
 spec/support/example_server.rb                     |  99 +++--
 spec/support/proxy_server.rb                       |  38 +-
 71 files changed, 2874 insertions(+), 911 deletions(-)

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



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