ruby / rdoc

RDoc produces HTML and online documentation for Ruby projects.
https://ruby.github.io/rdoc/
Other
844 stars 439 forks source link

Improve how gemspec's files are defined #1212

Open st0012 opened 1 day ago

st0012 commented 1 day ago

Currently, the gemspec's files are defined by hand, which is error-prone.

For example: https://github.com/ruby/rdoc/pull/1211

This commit uses Dir.glob where possible to reduce the risk of that happening again.

st0012 commented 19 hours ago

@olleolleolle Thanks, updated 👍