Rework file structure & license header. - #89
Conversation
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
olleolleolle
left a comment
There was a problem hiding this comment.
👍 Good compatibility workout!
|
@olleolleolle I hope it's sufficient, this gem has a lot of downloads. |
|
Excuse me, but why all these hardcoded warnings' noise in the logs now? |
|
Because you updated the gem and we are emitting warnings for files that will eventually be removed because they are clobbering global namespace/paths. |
I understand the primary reason, but then there was #91, where all these constants where deprecated via |
|
The files and the constants they define are two separate issues with separate warnings. It sounds like you are suggesting to remove the explicit warnings from the files. It's probably better we just fix the dependencies. If you don't want to deal with the warnings, stay with the old versions? |
Tidy up the file structure including
require_relativewhere it makes sense.Types of Changes