Problem with openapi3_parser gem
Hello,
I've been having some problems displaying the documentation for a gem I've authored.
Looking up documentation for the gem and different versions seems to show it stuck in processing. Examples:
https://www.rubydoc.info/gems/openapi3_parser
https://www.rubydoc.info/gems/openapi3_parser/0.6.1
https://www.rubydoc.info/gems/openapi3_parser/0.3.0
Incidentally I get a 503 for https://www.rubydoc.info/gems
Then for the Github documentation. I tried to update this to use a GitHub webhook and that seemed to erase the old documentation e.g: https://www.rubydoc.info/github/kevindew/openapi3_parser/Openapi3Pa...
When I try to "add project" I get ERROR response for git://github.com/kevindew/openapi3_parser
My GitHub configuration is a push webhook with the following options:
Payload URL: https://www.rubydoc.info/checkout
Content type: application/json
Secret:
Enable SSL
And I can see when rubydoc.info returned "OK" from the last hook call.
I've tried to build the docs locally to see if that showed any signs of a problem and that was ok:
➜ openapi3_parser git:(master) yard doc
Files: 112
Modules: 12 ( 10 undocumented)
Classes: 126 ( 70 undocumented)
Constants: 10 ( 7 undocumented)
Attributes: 45 ( 0 undocumented)
Methods: 491 ( 135 undocumented)
67.54% documented
Any steps I can take next to work this out would be great,
Thanks
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by lsegal on 26 Oct, 2019 07:27 PM
We fixed a few things on our end and this seems to be working now-- let me know if you still see any issues with the gem!
2 Posted by kevindew on 27 Oct, 2019 09:50 AM
Great - that seems to have resolved everything.
Thank you.