infosimples / deathbycaptcha

Ruby API for DeathByCaptcha (Captcha Solver as a Service)
MIT License
143 stars 35 forks source link

ruby 1.9.3 warning #3

Closed mikhailvs closed 11 years ago

mikhailvs commented 12 years ago

I've noticed this with other libraries as well, but when you load deathbycaptcha, it shows this error:

/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.

paulingham commented 11 years ago

I'll pick this one up tomorrow.. should be an easy fix if it's not already been done.

paulingham commented 11 years ago

I can't reproduce this on ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux] - is it still an issue? Might be able to close this one...

rafaelivan commented 11 years ago

I couldn't reproduce this on ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.0] either, so the issue will be closed.

If this is still an issue for anyone, we can reopen the ticket.