4b611b3d14
== 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.
60 lines
2.1 KiB
Text
60 lines
2.1 KiB
Text
@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
|
|
${GEM_LIBDIR}/lib/http-access2.rb
|
|
${GEM_LIBDIR}/lib/http-access2/cookie.rb
|
|
${GEM_LIBDIR}/lib/http-access2/http.rb
|
|
${GEM_LIBDIR}/lib/httpclient.rb
|
|
${GEM_LIBDIR}/lib/httpclient/auth.rb
|
|
${GEM_LIBDIR}/lib/httpclient/cacert.p7s
|
|
${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
|
|
${GEM_LIBDIR}/lib/httpclient/util.rb
|
|
${GEM_LIBDIR}/lib/httpclient/version.rb
|
|
${GEM_LIBDIR}/lib/oauthclient.rb
|
|
${GEM_LIBDIR}/sample/async.rb
|
|
${GEM_LIBDIR}/sample/auth.rb
|
|
${GEM_LIBDIR}/sample/cookie.rb
|
|
${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
|
|
${GEM_LIBDIR}/sample/ssl/1000cert.pem
|
|
${GEM_LIBDIR}/sample/ssl/1000key.pem
|
|
${GEM_LIBDIR}/sample/ssl/htdocs/index.html
|
|
${GEM_LIBDIR}/sample/ssl/ssl_client.rb
|
|
${GEM_LIBDIR}/sample/ssl/webrick_httpsd.rb
|
|
${GEM_LIBDIR}/sample/stream.rb
|
|
${GEM_LIBDIR}/sample/thread.rb
|
|
${GEM_LIBDIR}/sample/wcat.rb
|
|
${GEM_LIBDIR}/test/ca-chain.cert
|
|
${GEM_LIBDIR}/test/ca.cert
|
|
${GEM_LIBDIR}/test/client.cert
|
|
${GEM_LIBDIR}/test/client.key
|
|
${GEM_LIBDIR}/test/helper.rb
|
|
${GEM_LIBDIR}/test/htdigest
|
|
${GEM_LIBDIR}/test/htpasswd
|
|
${GEM_LIBDIR}/test/runner.rb
|
|
${GEM_LIBDIR}/test/server.cert
|
|
${GEM_LIBDIR}/test/server.key
|
|
${GEM_LIBDIR}/test/sslsvr.rb
|
|
${GEM_LIBDIR}/test/subca.cert
|
|
${GEM_LIBDIR}/test/test_auth.rb
|
|
${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
|