Sun Jan 3 08:00:59 2016 UTC ()
Update ruby-http to 1.0.1.

## 1.0.1 (2015-12-27)

* [#283](https://github.com/httprb/http/pull/283):
  Use io/wait on supported platforms.
  ([@tarcieri])

## 1.0.0 (2015-12-25)

* [#265](https://github.com/httprb/http/pull/265/):
  Remove deprecations ([@tarcieri]):
  - HTTP::Chainable#with_follow (use #follow)
  - HTTP::Chainable#with, #with_headers (use #headers)
  - HTTP::Chainable#auth(:basic, ...) (use #basic_auth)
  - HTTP::Chainable#default_headers (use #default_options[:headers])
  - HTTP::Headers#append (use #add)
  - HTTP::Options#[] hash-like API deprecated in favor of explicit methods
  - HTTP::Request#request_header (use #headline)
  - HTTP::Response::STATUS_CODES (use HTTP::Status::REASONS)
  - HTTP::Response::SYMBOL_TO_STATUS_CODE (no replacement)
  - HTTP::Response#status_code (use #status or #code)
  - HTTP::Response::Status#symbolize (use #to_sym)

* [#269](https://github.com/httprb/http/pull/273/):
  Close connection in case of error during request.
  ([@ixti])

* [#271](https://github.com/httprb/http/pull/273/):
  High-level exception wrappers for low-level I/O errors.
  ([@ixti])

* [#273](https://github.com/httprb/http/pull/273/):
  Add encoding option.
  ([@connorhd])

* [#275](https://github.com/httprb/http/pull/273/):
  Support for disabling Nagle's algorithm with `HTTP.nodelay`.
  ([@nerdrew])

* [#276](https://github.com/httprb/http/pull/276)
  Use Encoding::BINARY as the default encoding for HTTP::Response::Body.
  ([@tarcieri])

* [#278](https://github.com/httprb/http/pull/278)
  Use an options hash for HTTP::Request initializer API.
  ([@ixti])

* [#279](https://github.com/httprb/http/pull/279)
  Send headers and body in one write if possible.
  This avoids a pathological case in Nagle's algorithm.
  ([@tarcieri])

* [#281](https://github.com/httprb/http/pull/281)
  Remove legacy 'Http' constant alias to 'HTTP'.
  ([@tarcieri])


(taca)
diff -r1.7 -r1.8 pkgsrc/www/ruby-http/Makefile
diff -r1.7 -r1.8 pkgsrc/www/ruby-http/PLIST
diff -r1.8 -r1.9 pkgsrc/www/ruby-http/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/www/ruby-http/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-http/Makefile 2015/10/04 13:49:30 1.7
+++ pkgsrc/www/ruby-http/Makefile 2016/01/03 08:00:59 1.8
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2015/10/04 13:49:30 taca Exp $ 1# $NetBSD: Makefile,v 1.8 2016/01/03 08:00:59 taca Exp $
2# 2#
3 3
4DISTNAME= http-0.9.8 4DISTNAME= http-1.0.1
5CATEGORIES= www 5CATEGORIES= www
6 6
7MAINTAINER= tsutsui@NetBSD.org 7MAINTAINER= tsutsui@NetBSD.org
8HOMEPAGE= https://github.com/tarcieri/http 8HOMEPAGE= https://github.com/tarcieri/http
9COMMENT= Simple Ruby DSL for making HTTP requests 9COMMENT= Simple Ruby DSL for making HTTP requests
10LICENSE= mit 10LICENSE= mit
11 11
12DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0<0.7:../../www/ruby-http_parser.rb 12DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0<0.7:../../www/ruby-http_parser.rb
13DEPENDS+= ${RUBY_PKGPREFIX}-http-form_data>=1.0.1<1.1:../../www/ruby-http-form_data 13DEPENDS+= ${RUBY_PKGPREFIX}-http-form_data>=1.0.1<1.1:../../www/ruby-http-form_data
14DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable 14DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
15DEPENDS+= ${RUBY_PKGPREFIX}-http-cookie>=1.0<2:../../www/ruby-http-cookie 15DEPENDS+= ${RUBY_PKGPREFIX}-http-cookie>=1.0<2:../../www/ruby-http-cookie
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none

cvs diff -r1.7 -r1.8 pkgsrc/www/ruby-http/PLIST (expand / switch to unified diff)

--- pkgsrc/www/ruby-http/PLIST 2015/10/04 13:49:30 1.7
+++ pkgsrc/www/ruby-http/PLIST 2016/01/03 08:00:59 1.8
@@ -1,29 +1,28 @@ @@ -1,29 +1,28 @@
1@comment $NetBSD: PLIST,v 1.7 2015/10/04 13:49:30 taca Exp $ 1@comment $NetBSD: PLIST,v 1.8 2016/01/03 08:00:59 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/.coveralls.yml 3${GEM_LIBDIR}/.coveralls.yml
4${GEM_LIBDIR}/.gitignore 4${GEM_LIBDIR}/.gitignore
5${GEM_LIBDIR}/.rspec 5${GEM_LIBDIR}/.rspec
6${GEM_LIBDIR}/.rubocop.yml 6${GEM_LIBDIR}/.rubocop.yml
7${GEM_LIBDIR}/.travis.yml 7${GEM_LIBDIR}/.travis.yml
8${GEM_LIBDIR}/.yardopts 8${GEM_LIBDIR}/.yardopts
9${GEM_LIBDIR}/CHANGES.md 9${GEM_LIBDIR}/CHANGES.md
10${GEM_LIBDIR}/CONTRIBUTING.md 10${GEM_LIBDIR}/CONTRIBUTING.md
11${GEM_LIBDIR}/Gemfile 11${GEM_LIBDIR}/Gemfile
12${GEM_LIBDIR}/Guardfile 12${GEM_LIBDIR}/Guardfile
13${GEM_LIBDIR}/LICENSE.txt 13${GEM_LIBDIR}/LICENSE.txt
14${GEM_LIBDIR}/README.md 14${GEM_LIBDIR}/README.md
15${GEM_LIBDIR}/Rakefile 15${GEM_LIBDIR}/Rakefile
16${GEM_LIBDIR}/examples/parallel_requests_with_celluloid.rb 
17${GEM_LIBDIR}/http.gemspec 16${GEM_LIBDIR}/http.gemspec
18${GEM_LIBDIR}/lib/http.rb 17${GEM_LIBDIR}/lib/http.rb
19${GEM_LIBDIR}/lib/http/chainable.rb 18${GEM_LIBDIR}/lib/http/chainable.rb
20${GEM_LIBDIR}/lib/http/client.rb 19${GEM_LIBDIR}/lib/http/client.rb
21${GEM_LIBDIR}/lib/http/connection.rb 20${GEM_LIBDIR}/lib/http/connection.rb
22${GEM_LIBDIR}/lib/http/content_type.rb 21${GEM_LIBDIR}/lib/http/content_type.rb
23${GEM_LIBDIR}/lib/http/errors.rb 22${GEM_LIBDIR}/lib/http/errors.rb
24${GEM_LIBDIR}/lib/http/headers.rb 23${GEM_LIBDIR}/lib/http/headers.rb
25${GEM_LIBDIR}/lib/http/headers/known.rb 24${GEM_LIBDIR}/lib/http/headers/known.rb
26${GEM_LIBDIR}/lib/http/headers/mixin.rb 25${GEM_LIBDIR}/lib/http/headers/mixin.rb
27${GEM_LIBDIR}/lib/http/mime_type.rb 26${GEM_LIBDIR}/lib/http/mime_type.rb
28${GEM_LIBDIR}/lib/http/mime_type/adapter.rb 27${GEM_LIBDIR}/lib/http/mime_type/adapter.rb
29${GEM_LIBDIR}/lib/http/mime_type/json.rb 28${GEM_LIBDIR}/lib/http/mime_type/json.rb

cvs diff -r1.8 -r1.9 pkgsrc/www/ruby-http/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-http/distinfo 2015/11/04 02:47:34 1.8
+++ pkgsrc/www/ruby-http/distinfo 2016/01/03 08:00:59 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2015/11/04 02:47:34 agc Exp $ 1$NetBSD: distinfo,v 1.9 2016/01/03 08:00:59 taca Exp $
2 2
3SHA1 (http-0.9.8.gem) = a0de8b20e9801926dc25f40dffe5108be322c3e8 3SHA1 (http-1.0.1.gem) = 85a7312387ca6ad7d2807e59f19a06e2c488ac1b
4RMD160 (http-0.9.8.gem) = 5b6b7ebe1a168c2402112c2ed6d62b1996dded41 4RMD160 (http-1.0.1.gem) = 8defaab885272ab67a4439d80693a3f6624348c8
5SHA512 (http-0.9.8.gem) = bb89147a3c28ebd75d2453e51c0c422557907e055b9a20a560b803bc64edfcdfe96e997ff225a26c9ca278211b0f70faaccf2d18ce2cdc9fd95bc4048093ef68 5SHA512 (http-1.0.1.gem) = 7012b714379c5328a25717533c325cfafc0137c37d248c98f1bd5676e3d1d12cafc254c1ac4d445f30ea6ffe23884a74104d4417e699cf190ad1535712280dbb
6Size (http-0.9.8.gem) = 66560 bytes 6Size (http-1.0.1.gem) = 62464 bytes