Login not working
ingemar opened this issue · 2 comments
ingemar commented
% gist-dep login
error: undefined method `oauthed?' for Octokit:Module
eric1234 commented
Looks like the method got renamed (maybe to token_authenticated?).
Feel free to commit a patch if I don't get to it before you (probably later this week or this weekend).
eric1234 commented
Just released a new version that fixes this (as well as other issues caused by changes in Octokit). I have also change my gemspec to use pessimistic versioning to avoid this type of breakage in the future.