Commit Graph

140 Commits

Author SHA1 Message Date
Anditto Heristyo
6e656cce74
Merge pull request #1 from anditto/singlesatoshipayment-fix
Allow single satoshi units for invoice creations
2018-12-13 17:26:50 +09:00
Anditto Heristyo
ba65ccb2f4 Bumped version number 2018-11-30 14:01:06 +09:00
Anditto Heristyo
fc8d920c27 Changed verification parameter to allow single satoshi units 2018-11-30 13:56:27 +09:00
Kevin Quiring
e9e2c1cc5e add support for /invoices route with params 2018-02-26 00:52:52 -06:00
Pieter Poorthuis
019140f049
Merge pull request #56 from sylv3rblade/master
update gemspec for rails 5
2018-02-01 16:01:54 +01:00
Pieter Poorthuis
7c74b936e0
Merge pull request #54 from sanemat/chore/travis-rubies
Update travis rubies
2018-02-01 15:52:46 +01:00
Pieter Poorthuis
357aac7a10
Merge pull request #55 from b1nary/patch-1
Just a small typo
2018-02-01 15:51:57 +01:00
Pieter Poorthuis
4751c66a37
Merge pull request #59 from marzapower/patch-1
[fix] Typos in the wiki
2018-02-01 15:51:31 +01:00
Pieter Poorthuis
ff3bce79de
Merge pull request #62 from ayazahmadtarar-pikessoft/patch-1
Update GUIDE.md
2018-02-01 15:50:44 +01:00
ayazahmadtarar-pikessoft
0acbbb5312
Update GUIDE.md
Function changed
2017-12-16 02:01:10 +05:00
Daniele Di Bernardo
774d3d59a1 [fix] Typos in the wiki 2017-09-04 10:09:50 +02:00
sylv3rblade
e90e3a188c update gemspec for rails 5 2016-12-12 20:14:55 +08:00
Roman Pramberger
98b88617d0 Just a small typo 2016-10-11 16:00:14 +02:00
Sanemat
4c5d8adfad Update travis rubies 2016-09-04 21:21:44 +09:00
Chris Kleeschulte
986ab1e3d6 Merge pull request #53 from javierjulio/patch-3
Remove unnecessary rack/json dependencies
2016-08-22 13:27:49 -04:00
Javier Julio
b789faf87d Add rack as a development dependency
Seems this failing due to addressable but that requires rack-mount but only used in development. Going off a suggestion from a coworker as this seems as an odd dependency to have but most likely should just be set for dev.
2016-08-18 11:33:00 -04:00
Javier Julio
53411dca98 Remove unnecessary rack/json dependencies
Rack isn't used at all so no need to specify. Based on [this comment](https://github.com/bitpay/ruby-client/pull/51#issuecomment-236736392) this seems to be carried over from a Rails app so is safe to remove. This will also allow this gem to be used in Rails 5 apps which now require Rack v2.

No need to specify json dependency since this gem requires Ruby 2.0+ and I've [seen this change made elsewhere](https://github.com/mperham/sidekiq/issues/2743) to clean up dependencies and also support other platforms (Windows). The json library is being required in `lib/bitpay/client.rb`.
2016-08-04 14:02:11 -04:00
J. Paul Daigle
0ec4bb1105 Update GUIDE.md 2015-09-16 10:31:41 -04:00
J. Paul Daigle
c534b83c31 Merge pull request #48 from philosodad/master
Eliminate web driver steps from cucumber
2015-09-13 16:37:18 -05:00
Paul Daigle
671fe5657b Eliminate web driver steps from cucumber
remove capybara completely

