Closed olleolleolle closed 5 years ago
This is a bugfix to the documentation generation.
The PR fixes the YARD glob pattern to locate Ruby project files.
I took a look at what rubydoc.info would have rendered, and found that there were 0 files matched, apart from the named Files (README, etc).
What it looks like before this change:
https://www.rubydoc.info/github/nicksieger/multipart-post/master/
With this change, ~I hope there will be~ there are more classes and methods to read about:
https://www.rubydoc.info/github/olleolleolle/multipart-post/e4c447
This is a bugfix to the documentation generation.
The PR fixes the YARD glob pattern to locate Ruby project files.
I took a look at what rubydoc.info would have rendered, and found that there were 0 files matched, apart from the named Files (README, etc).
Before
What it looks like before this change:
https://www.rubydoc.info/github/nicksieger/multipart-post/master/
After
With this change, ~I hope there will be~ there are more classes and methods to read about:
https://www.rubydoc.info/github/olleolleolle/multipart-post/e4c447