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 warning #2

Closed fbjork closed 13 years ago

fbjork commented 14 years ago

Getting this warning when I updated to Ruby 1.9.2:

/Users/fredrik/.rvm/gems/ruby-1.9.2-p0/gems/rack-client-0.3.0/lib/rack/client/parser/body_collection.rb:4: warning: undefining `object_id' may cause serious problems

mattetti commented 13 years ago

fixed in my repo: http://github.com/mattetti/rack-client/commit/4cb8e1a9edacc4d692f44706316ffc8b95df38a1

benburkert commented 13 years ago

appears to be fixed in HEAD, thanks!