Skip to content
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

Command fails with undefined method `method_option' #5

Open
timriley opened this issue Aug 4, 2009 · 2 comments
Open

Command fails with undefined method `method_option' #5

timriley opened this issue Aug 4, 2009 · 2 comments

Comments

@timriley
Copy link

timriley commented Aug 4, 2009

When installing the gem and running for the first time:

$ textmate 
/opt/local/lib/ruby/gems/1.8/gems/wycats-textmate-0.9.6/bin/textmate:53: undefined method `method_option' for TextmateInstaller:Class (NoMethodError)
from /opt/local/bin/textmate:19:in `load'
from /opt/local/bin/textmate:19

I'm using wycats-textmate 0.9.6 and thor 0.9.9.

@wycats
Copy link
Owner

wycats commented Aug 4, 2009

You need to be using wycats-thor. I'll be pushing a thor to rubyforge soon which will fix this problem.

@dreamcat4
Copy link

You should also update your textmate .gemspec to require this newer thor version

e.g. from
s.add_dependency(%q, [">= 0.9.2"])
to
s.add_dependency(%q<-thor>, [">= 0.11.5"])

Thanks for the great gem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants