Hi! First of all thanks for your work. It's much appreciated. If it's ok, I'll raise few issues as I try to incorporate your library into my codebase.
First thing I noticed are classes outside ScaleRb namespace. In my project I have Address class which represents regular street addresses. After adding this gem it was extended with cryptoaddress methods. This might lead to name collision and other problems.
Hi! First of all thanks for your work. It's much appreciated. If it's ok, I'll raise few issues as I try to incorporate your library into my codebase.
First thing I noticed are classes outside
ScaleRb
namespace. In my project I haveAddress
class which represents regular street addresses. After adding this gem it was extended with cryptoaddress methods. This might lead to name collision and other problems.