connect-sdk-ruby 2.47.0 → 2.47.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 639cb3137b932ff3696b1b6b58fb5c423847ca36887dd3edcbc5279ced07915e
|
4
|
+
data.tar.gz: 5caa9df5c6141e264f1ca2a2c964ffc8d222a8e135c9a13f86b715998f2d9758
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 315c751a67acc403114ee5c26d161d9449ab25c0a61bee4e82d672c83752af64f40750ac31f92291976fb87349bfcc60e47e461c65d94ca30e9aef0f4bdced46
|
7
|
+
data.tar.gz: aab83d74614443ae32129bbcf72f18b9c6b8303ea8c1f29a5502e78a7f85822a2fadd641b7a940d103ce0d542d6bb7aa49f33441b0dbf65c1689d37cb93815c0
|
data/connect-sdk-ruby.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = 'connect-sdk-ruby'
|
3
|
-
spec.version = '2.47.
|
3
|
+
spec.version = '2.47.1'
|
4
4
|
spec.authors = ['Ingenico ePayments']
|
5
5
|
spec.email = ['github@epay.ingenico.com']
|
6
6
|
spec.summary = %q{SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API}
|
@@ -11,7 +11,7 @@ module Ingenico
|
|
11
11
|
#
|
12
12
|
# @attr_reader [Array<Ingenico::Connect::SDK::RequestHeader>] meta_data_headers List of headers that should be used in all requests.
|
13
13
|
class MetaDataProvider
|
14
|
-
@@SDK_VERSION = '2.47.
|
14
|
+
@@SDK_VERSION = '2.47.1'
|
15
15
|
@@SERVER_META_INFO_HEADER = 'X-GCS-ServerMetaInfo'
|
16
16
|
@@PROHIBITED_HEADERS = [@@SERVER_META_INFO_HEADER, 'X-GCS-Idempotence-Key',
|
17
17
|
'Date', 'Content-Type', 'Authorization'].sort!.freeze
|
@@ -7,14 +7,14 @@ end
|
|
7
7
|
module Ingenico::Connect::SDK::DefaultImpl
|
8
8
|
end
|
9
9
|
|
10
|
-
# Contains all obfuscation-related classes.
|
11
|
-
module Ingenico::Connect::SDK::Logging::Obfuscation
|
12
|
-
end
|
13
|
-
|
14
10
|
# Contains all logging-related classes.
|
15
11
|
module Ingenico::Connect::SDK::Logging
|
16
12
|
end
|
17
13
|
|
14
|
+
# Contains all obfuscation-related classes.
|
15
|
+
module Ingenico::Connect::SDK::Logging::Obfuscation
|
16
|
+
end
|
17
|
+
|
18
18
|
# Contains interfaces to all Ingenico ePayments services. These services are accessed through a *Ingenico::Connect::SDK::Client* instance.
|
19
19
|
module Ingenico::Connect::SDK::Merchant
|
20
20
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: connect-sdk-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.47.
|
4
|
+
version: 2.47.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ingenico ePayments
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httpclient
|