-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converted chruby to generic ruby #437
Conversation
This reverts commit 136b02c.
Thanks for working on this! I refactored the code to be faster and smaller. It should hopefully have the same behavior 🙂 A few thoughts: 1I don't love searching every directory above us for anything ending in I have absolutely no ruby-world knowledge, but according to my very brief research (https://piotrmurach.com/articles/writing-a-ruby-gem-specification/), the convention is to name the file 2Do we want to include |
It would not work. The convention is
We would not, IMO. If it |
Thanks for the feedback, @IlanCosman . To answer your questions: We actually do need to search for The reason I was looking for |
Would it be overkill to also look for |
I can understand this, but I think that this is a viable request for pretty much any of the widgets. Something like With respect to |
Cool let's merge this bad boy! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to go, thanks for contributing :)
Description
Another Ruby implementation, following in the footsteps of #240.
I converted the chruby implementation to something that is more generic and supports any Ruby version manager such as chruby, rvm, asdf or even system installations.
How Has This Been Tested
Checklist