api_banking 0.1.10 → 0.1.11

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
  SHA1:
3
- metadata.gz: 587d07e3b2a3496d4c1ac44033bea211ac2c08f4
4
- data.tar.gz: 438e8711a55672322d8fd88e504cf8ad4798c4ee
3
+ metadata.gz: 7107dd7904bb9ed9f573ce850b9846b04510b7e3
4
+ data.tar.gz: e7b33ec5f8128a88867c6c6a60a79c97e2b4568c
5
5
  SHA512:
6
- metadata.gz: 48aad26e59fd16e097f5b209b90d82b2c4580ba5dc64a78679372a5665463680d941c733d2d62d469d0b56135ea4766f2f610a8f55c892d099cd4571197589b7
7
- data.tar.gz: 94dc5b7799993644417859619048169cbc47d817632ce2ea386743013e355f3c311d3d288e2175299901ea1ccb7c00496e3691dac7cf743b8e6a80bbe6aac08f
6
+ metadata.gz: 4e34438359c47cea02abde59f044e63955056e4d00d3d79744b70c8fc7159dd3bbaa5415701e847d53514c8069be180ffd56112a814a1cfdb8acf03fadb03c64
7
+ data.tar.gz: 420f29c734c8f7edc5f2063f49e8b4425b657d5ec93c314c0ebeea714e954901b0eafc9d260bfeea5147c52e9ae26e56a33fbbbe3dd34a67dbfb859fbbe09ef7
@@ -12,7 +12,7 @@ module ApiBanking
12
12
  end
13
13
  end
14
14
 
15
- PRD = Struct.new(:user, :password, :client_id, :client_secret, :ssl_client_cert, :ssl_client_key, :ssl_ca_file, :endpoints) do
15
+ PRD = Struct.new(:user, :password, :client_id, :client_secret, :ssl_client_cert, :ssl_client_key, :ssl_client_key_pass, :ssl_ca_file, :endpoints) do
16
16
  def initialize(*)
17
17
  super
18
18
  self.ssl_ca_file ||= File.expand_path('./prd.pem', File.dirname(__FILE__))
@@ -42,6 +42,7 @@ module ApiBanking
42
42
  options[:headers]["X-IBM-Client-Secret"] = self.configuration.environment.client_secret
43
43
  options[:cainfo] = self.configuration.environment.ssl_ca_file
44
44
  options[:sslkey] = self.configuration.environment.ssl_client_key
45
+ options[:keypasswd] = self.configuration.environment.ssl_client_key_pass
45
46
  options[:sslcert] = self.configuration.environment.ssl_client_cert
46
47
  options[:ssl_verifypeer] = true
47
48
  elsif self.configuration.environment.kind_of?ApiBanking::Environment::YBL::UAT
@@ -1,3 +1,3 @@
1
1
  module ApiBanking
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_banking
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - akil