I suspect most people won't be using the online high scores list, especially for smaller projects. Would it be possible to load OnlineHighScoreList or rest-client and crack on demand?
Trying to help my cousin learn Chingu and currently the dependency on rest-client is preventing Chingu loading at all. His Ubuntu installation seems to be missing net/https.rb and none of the advice online has actually yielded a result.
Making these dependencies optional since they're used only by a small part of the library would also be nice for people who just don't want to use them to reduce system clutter.
I suspect most people won't be using the online high scores list, especially for smaller projects. Would it be possible to load
OnlineHighScoreList
or rest-client and crack on demand?Trying to help my cousin learn Chingu and currently the dependency on rest-client is preventing Chingu loading at all. His Ubuntu installation seems to be missing
net/https.rb
and none of the advice online has actually yielded a result.Making these dependencies optional since they're used only by a small part of the library would also be nice for people who just don't want to use them to reduce system clutter.