ttscoff / OTask

Ruby CLI for OmniFocus
122 stars 17 forks source link

Remove Requirement for `rb-appscript` #13

Closed BrendanThompson closed 7 years ago

BrendanThompson commented 9 years ago

Would it be possible to remove the requirement for rb-appscript as there seem to be issues with installing it under Yosemite.

zenspider commented 9 years ago

No, it's not possible.

BrendanThompson commented 9 years ago

By remove the requirement I mean replace it with something other than rb-appscript

loranallensmith commented 7 years ago

Hey @BrendanThompson and @zenspider! :wave: Just wanted to ping back on this issue to let you know #15 replaced the rb-appscript dependency for this project with a different gem (rb-scpt). This resolved build errors I was encountering, so it may resolve your installation issues.

The newest version of the code hasn't landed on rubygems.org yet, but you can build and install it locally from the source in this repository. I dropped some quick steps into this gist in case they're helpful at all.

BrendanThompson commented 7 years ago

Hey @loranallensmith, I built rb-scpt to fix this issue :)