I recently added a dependency on http-cookie to rest-client in order to better implement RFC compliant handling of cookies.
One issue that a large number of users seem to be running into is the dependency on unf_ext, which requires installing C compilers and libraries that otherwise would be unnecessary. Would there be any way to get a pure ruby solution here?
See rest-client/rest-client#371, for some example discussion.