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

Missing bold method when running i18n-tasks irb #222

Closed
tspangler opened this issue Jan 25, 2017 · 1 comment
Closed

Missing bold method when running i18n-tasks irb #222

tspangler opened this issue Jan 25, 2017 · 1 comment
Labels
Milestone

Comments

@tspangler
Copy link

When attempting to run i18n-tasks irb, I get the following error:

/Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-tasks-0.9.9/lib/i18n/tasks/console_context.rb:34:in banner': undefined method bold' for I18n::Tasks::ConsoleContext::Messages:Module (NoMethodError)

It appears that the rake tasks aren't requiring term/ansicolor properly. I've verified that I have all dependencies installed.

Here's the remainder of the trace:

from /Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-tasks-0.9.9/lib/i18n/tasks/console_context.rb:22:in `start'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-tasks-0.9.9/lib/i18n/tasks/command/commands/meta.rb:31:in `irb'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-tasks-0.9.9/lib/i18n/tasks/command/commander.rb:23:in `run'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-tasks-0.9.9/lib/i18n/tasks/cli.rb:40:in `block in run'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-0.7.0/lib/i18n.rb:257:in `with_locale'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-tasks-0.9.9/lib/i18n/tasks/cli.rb:38:in `run'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-tasks-0.9.9/lib/i18n/tasks/cli.rb:18:in `block in start'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-tasks-0.9.9/lib/i18n/tasks/cli.rb:202:in `auto_output_coloring'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-tasks-0.9.9/lib/i18n/tasks/cli.rb:16:in `start'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-tasks-0.9.9/lib/i18n/tasks/cli.rb:10:in `start'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/gems/i18n-tasks-0.9.9/bin/i18n-tasks:17:in `<top (required)>'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/bin/i18n-tasks:22:in `load'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/bin/i18n-tasks:22:in `<main>'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'
	from /Users/timothy/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `<main>'
@glebm glebm added the bug label Jan 25, 2017
@glebm glebm closed this as completed in 0c2b9a6 Jan 31, 2017
@glebm glebm added this to the v0.9.10 milestone Jan 31, 2017
@glebm
Copy link
Owner

glebm commented Jan 31, 2017

Good catch! Fixed and release v0.9.10

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

No branches or pull requests

2 participants