summaryrefslogtreecommitdiff
path: root/www/ruby-http
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2017-02-05 01:13:32 +0000
committertsutsui <tsutsui@pkgsrc.org>2017-02-05 01:13:32 +0000
commit624c749538dce6bd129cfb76b07eaade8b2b185e (patch)
tree42bffa653dccc6eb8fae4165c807deb00890c756 /www/ruby-http
parent0412ee7f10ea688a8d837792ff388a349136eda0 (diff)
downloadpkgsrc-624c749538dce6bd129cfb76b07eaade8b2b185e.tar.gz
Update ruby-http to 2.2.0.
Upstream changes (from CHANGES.md): ## 2.2.0 (2017-02-03) * [#375](https://github.com/httprb/http/pull/375) Add support for automatic Gzip/Inflate ([@Bonias]) * [#390](https://github.com/httprb/http/pull/390) Add REPORT to the list of valid HTTP verbs ([@ixti]) ## 2.1.0 (2016-11-08) * [#370](https://github.com/httprb/http/issues/370) Add Headers#include? ([@ixti]) * [#364](https://github.com/httprb/http/issues/364) Add HTTP::Response#connection ([@janko-m]) * [#362](https://github.com/httprb/http/issues/362) connect_ssl uses connect_timeout (Closes #359) ([@TiagoCardoso1983])
Diffstat (limited to 'www/ruby-http')
-rw-r--r--www/ruby-http/Makefile4
-rw-r--r--www/ruby-http/PLIST10
-rw-r--r--www/ruby-http/distinfo10
3 files changed, 16 insertions, 8 deletions
diff --git a/www/ruby-http/Makefile b/www/ruby-http/Makefile
index 547b5e026dc..d056215d79a 100644
--- a/www/ruby-http/Makefile
+++ b/www/ruby-http/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2016/10/18 15:27:13 taca Exp $
+# $NetBSD: Makefile,v 1.11 2017/02/05 01:13:32 tsutsui Exp $
#
-DISTNAME= http-2.0.3
+DISTNAME= http-2.2.0
CATEGORIES= www
MAINTAINER= tsutsui@NetBSD.org
diff --git a/www/ruby-http/PLIST b/www/ruby-http/PLIST
index aeb0a7d3133..b3eb4f41845 100644
--- a/www/ruby-http/PLIST
+++ b/www/ruby-http/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.10 2016/10/18 15:27:13 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/02/05 01:13:32 tsutsui Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.coveralls.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.rubocop.yml
+${GEM_LIBDIR}/.ruby-version
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/CHANGES.md
@@ -20,6 +21,9 @@ ${GEM_LIBDIR}/lib/http/client.rb
${GEM_LIBDIR}/lib/http/connection.rb
${GEM_LIBDIR}/lib/http/content_type.rb
${GEM_LIBDIR}/lib/http/errors.rb
+${GEM_LIBDIR}/lib/http/feature.rb
+${GEM_LIBDIR}/lib/http/features/auto_deflate.rb
+${GEM_LIBDIR}/lib/http/features/auto_inflate.rb
${GEM_LIBDIR}/lib/http/headers.rb
${GEM_LIBDIR}/lib/http/headers/known.rb
${GEM_LIBDIR}/lib/http/headers/mixin.rb
@@ -32,6 +36,7 @@ ${GEM_LIBDIR}/lib/http/request.rb
${GEM_LIBDIR}/lib/http/request/writer.rb
${GEM_LIBDIR}/lib/http/response.rb
${GEM_LIBDIR}/lib/http/response/body.rb
+${GEM_LIBDIR}/lib/http/response/inflater.rb
${GEM_LIBDIR}/lib/http/response/parser.rb
${GEM_LIBDIR}/lib/http/response/status.rb
${GEM_LIBDIR}/lib/http/response/status/reasons.rb
@@ -43,9 +48,12 @@ ${GEM_LIBDIR}/lib/http/version.rb
${GEM_LIBDIR}/logo.png
${GEM_LIBDIR}/spec/lib/http/client_spec.rb
${GEM_LIBDIR}/spec/lib/http/content_type_spec.rb
+${GEM_LIBDIR}/spec/lib/http/features/auto_deflate_spec.rb
+${GEM_LIBDIR}/spec/lib/http/features/auto_inflate_spec.rb
${GEM_LIBDIR}/spec/lib/http/headers/mixin_spec.rb
${GEM_LIBDIR}/spec/lib/http/headers_spec.rb
${GEM_LIBDIR}/spec/lib/http/options/body_spec.rb
+${GEM_LIBDIR}/spec/lib/http/options/features_spec.rb
${GEM_LIBDIR}/spec/lib/http/options/form_spec.rb
${GEM_LIBDIR}/spec/lib/http/options/headers_spec.rb
${GEM_LIBDIR}/spec/lib/http/options/json_spec.rb
diff --git a/www/ruby-http/distinfo b/www/ruby-http/distinfo
index 6277bbac84b..fdd6755399f 100644
--- a/www/ruby-http/distinfo
+++ b/www/ruby-http/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/10/18 15:27:13 taca Exp $
+$NetBSD: distinfo,v 1.12 2017/02/05 01:13:32 tsutsui Exp $
-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
+SHA1 (http-2.2.0.gem) = b3937af24d5f7f16024ab23f913c39876dee1fa4
+RMD160 (http-2.2.0.gem) = d8c2f4f44e78ea0f5353faa1da534db13440c381
+SHA512 (http-2.2.0.gem) = 82e3c11f8b5df23e42fea9528aab65d09e130ff12b919a0fda5539054883a29f7f512b0d120beec46e2879840c2525fdd2c8ce97311ba8417dc36947cae062f7
+Size (http-2.2.0.gem) = 66560 bytes