GemHQ / money-tree

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

Support more libssl library names so this will work on heroku #23

Closed glitch003 closed 7 years ago

glitch003 commented 7 years ago

Hi, this is a really simple fix that makes money-tree work on more platforms with different libssl names. For example, on heroku, the library is called libssl.so.1.0.0.

This small change keeps backwards compatibility :)

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.381% when pulling 1538ccf773c48822378c6e06d1c0ff3038968b1c on glitch003:master into a6b382b35e9e7e1e02e9110e3a6530d431d50bb6 on GemHQ:master.

thedoctor commented 7 years ago

LGTM, thanks @glitch003 !