2015-06-07 18:09:07 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Allow this package build on Ruby 2.2.
|
2015-03-15 19:31:53 by Hiramatsu Yoshifumi | Files touched by this commit (9) |
Log message:
Set MAINTAINER to pkgsrc-users.
|
2015-01-31 13:49:45 by OBATA Akio | Files touched by this commit (3) |
Log message:
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)
|
2014-03-26 15:27:23 by Takahiro Kambe | Files touched by this commit (14) |
Log message:
Allow build with ruby21.
|
2014-01-17 09:36:59 by OBATA Akio | Files touched by this commit (3) |
Log message:
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-14 09:41:44 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update faraday gem to 0.8.9.
compatibility fixes for Ruby 2.1.0 and 1.8.7.
|
2013-08-01 14:53:26 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ruby-faraday to 0.8.8.
bug fixes and some improvements.
|
2013-04-07 13:18:58 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update ruby-faraday to 0.8.7.
* fix escape Unicode characters in Ruby 1.8.7
|
2013-02-27 02:30:32 by OBATA Akio | Files touched by this commit (1) |
Log message:
fix HOMEPAGE url.
|
2013-02-26 11:46:36 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ruby-faraday to 0.8.6.
no summarized changes.
|