rlishtaba / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Use of deprecated gettext API #517

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Run ./configure

What is the expected output? What do you see instead?

This will generate a warning similar to:
"'gettext/utils.rb' is deprecated. Use gettext/tools.rb."

To avoid this warning:

 require 'gettext/utils'

should be replaced with

 require 'gettext/tools'

I did see the old bug report closed as WontFix, but patching to use 
'gettext/tools' works for me.

Regards,
Scott.

Original issue reported on code.google.com by sc...@sl.id.au on 12 Mar 2012 at 10:18

GoogleCodeExporter commented 8 years ago
Whoah, what happened, so many bug reports, ha ha. Thanks for your effort :)

At least this one is recently fixed in current git.

Original comment by boukewou...@gmail.com on 12 Mar 2012 at 5:25