Skip to content

Commit

Permalink
Update ruby-em-http-request to 1.1.3.
Browse files Browse the repository at this point in the history
Quote from commit logs:

* Reset and close connection on duplicate response.
* Rescue from StandardError instead of Exception.
* Handle redirects on keep-alive connections.
* Fix the issue when redirect url is triggered only after inactivity timeout.
* ignore query option when redirecting.
* Use Base64.strict_encode64 to not add line feeds.
* Cleanup header annotations for rubydocs, closes #281.
* Use inferred_port, port can be nil causing connection failures.
* Don't modify header for CONNECT style proxies.
* fixing specs, cleaning up deprecation warning.
* Don't memoize status; http_status may change.
  • Loading branch information
taca committed Jan 3, 2016
1 parent 00d2bb8 commit 1f071f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions www/ruby-em-http-request/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.2 2014/03/14 19:00:25 taca Exp $
# $NetBSD: Makefile,v 1.3 2016/01/03 07:56:35 taca Exp $

DISTNAME= em-http-request-1.1.2
DISTNAME= em-http-request-1.1.3
CATEGORIES= net

MAINTAINER= [email protected]
HOMEPAGE= http://github.com/igrigorik/em-http-request
HOMEPAGE= https://github.com/igrigorik/em-http-request
COMMENT= EventMachine based, async HTTP Request client
LICENSE= mit

Expand Down
3 changes: 2 additions & 1 deletion www/ruby-em-http-request/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2014/03/14 19:00:25 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2016/01/03 07:56:35 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.gitignore
Expand Down Expand Up @@ -56,6 +56,7 @@ ${GEM_LIBDIR}/spec/multi_spec.rb
${GEM_LIBDIR}/spec/pipelining_spec.rb
${GEM_LIBDIR}/spec/redirect_spec.rb
${GEM_LIBDIR}/spec/socksify_proxy_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/ssl_spec.rb
${GEM_LIBDIR}/spec/stallion.rb
${GEM_LIBDIR}/spec/stub_server.rb
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-em-http-request/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2015/11/04 02:47:33 agc Exp $
$NetBSD: distinfo,v 1.4 2016/01/03 07:56:35 taca Exp $

SHA1 (em-http-request-1.1.2.gem) = 826562ec11f703fb9ba959446a6881f3e9186d57
RMD160 (em-http-request-1.1.2.gem) = aaa264288fc0e4132348769a5a4bbe614fbdc900
SHA512 (em-http-request-1.1.2.gem) = 85bd3b11256efce1f38e1517a1d4fa84df968968e4916abacef65bac532971086dce4c4d211dd81f15326b7c4f826e97a1dcb20d18b1603110f4f75bda6f4d5b
Size (em-http-request-1.1.2.gem) = 218112 bytes
SHA1 (em-http-request-1.1.3.gem) = 304548b098a6dcc4876643adc0fd918c4fbbb173
RMD160 (em-http-request-1.1.3.gem) = 400b85be85d27b29db78584bdc390c7aad61bad1
SHA512 (em-http-request-1.1.3.gem) = fe4352160bec3877be58a98a8ef8bb7caca5d018531c54d38f748585f3c438949552a086250bbd3b5d35af5ed4aee3e02f143f37688e41c16430a930b0d13c7c
Size (em-http-request-1.1.3.gem) = 219136 bytes

0 comments on commit 1f071f1

Please sign in to comment.