summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-03-06 09:00:43 +0000
committertaca <taca@pkgsrc.org>2022-03-06 09:00:43 +0000
commitbedee0e4628abe01990cbdcc987447f145cafbef (patch)
treedec8c3c76fa5b4e488fe0999e978f180ce27d0dc
parentae8c9a3c4499942455ba7c1cd7ad5da9c18b9c2c (diff)
downloadpkgsrc-bedee0e4628abe01990cbdcc987447f145cafbef.tar.gz
finance/ruby-braintree: update to 4.6.0
4.6.0 (2022-02-17) * Add PaymentMethodCustomerDataUpdated webhook notification support
-rw-r--r--finance/ruby-braintree/Makefile4
-rw-r--r--finance/ruby-braintree/PLIST8
-rw-r--r--finance/ruby-braintree/distinfo8
3 files changed, 13 insertions, 7 deletions
diff --git a/finance/ruby-braintree/Makefile b/finance/ruby-braintree/Makefile
index 790e700acf4..f9ca226f8ca 100644
--- a/finance/ruby-braintree/Makefile
+++ b/finance/ruby-braintree/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/11/23 14:24:37 taca Exp $
+# $NetBSD: Makefile,v 1.11 2022/03/06 09:00:43 taca Exp $
-DISTNAME= braintree-4.5.0
+DISTNAME= braintree-4.6.0
CATEGORIES= finance
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/finance/ruby-braintree/PLIST b/finance/ruby-braintree/PLIST
index dd964729630..14c972d31aa 100644
--- a/finance/ruby-braintree/PLIST
+++ b/finance/ruby-braintree/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/11/23 14:24:37 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/03/06 09:00:43 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/braintree.gemspec
@@ -47,6 +47,7 @@ ${GEM_LIBDIR}/lib/braintree/dispute_gateway.rb
${GEM_LIBDIR}/lib/braintree/dispute_search.rb
${GEM_LIBDIR}/lib/braintree/document_upload.rb
${GEM_LIBDIR}/lib/braintree/document_upload_gateway.rb
+${GEM_LIBDIR}/lib/braintree/enriched_customer_data.rb
${GEM_LIBDIR}/lib/braintree/error_codes.rb
${GEM_LIBDIR}/lib/braintree/error_result.rb
${GEM_LIBDIR}/lib/braintree/errors.rb
@@ -77,6 +78,7 @@ ${GEM_LIBDIR}/lib/braintree/paginated_collection.rb
${GEM_LIBDIR}/lib/braintree/paginated_result.rb
${GEM_LIBDIR}/lib/braintree/payment_instrument_type.rb
${GEM_LIBDIR}/lib/braintree/payment_method.rb
+${GEM_LIBDIR}/lib/braintree/payment_method_customer_data_updated_metadata.rb
${GEM_LIBDIR}/lib/braintree/payment_method_gateway.rb
${GEM_LIBDIR}/lib/braintree/payment_method_nonce.rb
${GEM_LIBDIR}/lib/braintree/payment_method_nonce_details.rb
@@ -143,6 +145,7 @@ ${GEM_LIBDIR}/lib/braintree/util.rb
${GEM_LIBDIR}/lib/braintree/validation_error.rb
${GEM_LIBDIR}/lib/braintree/validation_error_collection.rb
${GEM_LIBDIR}/lib/braintree/venmo_account.rb
+${GEM_LIBDIR}/lib/braintree/venmo_profile_data.rb
${GEM_LIBDIR}/lib/braintree/version.rb
${GEM_LIBDIR}/lib/braintree/visa_checkout_card.rb
${GEM_LIBDIR}/lib/braintree/webhook_notification.rb
@@ -224,6 +227,7 @@ ${GEM_LIBDIR}/spec/unit/braintree/disbursement_spec.rb
${GEM_LIBDIR}/spec/unit/braintree/dispute_search_spec.rb
${GEM_LIBDIR}/spec/unit/braintree/dispute_spec.rb
${GEM_LIBDIR}/spec/unit/braintree/document_upload_spec.rb
+${GEM_LIBDIR}/spec/unit/braintree/enriched_customer_data_spec.rb
${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
@@ -232,6 +236,7 @@ ${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_customer_data_updated_metadata_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
@@ -259,6 +264,7 @@ ${GEM_LIBDIR}/spec/unit/braintree/us_bank_account_verification_spec.rb
${GEM_LIBDIR}/spec/unit/braintree/util_spec.rb
${GEM_LIBDIR}/spec/unit/braintree/validation_error_collection_spec.rb
${GEM_LIBDIR}/spec/unit/braintree/validation_error_spec.rb
+${GEM_LIBDIR}/spec/unit/braintree/venmo_profile_data_spec.rb
${GEM_LIBDIR}/spec/unit/braintree/webhook_notification_spec.rb
${GEM_LIBDIR}/spec/unit/braintree/xml/libxml_spec.rb
${GEM_LIBDIR}/spec/unit/braintree/xml/parser_spec.rb
diff --git a/finance/ruby-braintree/distinfo b/finance/ruby-braintree/distinfo
index 93f1e34a0be..a58fcef669b 100644
--- a/finance/ruby-braintree/distinfo
+++ b/finance/ruby-braintree/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/11/23 14:24:37 taca Exp $
+$NetBSD: distinfo,v 1.14 2022/03/06 09:00:43 taca Exp $
-BLAKE2s (braintree-4.5.0.gem) = c344e80bc21f5b9519e339a8d8a91a60bcd31d8b04bdce4fb0d81460a2b7fc04
-SHA512 (braintree-4.5.0.gem) = 7d75bb923ba68d2e1186d3baf100e1afc00d0bb8cee5d9ede4a108ffdb42395c446c5dbe9385dc319cc91384ea138700f38ad1c7defdd90eaaf14a007c962962
-Size (braintree-4.5.0.gem) = 224768 bytes
+BLAKE2s (braintree-4.6.0.gem) = 6e5d04cf56799294b4408a1f6c27848a5bf0cb2ab645e2608c0877ca46383c2f
+SHA512 (braintree-4.6.0.gem) = 6e4a6d7be2326ce1cbd5c3878e5459f75c696aedbd3ffcdee570033c49e57338f936e6b082b609b1031207eb1f69cd1538e091b6fd1ee6cbf12b16893838548a
+Size (braintree-4.6.0.gem) = 226304 bytes