Commit graph

13 commits

Author SHA1 Message Date
joerg
6baf6b322c Revert, taca adjusted the problematic package. 2015-06-08 23:23:38 +00:00
joerg
fbe475b08b Dependency doesn't support Ruby 2.2, so restrict here as well. 2015-06-08 23:15:46 +00:00
taca
01ab22e11b Allow this package build on Ruby 2.2. 2015-06-07 16:07:42 +00:00
hiramatsu
333d96379d Set MAINTAINER to pkgsrc-users. 2015-03-15 18:31:52 +00:00
obache
f2e0ce7873 Update ruby-faraday to 0.9.1.
# Faraday Changelog

## v0.9.1

* Refactor Net:HTTP adapter so that with_net_http_connection can be overridden to allow pooled connections. (@Ben-M)
* Add configurable methods that bypass `retry_if` in the Retry request middleware.  (@mike-bourgeous)
2015-01-31 12:49:45 +00:00
taca
238996d5e9 Allow build with ruby21. 2014-03-26 14:27:22 +00:00
obache
ebfed7363f Update Faraday to 0.9.0.
## v0.9.0

* Add HTTPClient adapter (@hakanensari)
* Improve Retry handler (@mislav)
* Remove autoloading by default (@technoweenie)
* Improve internal docs (@technoweenie, @mislav)
* Respect user/password in http proxy string (@mislav)
* Adapter options are structs.  Reinforces consistent options across adapters
  (@technoweenie)
* Stop stripping trailing / off base URLs in a Faraday::Connection. (@technoweenie)
* Add a configurable URI parser. (@technoweenie)
* Remove need to manually autoload when using the authorization header helpers on `Faraday::Connection`. (@technoweenie)
* `Faraday::Adapter::Test` respects the `Faraday::RequestOptions#params_encoder` option. (@technoweenie)
2014-01-17 08:36:59 +00:00
obache
5e1a06b341 Update faraday gem to 0.8.9.
compatibility fixes for Ruby 2.1.0 and 1.8.7.
2014-01-14 08:41:44 +00:00
obache
5eeb8ed67e Update ruby-faraday to 0.8.8.
bug fixes and some improvements.
2013-08-01 12:53:26 +00:00
obache
0c73f8d4dc Update ruby-faraday to 0.8.7.
* fix escape Unicode characters in Ruby 1.8.7
2013-04-07 11:18:57 +00:00
obache
923e962b98 fix HOMEPAGE url. 2013-02-27 01:30:32 +00:00
obache
917fa46f1f Update ruby-faraday to 0.8.6.
no summarized changes.
2013-02-26 10:46:35 +00:00
obache
a5a64000c1 Import ruby-faraday-0.8.4 as www/ruby-faraday.
Faraday is an HTTP client lib that provides a common interface over many
adapters (such as Net::HTTP) and embraces the concept of Rack middleware when
processing the request/response cycle.
2013-01-26 08:50:53 +00:00