Commit Graph

23 Commits

Author SHA1 Message Date
J. Paul Daigle
5f3881f602 Update README.md
Remove mention of obsolete CLI gem.
2015-09-11 13:30:03 -04:00
J. Paul Daigle
902b157a08 Update README.md
update link to guide.md
2015-08-05 18:01:57 -04:00
J. Paul Daigle
6447b18465 Update README.md
Add badges for code climate, coveralls, and the MIT license
2015-05-16 15:20:15 -04:00
Eric Martindale
9cee21268f Split guide into appropriate location. 2015-02-20 15:50:46 -05:00
Eric Martindale
29e90a62ab Merge branch 'master' of github.com:bitpay/ruby-client into guide
Conflicts:
	README.md
2015-02-20 15:44:18 -05:00
Hamish Eisler
c7dfbf249c changes per Paul comments 2015-02-16 09:33:20 -08:00
Eric Martindale
b7c73eece7 Reformat Code Samples
This add syntax highlighting to the README.
2015-02-11 19:41:34 -05:00
Hamish Eisler
3feb5e5805 documentation updates 2015-01-29 22:28:04 +00:00
J. Paul Daigle
e1cffb375a Update README.md 2015-01-07 15:31:40 -05:00
Paul Daigle
ad3a68e009 Change namespace of Client to SDK::Client
And bumps gem version, deletes redundant files, removes redundant
requires.
2015-01-07 10:46:46 -05:00
Paul Daigle
ec0d5c4780 Merge branch 'separated_client' of https://github.com/philosodad/ruby-client into philosodad-separated_client
Conflicts:
	README.md
	lib/bitpay/client.rb
2014-12-29 17:23:11 -05:00
Paul Daigle
c95945e710 Remove bitpay client.
Bitpay client removed, bitpay bin for client removed.
Features modified to run with local token/key saved or not.
Rake task to clean up local files if created.
Rake task to run all tests, cucumbers, and clean up.

Move local file constants to the cucumber helper
2014-12-29 17:06:28 -05:00
J. Paul Daigle
9cc0fc78d5 Update README.md 2014-12-15 16:11:46 -05:00
J. Paul Daigle
1863ece600 Update README.md 2014-12-15 16:04:23 -05:00
J. Paul Daigle
9be4cfbf7d Update README.md
Better test running explanation.
2014-12-02 13:45:20 -05:00
thoerner
67c54f4b00 Update README.md (formatting)
Formatting fix for "Pairing with Bitpay.com" ordered list.
2014-10-11 11:19:02 -04:00
Paul Daigle
33025f2b8e Changes for the 2.0.0 version. Detailed changes are on the 2.0.0 branch.
The library now uses the crpytographically secure API.

more tests plus CLI enhancements

Library no longer supporting ruby 1.9.x

1.9.x will be deprecated in February of 2015, so there is little
incentive to write our new library to support it. 1.9.x users should
still be able to use V1 of the API.

This commit adds some changes, such as named arguments, that are
incompatible with 1.9.x.

Add Rake tasks to clear limiters

When many integration tests are run in a short period, the local bitpay server
will refuse to create new keys due to the rate limiting function. This
rake task clears the ratelimiters database.
2014-10-08 13:21:00 -04:00
Hamish Eisler
40e65d56fa Add documentation for testnet usage 2014-08-18 13:22:48 -07:00
Kyle Drake
e0869e043e
Show contributors to project instead of authors 2014-06-27 19:10:34 -04:00
Chaz Ferguson
82ea11b985 Update README.md
Trying again..
2014-04-14 16:31:58 -04:00
Kyle Drake
481beffa8e
missing client instantiation in README 2014-01-02 15:46:01 -08:00
Kyle Drake
85c7a0746c minor fixes, documentation 2013-11-01 15:57:52 -07:00
Kyle Drake
09f726b2d0 initial commit 2013-11-01 11:51:01 -07:00