spreedly 2.0.22 → 2.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e70f210f69afcc8cc7d6a9bce08f864802fc935acaf52fbb698616fb944c8632
4
- data.tar.gz: 81421c8ea635cd9a71a0548d7f06bff34fdcd62464dfebc2d3c55055cb345b23
3
+ metadata.gz: e1d30091e8d85d242e31d7acd1779b3188786c659bb40b134a284f398a2bf1af
4
+ data.tar.gz: 9720c910cf18ce6ed848e489adf2077ef5f1a54373b8a41b9e8fb30231e58c63
5
5
  SHA512:
6
- metadata.gz: 6fa6bdbbe9e3cbec3b0a0af952ba0abcf5cf5197851bcca81407c407d2df8f3497e29eedf4b5b1733d2c0ce3c24286cad37b2257853f396d594aed03dd487ef8
7
- data.tar.gz: b493567ba4ba474cd26d79615c4e29e51b0afc6982dd0f4d19d7ca0771dc516b3a83312c5fd0063ef30fc29f05e9aa086cd2785e60bd5fab720531aa8bc580eb
6
+ metadata.gz: f0987d464f46000c6f8d3d303b2b264105f210450c175131e2b6d185c61b30a8e75c9984dde8e3ea506cbbe864bbab609b563b860ddfb1f6703f4df1e8e3bb0c
7
+ data.tar.gz: 2f568229b8423b52456e7e58b96010a0f99fef4eed65858d98088c24591459d718f419c42b635561d2b6eb1b9b51cbd9ae890671a9bee55d485db4eb0f1980a9
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.0.23] - 2019-08-16
6
+ ### Added
7
+ - @bayprogrammer - Add 3D Secure 2 third-party auth abilities to gateway class
8
+
5
9
  ## [2.0.22] - 2019-08-14
6
10
  ### Added
7
11
  - @jeremywrowe - Support for three_ds_version, three_ds_context, and channel on
@@ -9,6 +9,7 @@ module Spreedly
9
9
  :supports_purchase_via_preauthorization, :supports_offsite_purchase,
10
10
  :supports_offsite_authorize, :supports_3dsecure_purchase, :supports_3dsecure_authorize,
11
11
  :supports_3dsecure_2_purchase, :supports_3dsecure_2_authorize,
12
+ :supports_3dsecure_2_mpi_purchase, :supports_3dsecure_2_mpi_authorize,
12
13
  :supports_store, :supports_remove, :supports_general_credit,
13
14
  :supports_fraud_review, type: :boolean
14
15
 
@@ -1,3 +1,3 @@
1
1
  module Spreedly
2
- VERSION = "2.0.22"
2
+ VERSION = "2.0.23"
3
3
  end
@@ -59,6 +59,8 @@ class GatewayOptionsTest < Test::Unit::TestCase
59
59
  :supports_3dsecure_purchase,
60
60
  :supports_3dsecure_2_authorize,
61
61
  :supports_3dsecure_2_purchase,
62
+ :supports_3dsecure_2_mpi_authorize,
63
+ :supports_3dsecure_2_mpi_purchase,
62
64
  :supports_authorize,
63
65
  :supports_capture,
64
66
  :supports_credit,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreedly
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.22
4
+ version: 2.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spreedly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-14 00:00:00.000000000 Z
11
+ date: 2019-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri