fphilipe/i18n-debug

Version 1.1 not compatible with ruby 2.0 - Module#prepend is private method

Closed this issue · 1 comments

Hi,

Thanks for this gem, which has helped me quickly track down some translation issues with nested attributes :-)

I had to use use version 1.0 with Ruby 2.0 though, because Module#prepend is private in Ruby 2.0. Given Ruby 2.0 is nearing end of life, I doubt it's worth making the code more complicated to support it, but an update to the readme is probably worthwhile.

Mark

Thanks for this gem, which has helped me quickly track down some translation issues with nested attributes :-)

Good to hear 😊

I had to use use version 1.0 with Ruby 2.0 though, because Module#prepend is private in Ruby 2.0. Given Ruby 2.0 is nearing end of life, I doubt it's worth making the code more complicated to support it, but an update to the readme is probably worthwhile.

The README already mentioned this, but for < 2. I'll change it to <= 2.0. Thanks!