The HTTP Gem is an easy-to-use client library for making requests from Ruby. It
uses a simple method chaining system for building requests, similar to Python's
Requests
Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing native
extension based on the Node.js parser and a Java port thereof.
WWW: https://github.com/tarcieri/http
RG: https://rubygems.org/gems/http
Changes:
- Print number of upgrade candidates
- Fix request addition
- Suggest manual resolution for UNSAT problems
- Check repository and force update if it is not valid
- Fix issue with seen packages not added to the request
- Use plain .so for all shared libraries requires/provides
With hat: pkg@
PR: 191713
Submitted by: Bill Brinzer
================================================================
Net::RabbitFoot is an AMQP(Advanced Message Queuing Protocol) client library,
that is intended to allow you to interact with AMQP-compliant message
brokers/servers such as RabbitMQ in an asynchronous fashion.
PR: 190766
Submitted by: Muhammad Rahman
===============================================================
Giving an easy Moo style way to make command organized CLI apps
PR: 190731
Submitted by: Don Lewis (truckman@)
================================================================
This package extends the libnmsg runtime <net/nmsg> to support the
following message types:
SIE/dnsdedupe
SIE/newdomain
SIE/qr
SIE/reputation
SIE/delay
PR: 190601
Submitted by: Don Lewis (truckman@)
================================================================
The NMSG format is an efficient encoding of typed, structured data into
payloads which are packed into containers which can be transmitted over
the network or stored to disk. libnmsg is the reference implementation
of this format and provides an extensible interface for creating and
parsing messages in NMSG format. The NMSG format relies on Google
Protocol Buffers to encode the payload header. Individual NMSG payloads
are distinguished by assigned vendor ID and message type values and
libnmsg provides a modular interface for registering handlers for
specific message types. libnmsg makes it easy to build new message
types using the protobuf-c compiler.
VIT (Visual Interactive Taskwarrior) is a lightweight, curses-based front end
for Taskwarrior that provides a convenient way to quickly navigate and process
tasks. VIT allows you to interact with tasks in a Vi-intuitive way. A goal of
VIT is to allow you to customize the way in which you use Taskwarrior's core
commands as well as to provide a framework for easily dispatching external
commands (both user scripts and Taskwarrior's many External Scripts).
WWW: http://tasktools.org/projects/vit.html
The git port had USES=shebangfix defined but it was not told to fix
anything. This patch will fix the shebang on a couple dozen perl scripts.
PR: 192386
Submitted by: marino
Approved by: General Blanket (wxs@ in copy)