1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

www/rubygem-em-http-request: Update to 1.1.7

Changes:	https://github.com/igrigorik/em-http-request/commits/master
This commit is contained in:
Po-Chuan Hsieh 2021-07-16 07:57:21 +08:00
parent de625cd25b
commit fc3cfb15ac
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 18 additions and 17 deletions

View File

@ -1,7 +1,7 @@
# Created by: Scott Sanders <scott@jssjr.com>
PORTNAME= em-http-request
PORTVERSION= 1.1.5
PORTVERSION= 1.1.7
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -16,8 +16,9 @@ RUN_DEPENDS= rubygem-addressable>=2.3.4:www/rubygem-addressable \
rubygem-eventmachine>=1.0.3:devel/rubygem-eventmachine \
rubygem-http_parser.rb>=0.6.0:net/rubygem-http_parser.rb
NO_ARCH= yes
USE_RUBY= yes
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1483055772
SHA256 (rubygem/em-http-request-1.1.5.gem) = 5dab793a95a3b780ae06ad9b087697a0f118531c1b80f134b1216d07e2aa3d8f
SIZE (rubygem/em-http-request-1.1.5.gem) = 219648
TIMESTAMP = 1626383238
SHA256 (rubygem/em-http-request-1.1.7.gem) = 16fbc72b2a6e20c804c564ac5d12e98668c6fcef8c3b1dd2387dff505f2efdab
SIZE (rubygem/em-http-request-1.1.7.gem) = 221696

View File

@ -1,14 +1,14 @@
Async (EventMachine) HTTP client, with support for:
o Asynchronous HTTP API for single & parallel request execution
o Keep-Alive and HTTP pipelining support
o Auto-follow 3xx redirects with max depth
o Automatic gzip & deflate decoding
o Streaming response processing
o Streaming file uploads
o HTTP proxy and SOCKS5 support
o Basic Auth & OAuth
o Connection-level & Global middleware support
o HTTP parser via http_parser.rb
o Works wherever EventMachine runs: Rubinius, JRuby, MRI
- Asynchronous HTTP API for single & parallel request execution
- Keep-Alive and HTTP pipelining support
- Auto-follow 3xx redirects with max depth
- Automatic gzip & deflate decoding
- Streaming response processing
- Streaming file uploads
- HTTP proxy and SOCKS5 support
- Basic Auth & OAuth
- Connection-level & Global middleware support
- HTTP parser via http_parser.rb
- Works wherever EventMachine runs: Rubinius, JRuby, MRI
WWW: https://github.com/igrigorik/em-http-request