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

rubygems/doc_manager is no more in ruby 2.0.0-preview2 #627

Closed
postmodern opened this issue Dec 2, 2012 · 9 comments
Closed

rubygems/doc_manager is no more in ruby 2.0.0-preview2 #627

postmodern opened this issue Dec 2, 2012 · 9 comments
Labels
Milestone

Comments

@postmodern
Copy link
Contributor

Just installed ruby 2.0.0-preview2 and noticed the gem plugin was trying to load rubygems/doc_manager.

Error loading RubyGems plugin "/home/hal/.gem/ruby/2.0.0/gems/yard-0.8.3/lib/rubygems_plugin.rb": cannot load such file -- rubygems/doc_manager (LoadError)
@havenwood
Copy link

I can confirm the problem above persists in ruby-2.0.0-rc1.

Error loading RubyGems plugin "/Users/shannonskipper/.gem/ruby/2.0.0/gems/yard-0.8.3/lib/rubygems_plugin.rb": cannot load such file -- rubygems/doc_manager (LoadError)

@lsegal lsegal closed this as completed in bc2d9f5 Jan 27, 2013
@darthdeus
Copy link

I'm still getting this on 2.0.0-p0 :\

@rafamvc
Copy link

rafamvc commented Apr 13, 2013

Im getting this on 2.0.0-p0 as well. Reopen?

@lsegal
Copy link
Owner

lsegal commented Apr 13, 2013

@darthdeus @rafamvc are you both getting the same error as above (with yard 0.8.5.2)?

@rafamvc
Copy link

rafamvc commented Apr 13, 2013

Ooops.

gem update yard

Solves the problem. Maybe the 2.0.0-p0/rubygems has the wrong version of yard as dependency.
Before my version was 0.8.3.

@lsegal
Copy link
Owner

lsegal commented Apr 13, 2013

RubyGems doesn't depend on YARD.

@rafamvc
Copy link

rafamvc commented Apr 13, 2013

My bad then. Thanks for the help.

@postmodern
Copy link
Contributor Author

Make sure to uninstall old versions of YARD.

@rovemonteux
Copy link

I was getting,

"Error loading RubyGems plugin "/home/rmonteux/.gem/ruby/gems/yard-0.7.5/lib/rubygems_plugin.rb": cannot load such file -- rubygems/doc_manager (LoadError)"

and indeed "gem update yard" worked for me, no more yard-related errors with doc_manager.

ruby 2.0.0p353 (2013-11-22 revision 43784) [i386-linux], Yard was yard-0.7.5, and is now yard-0.8.7.4.

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

6 participants