socketry / multipart-post

Adds multipart POST capability to net/http
MIT License
293 stars 72 forks source link

YARD: include files in glob pattern #59

Closed olleolleolle closed 5 years ago

olleolleolle commented 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).

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