diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-08 00:26:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-08 00:26:42 +0800 |
commit | d1f9494d978fcad31de22993ea868fb8e1c23c9e (patch) | |
tree | f68f8821726e405cf2e489fa10e63e3c91130e9e /www/Makefile | |
parent | e7dac27df99db8ce1369ce5324408eef1e0f3c42 (diff) | |
download | freebsd-ports-gnome-d1f9494d978fcad31de22993ea868fb8e1c23c9e.tar.gz freebsd-ports-gnome-d1f9494d978fcad31de22993ea868fb8e1c23c9e.tar.zst freebsd-ports-gnome-d1f9494d978fcad31de22993ea868fb8e1c23c9e.zip |
- Add rubygem-http 0.6.1
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
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d9b5cee72751..47270f399217 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1801,6 +1801,7 @@ SUBDIR += rubygem-heroku-nav SUBDIR += rubygem-hpricot SUBDIR += rubygem-html2haml + SUBDIR += rubygem-http SUBDIR += rubygem-http-cookie SUBDIR += rubygem-httpi SUBDIR += rubygem-httparty |