bitpay / ruby-client

Powerful, flexible, lightweight SDK for the BitPay Bitcoin Payment Gateway API.
MIT License
79 stars 64 forks source link

2.0.0 beta #15

Closed philosodad closed 9 years ago

philosodad commented 9 years ago

Library should be feature complete, command line tool pairs the client, correct files are stored on the server, and the README has been updated.

JoshuaEstes commented 9 years ago

At first glance everything looks really tight! I will pull this down and play around with it for a little bit.

Does this output any code coverage docs? I'm also digging the ideas this gives me for testing some of the of the other code.

ionux commented 9 years ago

Looks very good! Excellent work!

philosodad commented 9 years ago

We aren't outputting any code coverage at the moment. I will add rcov or similar the next time I open this up, and if I can get it working I'd also like to get mutate set up to do some mutation testing.