summaryrefslogtreecommitdiff
path: root/www/ruby-httpclient
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-08-19 07:54:11 +0000
committerobache <obache@pkgsrc.org>2012-08-19 07:54:11 +0000
commiteab89a54e9fa96b0b65f3ce3e37e6ad9537494a0 (patch)
tree252db2eb9bfd6dd8fef1274a5e1141c0dc1faba3 /www/ruby-httpclient
parent652d8791819b5f6ad9fe49e15bff2c09552d442d (diff)
downloadpkgsrc-eab89a54e9fa96b0b65f3ce3e37e6ad9537494a0.tar.gz
Update ruby-httpclient to 2.2.7.
== Changes = Changes in 2.2.7 = August 14, 2012 - version 2.2.7 * Bug fixes * Fix arity incompatibility introduced in 2.2.6. It broke Webmock. Thanks Andrew France for the report! = Changes in 2.2.6 = August 14, 2012 - version 2.2.6 * Bug fixes * Make get_content doesn't raise a BadResponseError for perfectly good responses like 304 Not Modified. Thanks to Florian Hars. * Add 'Content-Type: application/x-www-form-urlencoded' for the PUT request that has urlencoded entity-body. * Features * Add HTTPClient::IncludeClient by Jonathan Rochkind, a mix-in for easily adding a thread-safe lazily initialized class-level HTTPClient object to your class. * Proxy DigestAuth support. Thanks to Alexander Kotov and Florian Hars. * Accept an array of strings (and IO-likes) as a query value e.g. `{ x: 'a', y: [1,2,3] }` is encoded into `"x=a&y=1&y=2&y=3"`. Thanks to Akinori MUSHA. * Allow body for DELETE method. * Allow :follow_redirect => true for HEAD request. * Fill request parameters request_method, request_uri and request_query as part of response Message::Header.
Diffstat (limited to 'www/ruby-httpclient')
-rw-r--r--www/ruby-httpclient/Makefile4
-rw-r--r--www/ruby-httpclient/PLIST5
-rw-r--r--www/ruby-httpclient/distinfo8
3 files changed, 10 insertions, 7 deletions
diff --git a/www/ruby-httpclient/Makefile b/www/ruby-httpclient/Makefile
index 4d6f92d1ada..452703df9e2 100644
--- a/www/ruby-httpclient/Makefile
+++ b/www/ruby-httpclient/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2012/05/07 00:20:47 obache Exp $
+# $NetBSD: Makefile,v 1.10 2012/08/19 07:54:11 obache Exp $
#
-DISTNAME= httpclient-2.2.5
+DISTNAME= httpclient-2.2.7
CATEGORIES= www
MAINTAINER= obache@NetBSD.org
diff --git a/www/ruby-httpclient/PLIST b/www/ruby-httpclient/PLIST
index fa4fd9a6fe6..5d2c14bb064 100644
--- a/www/ruby-httpclient/PLIST
+++ b/www/ruby-httpclient/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2012/05/07 00:20:47 obache Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/08/19 07:54:11 obache Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/lib/hexdump.rb
@@ -12,6 +12,7 @@ ${GEM_LIBDIR}/lib/httpclient/cacert_sha1.p7s
${GEM_LIBDIR}/lib/httpclient/connection.rb
${GEM_LIBDIR}/lib/httpclient/cookie.rb
${GEM_LIBDIR}/lib/httpclient/http.rb
+${GEM_LIBDIR}/lib/httpclient/include_client.rb
${GEM_LIBDIR}/lib/httpclient/session.rb
${GEM_LIBDIR}/lib/httpclient/ssl_config.rb
${GEM_LIBDIR}/lib/httpclient/timeout.rb
@@ -25,6 +26,7 @@ ${GEM_LIBDIR}/sample/dav.rb
${GEM_LIBDIR}/sample/howto.rb
${GEM_LIBDIR}/sample/oauth_buzz.rb
${GEM_LIBDIR}/sample/oauth_friendfeed.rb
+${GEM_LIBDIR}/sample/oauth_salesforce_10.rb
${GEM_LIBDIR}/sample/oauth_twitter.rb
${GEM_LIBDIR}/sample/ssl/0cert.pem
${GEM_LIBDIR}/sample/ssl/0key.pem
@@ -53,5 +55,6 @@ ${GEM_LIBDIR}/test/test_cookie.rb
${GEM_LIBDIR}/test/test_hexdump.rb
${GEM_LIBDIR}/test/test_http-access2.rb
${GEM_LIBDIR}/test/test_httpclient.rb
+${GEM_LIBDIR}/test/test_include_client.rb
${GEM_LIBDIR}/test/test_ssl.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/www/ruby-httpclient/distinfo b/www/ruby-httpclient/distinfo
index 1b2e8c66730..bf2468c53d9 100644
--- a/www/ruby-httpclient/distinfo
+++ b/www/ruby-httpclient/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2012/05/07 00:20:47 obache Exp $
+$NetBSD: distinfo,v 1.10 2012/08/19 07:54:11 obache Exp $
-SHA1 (httpclient-2.2.5.gem) = 58e2c535fdd70ad9ecab1820f98eec1224bd1974
-RMD160 (httpclient-2.2.5.gem) = afe1e39993fa141150639c499611272c3b51f305
-Size (httpclient-2.2.5.gem) = 210944 bytes
+SHA1 (httpclient-2.2.7.gem) = 9ec9c013b0ae241aff6050a6744e85b79618a123
+RMD160 (httpclient-2.2.7.gem) = e9a5191babc33a0dc376a54c55bf0c6e59067a58
+Size (httpclient-2.2.7.gem) = 215552 bytes