connect-sdk-ruby 2.47.0 → 2.47.1

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: e3126dedb5946a68ac1cd320f41ce8c75a17b81c78dca433202b91df1a8a6b17
4
- data.tar.gz: 232e2120ae13f239d936d68a5c397d9fe622077ae78e2e9da1bb62d53bcf9e4b
3
+ metadata.gz: 639cb3137b932ff3696b1b6b58fb5c423847ca36887dd3edcbc5279ced07915e
4
+ data.tar.gz: 5caa9df5c6141e264f1ca2a2c964ffc8d222a8e135c9a13f86b715998f2d9758
5
5
  SHA512:
6
- metadata.gz: 7d9654aeeb1bc58a6e3582310b0c8dfa86c50d0cd5af3adda3912bb6f06a4902f0111e6a0487654e50ad4c99b531c6cd6e351e26385efde623b70df5696f32d4
7
- data.tar.gz: 62b2c5fae21f48ac59dc38e6672bee870db069598e028f662efb29b76a12ea7432949f07608ab8e4df307989c8f401ffad48956baafb51efe2f5073807c51677
6
+ metadata.gz: 315c751a67acc403114ee5c26d161d9449ab25c0a61bee4e82d672c83752af64f40750ac31f92291976fb87349bfcc60e47e461c65d94ca30e9aef0f4bdced46
7
+ data.tar.gz: aab83d74614443ae32129bbcf72f18b9c6b8303ea8c1f29a5502e78a7f85822a2fadd641b7a940d103ce0d542d6bb7aa49f33441b0dbf65c1689d37cb93815c0
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'connect-sdk-ruby'
3
- spec.version = '2.47.0'
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.0'
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.0
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-02-14 00:00:00.000000000 Z
11
+ date: 2024-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient