Closed wconrad closed 9 years ago
Where can I find this version? Currently I work on MacOS X and the problem I'm facing for this change is that I cannot keep both RMagick.rb
and rmagick.rb
as files for requiring.
That was fast, and surprised me: I thought this was a "mostly dead" project. So thanks!
Where can I find this version?
I don't understand what you mean. I didn't make a pull request, if that's what you were asking.
This is mostly dead because I don't have time to implement things properly (and I'm really sad about this, believe me). But quick fixes are worth it. But the way, if you know of someone that wants to take over, let me know.
The problem is that I couldn't find the current repo of rmagick. Saw it in one of the issues finally.
Sorry about that--I should have linked to it. That was lazy on my part. Thanks again for the fix.
rmagick, starting with version 2.13.4, renamed its top-level require from:
to
It then deprecated the RMagick require.
If RMagick4J were to add a top-level require named rmagic, this would help packages (such as gruff) which can be used with either rmagic or RMagick4J.
This issue arose from https://github.com/topfunky/gruff/pull/127