Commit graph

8 commits

Author SHA1 Message Date
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