GemHQ / money-tree

A Ruby implementation of Bitcoin HD Wallets (Hierarchical Deterministic) BIP32
MIT License
185 stars 68 forks source link

Exclude spec files from gem package #72

Open amatsuda opened 4 months ago

amatsuda commented 4 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: 41472 bytes
after:  23040 bytes