[DRE-commits] [ruby-http] 01/07: Merge tag 'upstream/1.0.2'
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Tue Mar 1 20:54:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-http.
commit 8a4223f3567d18068f9ac9fefde8619511199f18
Merge: ecb0008 56ade41
Author: Sebastien Badia <seb at sebian.fr>
Date: Tue Mar 1 16:33:22 2016 -0300
Merge tag 'upstream/1.0.2'
Upstream version 1.0.2
# gpg: Signature made Tue 01 Mar 2016 04:33:18 PM BRT
# gpg: using RSA key 0x8716CE4614A452D8
# gpg: Good signature from "Sebastien Badia <seb at sebian.fr>"
# gpg: aka "Sebastien Badia <seb at ldn-fai.net>"
# gpg: aka "Sebastien Badia <sebastien at badia.fr>"
# gpg: aka "Sebastien Badia <seb at gitoyen.net>"
.rubocop.yml | 5 +-
.travis.yml | 1 +
CHANGES.md | 252 +++++++++++++++++----------
Gemfile | 8 +-
LICENSE.txt | 2 +-
README.md | 82 +++++----
examples/parallel_requests_with_celluloid.rb | 38 ----
lib/http.rb | 2 -
lib/http/chainable.rb | 43 ++---
lib/http/client.rb | 29 +--
lib/http/connection.rb | 17 +-
lib/http/errors.rb | 3 +
lib/http/headers.rb | 3 -
lib/http/options.rb | 21 +--
lib/http/redirector.rb | 2 +
lib/http/request.rb | 37 ++--
lib/http/request/writer.rb | 35 ++--
lib/http/response.rb | 59 ++++---
lib/http/response/body.rb | 13 +-
lib/http/response/parser.rb | 3 +-
lib/http/response/status.rb | 4 +-
lib/http/timeout/global.rb | 37 ++--
lib/http/timeout/null.rb | 50 ++++--
lib/http/timeout/per_operation.rb | 21 ++-
lib/http/version.rb | 2 +-
logo.png | Bin 13829 -> 7915 bytes
metadata.yml | 9 +-
spec/lib/http/client_spec.rb | 41 +++--
spec/lib/http/options/merge_spec.rb | 4 +-
spec/lib/http/options_spec.rb | 5 +-
spec/lib/http/redirector_spec.rb | 73 ++++----
spec/lib/http/request/writer_spec.rb | 6 +-
spec/lib/http/request_spec.rb | 48 ++++-
spec/lib/http/response/body_spec.rb | 2 +-
spec/lib/http/response/status_spec.rb | 6 +-
spec/lib/http/response_spec.rb | 11 +-
spec/lib/http_spec.rb | 73 +++++++-
spec/spec_helper.rb | 4 +-
spec/support/connection_reuse_shared.rb | 95 ----------
spec/support/dummy_server/servlet.rb | 7 +
spec/support/http_handling_shared.rb | 8 +-
41 files changed, 649 insertions(+), 512 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