docmeta / rubydoc.info

Next generation rdoc.info site
http://rubydoc.info
MIT License
132 stars 43 forks source link

RubyDoc.info shows outdated documentation for gem #153

Open JacobEvelyn opened 3 years ago

JacobEvelyn commented 3 years ago

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)?

JacobEvelyn commented 3 years ago

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.