pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/ruby-activemerchant



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Nov  9 14:51:23 UTC 2021

Modified Files:
        pkgsrc/finance/ruby-activemerchant: Makefile PLIST distinfo

Log Message:
finance/ruby-activemerchant: update to 1.124.0

1.124.0 (2021-10-28)

What's Changed

* Adyen: Add ACH Support by @almalee24 in #4105
* Paysafe: Adjust profile data by @meagabeth in #4112
* StripePaymentIntentsGateway: Add GSF claim_without_transaction_id by
  @BritneyS in #4111
* RouteX: Support cardtype by @rachelkirk in #4115
* Routex: cardtype changelog fix by @rachelkirk in #4117
* Moka: make sure month is always two digits by @dsmcclain in #4118
* dlocal: Add device_id and ip to payer object and add additional_data by
  @aenand in #4116
* Orbital: Scrub Payment Cryptogram by @naashton in #4121
* Paysafe: Add support for airline fields by @meagabeth in #4120
* Stripe and Stripe PI: Add Radar Session Option by @tatsianaclifton in
  #4119
* PayArc: handle requests when billing_address is not present by @dsmcclain
  in #4114
* Add UnionPay test card to BIN range by @leahriffell in #4122
* Global Collect: Support URL override by @naashton in #4127
* PayConex: scrub bank account info from transcripts by @mbreenlyles in
  #4128
* Moka: Remove additional transaction data from subsequent calls by
  @naashton in #4129
* Moka: Ensure CvcNumber can be an empty string by @jessiagee in #4130
* Fixup PR #4122 Add UnionPay test card to BIN range by @leahriffell in
  #4132
* Maestro: allow card lengths for non-validated cards by @therufs in #4131
* Make "set" required by credit_card_methods.rb by @InPermutation in #4133
* Moka: Pass Currency on Capture transactions by @dsmcclain in #4134
* Paysafe: Update supported countries by @meagabeth in #4135
* Paysafe: Update field mapping for split_pay by @meagabeth in #4136
* SafeCharge: Account for non-fractional currencies by @dsmcclain in #4137
* CardStream: Support passing country_code in request by @dsmcclain in #4139
* Adyen: Adjust phone number mapping by @aenand in #4138
* MIT: Change how parameters are converted to JSON by @tatsianaclifton in
  #4140
* Stripe: add account_number to scrubbing by @aenand in #4145
* Stripe PI: add name on card to billing details & do some refactoring by
  @dsmcclain in #4146
* Updating CHANGELOG to remove conflict by @jessiagee in #4148
* TrustCommerce: Scrub bank account info by @mbreenlyles in #4149
* TransFirst: add acctNr to scrubbing by @aenand in #4152
* Paysafe: Update supported countries list by @meagabeth in #4154
* Add Support for Submerchant Data on Worldpay by @almalee24 in #4147
* dLocal: Update supported countries list by @mbreenlyles in #4155
* Nuvei (SafeCharge): Add support for email field in capture by @rachelkirk
  in #4153
* Paysafe: Remove invalid code by @meagabeth in #4156
* NMI: Add descriptors by @ajawadmirza in #4157
* Add bank account info scrubbing tests for multiple gateways by @aenand in
  #4159
* Moka: send correct amount in refund by @dsmcclain in #4160
* GlobalCollect: Append URI to the URL by @naashton in #4162
* Adyen: Add external platform information by @aenand in #4163
* Payflow: use proper case for 3DS 2.x element names by @bbraschi in #4113
* Realex: Add stored credential support by @dsmcclain in #4170
* Moka: add Installment field by @dsmcclain in #4172
* Payflow: include AuthenticationStatus with 3DS 2.x by @bbraschi in #4168
* Release 1.124.0 by @bbraschi in #4175

New Contributors

* @aenand made their first contribution in #4116
* @ajawadmirza made their first contribution in #4157


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/finance/ruby-activemerchant/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/finance/ruby-activemerchant/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/finance/ruby-activemerchant/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/ruby-activemerchant/Makefile
diff -u pkgsrc/finance/ruby-activemerchant/Makefile:1.12 pkgsrc/finance/ruby-activemerchant/Makefile:1.13
--- pkgsrc/finance/ruby-activemerchant/Makefile:1.12    Sat Sep 18 15:42:01 2021
+++ pkgsrc/finance/ruby-activemerchant/Makefile Tue Nov  9 14:51:23 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/09/18 15:42:01 taca Exp $
+# $NetBSD: Makefile,v 1.13 2021/11/09 14:51:23 taca Exp $
 
-DISTNAME=      activemerchant-1.123.0
+DISTNAME=      activemerchant-1.124.0
 CATEGORIES=    finance
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/finance/ruby-activemerchant/PLIST
diff -u pkgsrc/finance/ruby-activemerchant/PLIST:1.11 pkgsrc/finance/ruby-activemerchant/PLIST:1.12
--- pkgsrc/finance/ruby-activemerchant/PLIST:1.11       Sat Sep 18 15:42:01 2021
+++ pkgsrc/finance/ruby-activemerchant/PLIST    Tue Nov  9 14:51:23 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/09/18 15:42:01 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/11/09 14:51:23 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/CONTRIBUTORS
@@ -125,6 +125,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billin
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/micropayment.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/migs.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/migs/migs_codes.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/mit.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/modern_payments.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/modern_payments_cim.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/moka.rb

Index: pkgsrc/finance/ruby-activemerchant/distinfo
diff -u pkgsrc/finance/ruby-activemerchant/distinfo:1.15 pkgsrc/finance/ruby-activemerchant/distinfo:1.16
--- pkgsrc/finance/ruby-activemerchant/distinfo:1.15    Tue Oct 26 10:26:12 2021
+++ pkgsrc/finance/ruby-activemerchant/distinfo Tue Nov  9 14:51:23 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:26:12 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/11/09 14:51:23 taca Exp $
 
-BLAKE2s (activemerchant-1.123.0.gem) = 3ceff89a3c6d2386263d3c5baf8519141a2c8502fea9d6b78dce94c6b4892860
-SHA512 (activemerchant-1.123.0.gem) = f3b58c436e3cbfd37d7354a9973cf8fe64232cc0b0876c541dc2c77dafb3126603dca40ac4035eb946c95a1e7b067e420f4ac9e9fba4a8a14026ca77f39c3d34
-Size (activemerchant-1.123.0.gem) = 686592 bytes
+BLAKE2s (activemerchant-1.124.0.gem) = 639dd02130a33089dacae29f8cb4719511b0d1f2720676d901dbd1fda65270bf
+SHA512 (activemerchant-1.124.0.gem) = 1833973c13d573012d9ebe04afb88e11b807ae018bc471e71b19d8ccdfa54bf4feb190a3d955b5033d8e9478b913d6446e60805550eba1d38a1800d93a3bf74a
+Size (activemerchant-1.124.0.gem) = 692224 bytes



Home | Main Index | Thread Index | Old Index