ged / ruby-pg

A PostgreSQL client library for Ruby
Other
796 stars 180 forks source link

Exclude CI files from built gem #591

Closed AlexWayfer closed 1 month ago

AlexWayfer commented 1 month ago

Security inspection of some users or even their clients can be confused by finding out unknown YAML files with Download instructions inside final production releases. We can just get rid of them.

Also Regex is fixed now, / before closing ) was breaking.

AlexWayfer commented 1 month ago

I see CI fails, the same as in the current master: https://github.com/ged/ruby-pg/actions/runs/10767830188

(this PR doesn't touch any tests or CIs)

larskanis commented 1 month ago

Thank you for the fix!