|
|
OK, I got it.
Through some troubleshooting and setting up abbreviations that did
things like running ruby --version I discovered that I've
got both ruby 1.8 and ruby 1.9 on my system.
My own command line defaulted to 1.9, but TextExpander was finding 1.8. I put the correct path on the ruby command in the shebang and it works.
Also, -rjcode caused failure, so I had to remove that too. The way I understand it, that's now included in 1.9.
Cool. I forgot I'm using RVM to handle my multiple Ruby installs. -rjcode is just a Unicode flag, but I didn't realize it was not needed in 1.9. There's always something new to learn :).
Source: https://my.remarkbox.com/394dbe72-4208-11e9-9d31-040140774501
Snapshot: 2026-05-01T08:18:45Z
Generator: Remarkbox 763cacb