From bdcb58188fa839db357ce495c889e9331e4ad4f9 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 22 Aug 2021 14:53:40 +0000 Subject: finance/ruby-braintree: update to 4.4.0 4.2.0 (2021-06-21) * Add default? to PaymentMethodNonce (thanks @klouvas) * Add error code TaxAmountIsRequiredForAibSwedish for attribute tax_amount in transaction key for AIB:Domestic Transactions in Sweden 4.3.0 (2021-07-15) * Add a log message to the ArgumentError at TransactionGateway.find * Add exchange_rate_quote_id to Transaction.create * Add error code ExchangeRateQuoteIdTooLong to Transaction * Add the following fields to ApplePayCard and GooglePayCard: - commercial - debit - durbin_regulated - healthcare - payroll - prepaid - product_id - country_of_issuance - issuing_bank * Add the following fields to PayPalDetails: - tax_id - tax_id_type 4.4.0 (2021-08-05) * Sanitize encrypted_card_data logs * Add LocalPaymentExpired and LocalPaymentFunded webhook notification support --- finance/ruby-braintree/Makefile | 4 ++-- finance/ruby-braintree/PLIST | 7 ++++++- finance/ruby-braintree/distinfo | 10 +++++----- 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'finance/ruby-braintree') diff --git a/finance/ruby-braintree/Makefile b/finance/ruby-braintree/Makefile index 5d0022fc03b..d95c7517653 100644 --- a/finance/ruby-braintree/Makefile +++ b/finance/ruby-braintree/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/06/03 14:44:21 taca Exp $ +# $NetBSD: Makefile,v 1.9 2021/08/22 14:53:40 taca Exp $ -DISTNAME= braintree-4.1.0 +DISTNAME= braintree-4.4.0 CATEGORIES= finance MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/finance/ruby-braintree/PLIST b/finance/ruby-braintree/PLIST index 7d83bf13102..10d12dbc644 100644 --- a/finance/ruby-braintree/PLIST +++ b/finance/ruby-braintree/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2021/06/03 14:44:21 taca Exp $ +@comment $NetBSD: PLIST,v 1.8 2021/08/22 14:53:40 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/braintree.gemspec @@ -59,6 +59,8 @@ ${GEM_LIBDIR}/lib/braintree/granted_payment_instrument_update.rb ${GEM_LIBDIR}/lib/braintree/graphql_client.rb ${GEM_LIBDIR}/lib/braintree/http.rb ${GEM_LIBDIR}/lib/braintree/local_payment_completed.rb +${GEM_LIBDIR}/lib/braintree/local_payment_expired.rb +${GEM_LIBDIR}/lib/braintree/local_payment_funded.rb ${GEM_LIBDIR}/lib/braintree/local_payment_reversed.rb ${GEM_LIBDIR}/lib/braintree/merchant.rb ${GEM_LIBDIR}/lib/braintree/merchant_account.rb @@ -225,10 +227,13 @@ ${GEM_LIBDIR}/spec/unit/braintree/error_result_spec.rb ${GEM_LIBDIR}/spec/unit/braintree/errors_spec.rb ${GEM_LIBDIR}/spec/unit/braintree/http_spec.rb ${GEM_LIBDIR}/spec/unit/braintree/local_payment_completed_spec.rb +${GEM_LIBDIR}/spec/unit/braintree/local_payment_expired_spec.rb +${GEM_LIBDIR}/spec/unit/braintree/local_payment_funded_spec.rb ${GEM_LIBDIR}/spec/unit/braintree/merchant_account_spec.rb ${GEM_LIBDIR}/spec/unit/braintree/modification_spec.rb ${GEM_LIBDIR}/spec/unit/braintree/payment_method_nonce_details_payer_info_spec.rb ${GEM_LIBDIR}/spec/unit/braintree/payment_method_nonce_details_spec.rb +${GEM_LIBDIR}/spec/unit/braintree/payment_method_nonce_spec.rb ${GEM_LIBDIR}/spec/unit/braintree/payment_method_spec.rb ${GEM_LIBDIR}/spec/unit/braintree/paypal_account_spec.rb ${GEM_LIBDIR}/spec/unit/braintree/resource_collection_spec.rb diff --git a/finance/ruby-braintree/distinfo b/finance/ruby-braintree/distinfo index 7a5a1142706..d9f6682a5b9 100644 --- a/finance/ruby-braintree/distinfo +++ b/finance/ruby-braintree/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2021/06/03 14:44:21 taca Exp $ +$NetBSD: distinfo,v 1.10 2021/08/22 14:53:40 taca Exp $ -SHA1 (braintree-4.1.0.gem) = 49efcce0554c5835000b5ddcb9832dc66b40bfca -RMD160 (braintree-4.1.0.gem) = 5cc65ec52167d51dd68eb15c99c50c1e4032b50d -SHA512 (braintree-4.1.0.gem) = 597142b5ec9319562fef420020c8c70a14b54071386e81ee5ef684ead88f54c36fcd44490da540b55ef911fdedd2e8c496991c4c6cb5b88255114b050e461c56 -Size (braintree-4.1.0.gem) = 222208 bytes +SHA1 (braintree-4.4.0.gem) = 74178edcc626d12f36625c09869536e3b34863eb +RMD160 (braintree-4.4.0.gem) = 34e1d21d6c8dab91fd0c077800017860ea9ebb36 +SHA512 (braintree-4.4.0.gem) = 62ddd01df2b7c988c26c810c2f323b9fff40f427641a54bfdba738948a7011dc6fec8a4f5fe1f750e473bbfa10e0731e507b9d4ed5e01fb162b49c994c1d2214 +Size (braintree-4.4.0.gem) = 223744 bytes -- cgit v1.2.3