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

method_missing': undefined method this' for #<Gem::Specification: #356

Closed
fusillicode opened this issue Dec 9, 2016 · 0 comments
Closed

Comments

@fusillicode
Copy link

fusillicode commented Dec 9, 2016

Hi, right after installing t, every command issued from the terminal (e.g. t authorize or simply t) returns the following error:

/Users/my-user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/rubygems/specification.rb:2159:in `method_missing': undefined method `this' for #<Gem::Specification:0x3fe26f0b7f98 t-3.0.0> (NoMethodError)
	from /Users/my-user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/rubygems/specification.rb:1057:in `find_active_stub_by_path'
	from /Users/my-user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:64:in `require'
	from /Users/my-user/.rvm/gems/ruby-2.3.3/gems/t-3.0.0/lib/t.rb:1:in `<top (required)>'
	from /Users/my-user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:127:in `require'
	from /Users/my-user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:127:in `rescue in require'
	from /Users/my-user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:40:in `require'
	from /Users/my-user/.rvm/gems/ruby-2.3.3/gems/t-3.0.0/bin/t:8:in `<top (required)>'
	from /Users/my-user/.rvm/gems/ruby-2.3.3/bin/t:22:in `load'
	from /Users/my-user/.rvm/gems/ruby-2.3.3/bin/t:22:in `<main>'
	from /Users/my-user/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'
	from /Users/my-user/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `<main>'

Right now I'm on macOS with Ruby 2.3.3 installed through RVM.

This other issue seems to be quite similar to mine.

If any other info is required please do not hesitate to ask.

Cheers.

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

1 participant