Closed ncallaway closed 5 years ago
I would love if we could get this approved.
@chriswailes Are there any changes you need in order to merge this? I'm happy to make any necessary changes.
Sorry, I haven't had a lot of time for this project recently. I should have some more free time coming up and I'll try and get through some of the issues/pull requests backlog.
Would we get a new version published soon with this fix?
Meanwhile, one can add:
gem 'rltk', git: 'https://github.com/chriswailes/RLTK', ref: 'ac3f8abfc54529ba955ea49b8b21e55397740b5e'
to the Gemfile
I should be resuming development of this library in the next couple of weeks. I'll make publishing a new version a priority. Thanks for your comments.
This resolves #54 by removing all uses of
subclass_of?
and replacing it with the module comparison operator<
which has the same behavior.