ryanb / letter_opener

Preview mail in the browser instead of sending.
MIT License
3.73k stars 237 forks source link

Exclude spec files from gem package #216

Closed amatsuda closed 3 months ago

amatsuda commented 3 months ago

Here's a patch that excludes files under spec directory from the gem package.

With this patch, the gem package size shrinks as follows:

before: 16384 bytes
after:  12800 bytes
nashby commented 3 months ago

Thanks!