halorgium / rack-client

A client wrapper around a rack app or live-http
http://halorgium.github.com/rack-client
MIT License
99 stars 28 forks source link

Ruby 1.9.2 compatibility #3

Closed mattetti closed 13 years ago

mattetti commented 14 years ago

Here is a patch that should make rack-client 1.9.2 compatible and not throw errors as before. Linecache seems to still not be Ruby 1.9.x compatible but I fixed the small few issues rack-client itself had with 1.9.

halorgium commented 14 years ago

Could you split this into 2 commits? One for the bundler hax and one for this fix?

mattetti commented 14 years ago

Done: Bundler http://github.com/mattetti/rack-client/commit/056bcefc505d045aff813b1ed9dde42ce6fd11d4 Ruby 1.9.2 http://github.com/mattetti/rack-client/commit/1258dcb5be68d3f482588423417909ccdfad24c4

benburkert commented 13 years ago

merged, thanks!