Skip to content

Commit

Permalink
Update ruby-http to 2.0.3.
Browse files Browse the repository at this point in the history
## 2.0.3 (2016-08-03)

* [#365](httprb/http#365)
  Add `HTTP::Response#content_length`
  ([@janko-m])

* [#335](httprb/http#335),
  [#360](httprb/http#360)
  Set `Content-Length: 0` header for `nil` bodies.
  ([@britishtea])


## 2.0.2 (2016-06-24)

* [#353](httprb/http#353)
  Avoid a dependency cycle between Client and Connection classes.
  ([@jhbabon])


## 2.0.1 (2016-05-12)

* [#341](httprb/http#341)
  Refactor some string manipulations so they are more performant
  (up to 3-4x faster) and more concise.
  ([@tonyta])

* [#339](httprb/http#341)
  Always use byte methods when writing/slicing the write buffer.
  ([@zanker])


## 2.0.0 (2016-04-23)

* [#333](httprb/http#333)
  Fix HTTPS request headline when sent via proxy.
  ([@Connorhd])

* [#331](httprb/http#331)
  Add `#informational?`, `#success?`, `#redirect?`, `#client_error?` and
  `#server_error?` helpers to `Response::Status`.
  ([@mwitek])

* [#330](httprb/http#330)
  Support custom CONNECT headers (request/response) during HTTPS proxy requests.
  ([@smudge])

* [#319](httprb/http#319)
  Drop Ruby 1.9.x support.
  ([@ixti])


## 1.0.4 (2016-03-19)

* [#320](httprb/http#320)
  Fix timeout regression.
  ([@tarcieri])


## 1.0.3 (2016-03-16)

* [#314](httprb/http#314)
  Validate charset before forcing encoding.
  ([@kylekyle])

* [#318](httprb/http#318)
  Remove redundant string allocations upon header names normalization.
  ([@ixti])
  • Loading branch information
taca committed Oct 18, 2016
1 parent 825ff82 commit 734018a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions www/ruby-http/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.9 2016/02/13 15:32:08 tsutsui Exp $
# $NetBSD: Makefile,v 1.10 2016/10/18 15:27:13 taca Exp $
#

DISTNAME= http-1.0.2
DISTNAME= http-2.0.3
CATEGORIES= www

MAINTAINER= tsutsui@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion www/ruby-http/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.9 2016/02/13 15:32:08 tsutsui Exp $
@comment $NetBSD: PLIST,v 1.10 2016/10/18 15:27:13 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.coveralls.yml
${GEM_LIBDIR}/.gitignore
Expand Down Expand Up @@ -59,6 +59,7 @@ ${GEM_LIBDIR}/spec/lib/http/request_spec.rb
${GEM_LIBDIR}/spec/lib/http/response/body_spec.rb
${GEM_LIBDIR}/spec/lib/http/response/status_spec.rb
${GEM_LIBDIR}/spec/lib/http/response_spec.rb
${GEM_LIBDIR}/spec/lib/http/uri_spec.rb
${GEM_LIBDIR}/spec/lib/http_spec.rb
${GEM_LIBDIR}/spec/regression_specs.rb
${GEM_LIBDIR}/spec/spec_helper.rb
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-http/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2016/02/13 15:32:08 tsutsui Exp $
$NetBSD: distinfo,v 1.11 2016/10/18 15:27:13 taca Exp $

SHA1 (http-1.0.2.gem) = 97d8e69635019395ec5640172f89172dae396f6a
RMD160 (http-1.0.2.gem) = e5dbabe93a13b99b1b81270f1ffcd511c2305a39
SHA512 (http-1.0.2.gem) = fbfa76f588d46b10dfa0d3b319d0ca1a5a92749575cf27791febaf5d55f2e4458cf34f48d8b9792d4e220c89c702b75b039ca5b66d3c43d31bab982082312113
Size (http-1.0.2.gem) = 62464 bytes
SHA1 (http-2.0.3.gem) = 6e1a8ed820dd345ee52a8793415bf90f4b967cde
RMD160 (http-2.0.3.gem) = a6ee65539966ab36bbec172d6c04f207efbc162e
SHA512 (http-2.0.3.gem) = 957f40b627f2da98632636053ddd37d7ca6fb29b94b78157eade3fd13696611808f74c8e12b6a458a47f9494d192656610968b5273754fb006876690a6d0211f
Size (http-2.0.3.gem) = 62976 bytes

0 comments on commit 734018a

Please sign in to comment.