undo version bump, there's nothing here but test changes
2015-09-13 17:32:28 -04:00
J. Paul Daigle
d8890fa31a Remove reference to cli in the guide.md 2015-09-11 14:54:56 -04:00
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
Paul Daigle
931cc446b2 Test Changes to accomdate new dashboard 2015-07-08 12:33:27 -04:00
J. Paul Daigle
ad9ea4e2cd Update GUIDE.md
There is always a formatting problem.
2015-07-07 13:43:45 -04:00
J. Paul Daigle
aec7841782 Merge pull request #46 from bitpay/philosodad-patch-1
Update GUIDE.md
2015-07-07 13:41:38 -04:00
J. Paul Daigle
3f10dfb13d Update GUIDE.md 2015-07-01 15:39:23 -04:00
Paul Daigle
0e2c78cada Capybara changes 2015-05-18 11:04:00 -04:00
Paul Daigle
265556f23f Revert "add a call to remove bad token"
This reverts commit 763529b10a.

Revert "return to coveralls"

This reverts commit d2d22e33f6.

Revert "move codeclimate below webmock"

This reverts commit d90d2dae49.

Revert "Use code climate test coverage"

This reverts commit 2b248a4978.
2015-05-16 17:34:12 -04:00
Paul Daigle
763529b10a add a call to remove bad token 2015-05-16 16:53:48 -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
Paul Daigle
d2d22e33f6 return to coveralls 2015-05-16 14:54:25 -04:00
Paul Daigle
d90d2dae49 move codeclimate below webmock 2015-05-16 14:45:45 -04:00
Paul Daigle
2b248a4978 Use code climate test coverage 2015-05-16 14:33:42 -04:00
Paul Daigle
e4addd06e2 adding coveralls 2015-05-15 18:46:24 -04:00
Paul Daigle
a9c4ec571a remove key utils
update changelog, gemfile, and gemspec
2015-04-14 13:03:41 -04:00
Paul Daigle
156113d24b bump gem version 2015-04-13 13:39:16 -04:00
J. Paul Daigle
d822eaf1f9 Merge pull request #44 from saizai/patch-1
Allow newer versions of gem dependencies
2015-04-13 13:00:33 -04:00
Sai
6ea17a7351 Allow newer versions of gem dependencies
Rack is now 1.6.0 & json is at 1.8.2; hard dependencies force downgrade of these gems.
2015-04-12 19:48:20 +01:00
Paul Daigle
1b49252fa6 Address github issue #39
Issue is a bit obscure, if a token is sent to the 'post' method but the
path sent already includes a '?', an error was thrown. This fix places
either a '?' or a '&' before the token as appropriate.
2015-03-24 17:44:18 -04:00
J. Paul Daigle
44ac2ec100 Merge pull request #41 from heisler3030/issue_39
fix and test for issue 39
2015-03-16 13:24:57 -04:00
Hamish Eisler
9809370c17 fix and test for issue 39 2015-03-13 06:59:56 +00:00
Paul Daigle
48cbc9d2a1 Fix github issue #40
Both post and get requests assumed that the response from the server
would include a "data" field, which is not the case. Moved handling of
the data element back into the invoice and pairing methods.

bumped gem version to 2.4.1
2015-03-13 01:52:45 -04:00
Paul Daigle
b45fbb2161 Add changelog file 2015-03-05 16:24:32 -05:00
Paul Daigle
4563a8beb2 Minor modifications to v2.4 functionality. 2015-03-05 16:01:51 -05:00
J. Paul Daigle
5ca3bd7e72 Merge pull request #38 from heisler3030/add_refunds
add refunds and cucumber tests with documentation
2015-03-05 11:01:39 -05:00
Hamish Eisler
f113cef580 correct BTC validation 2015-03-04 22:11:16 +00:00
Hamish Eisler
bfa5bc8c86 incorporate Paul feedback 2015-03-04 06:13:19 +00:00
Hamish Eisler
90b8f159db add refunds and cucumber tests with documentation 2015-03-03 01:01:19 +00:00
J. Paul Daigle
040f7c6f4f Merge pull request #37 from philosodad/master
Refactor: create rest_connector module
2015-02-25 22:28:20 -05:00