Curious how you distribute a Ruby project so widely on so many machines. What are the biggest challenges? What pointers would you give to others who want to distribute installed Ruby software to lots of different platforms?
Ideally: don’t! We distribute our own Ruby at this point so it’s not super easy. I love (and still reach for) Ruby but it’s not the easiest cross-platform dependency for something like Homebrew. Go is my go to for easy CLIs nowadays.