rubydoc.info
rubydoc.info copied to clipboard
RubyDoc.info shows outdated documentation for gem
I'm not sure if this is the correct place to file this issue—please redirect me if not!
I noticed that RubyDoc.info is showing outdated documentation for our gem. On this page, it reads
Constructor to setup memoization ...
and says
Generated on Tue Mar 9 ...
However, the related code reads
Constructor to set up memoization ...
which was a change that was committed on Jan 4 and merged on Jan 5.
Am I misunderstanding something or is this a bug? I wonder if RubyDoc.info is inadvertently looking for a master
branch (which no longer exists) instead of the main
branch (which is the new default branch)?
Interestingly, merging a new commit today seems to have fixed the issue. I'll keep this ticket open in case it's helpful for debugging.