ejfinneran / ratelimit

A Redis-backed rate limiter written in Ruby
MIT License
257 stars 55 forks source link

Exclude spec files from gem package #49

Closed amatsuda closed 1 week ago

amatsuda commented 1 month 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: 12288 bytes
after:  9728 bytes