ibm_cloud_sdk_core 1.1.2 → 1.1.3

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: 9ea5a5f7575d1adaba82982ad3467bb4a80c39bcc686d291dbb95e450b72e1c1
4
- data.tar.gz: 870be154704bc0e75a215ba910be6f72aa110855f65961f73ee937ba650e1103
3
+ metadata.gz: 0c9b7ef0229991386edba6b798b8dfbe46863a789cf3e224e4a4dd1a3a0c77b9
4
+ data.tar.gz: 78f9a4edfe95f69a19ecf88a7c914f34beb7d8f6776ee6fec87464fcd03c889b
5
5
  SHA512:
6
- metadata.gz: '081184cf6a07b9a48bdfcb7c20a97ff27871fb3f35e56defd88dc5e3baba9b71dc4e954ae9d1ec8c78b9929281a2133cd144967e3028463eb2a8287a9aff2560'
7
- data.tar.gz: 1ec8854f91cabc79e2bd5e9dadd09278fc72fab8934daf1d9a30e903dd85bdc1ae8aa877beea3cc72ddb5f81b435740c2a5c1fdc93175d721869b198e5606d3c
6
+ metadata.gz: f3496ff88377fcf4bf3efea81161642ba457d09c8c755da289afdae16597cfbb8d1f6e488fa259b3152c2cceb48329e1dc058dddf9ebd4d5f00d6e6f4cfd0072
7
+ data.tar.gz: fd308b61b2aa884f3110d125733024306ef06b15c416b4d12730a700a6ab17ffac79c459b076655e407ca11f4b7ef7cc7c59f9a45c53fa7cf35cf124130223b4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IBMCloudSdkCore
4
- VERSION = "1.1.2"
4
+ VERSION = "1.1.3"
5
5
  end
@@ -113,7 +113,7 @@ class BaseServiceTest < Minitest::Test
113
113
  headers: {
114
114
  "Connection" => "close",
115
115
  "Host" => "iam.cloud.ibm.com",
116
- "User-Agent" => "http.rb/4.1.1"
116
+ "User-Agent" => "http.rb/4.4.1"
117
117
  }
118
118
  )
119
119
  .to_return(status: 200, body: response.to_json, headers: {})
@@ -37,7 +37,7 @@ class Cp4dAuthenticatorTest < Minitest::Test
37
37
  "Authorization" => "Basic dXNlcm5hbWU6cGFzc3dvcmQ=",
38
38
  "Connection" => "close",
39
39
  "Host" => "icp.com",
40
- "User-Agent" => "http.rb/4.1.1"
40
+ "User-Agent" => "http.rb/4.4.1"
41
41
  }
42
42
  )
43
43
  .to_return(status: 200, body: response.to_json, headers: {})
@@ -77,7 +77,7 @@ class Cp4dAuthenticatorTest < Minitest::Test
77
77
  "Authorization" => "Basic dXNlcm5hbWU6cGFzc3dvcmQ=",
78
78
  "Connection" => "close",
79
79
  "Host" => "icp.com",
80
- "User-Agent" => "http.rb/4.1.1"
80
+ "User-Agent" => "http.rb/4.4.1"
81
81
  }
82
82
  )
83
83
  .to_return(status: 200, body: response.to_json, headers: {})
@@ -41,7 +41,7 @@ class IamAuthenticatorTest < Minitest::Test
41
41
  headers: {
42
42
  "Connection" => "close",
43
43
  "Host" => "iam.cloud.ibm.com",
44
- "User-Agent" => "http.rb/4.1.1"
44
+ "User-Agent" => "http.rb/4.4.1"
45
45
  }
46
46
  )
47
47
  .to_return(status: 200, body: response.to_json, headers: {})
@@ -83,7 +83,7 @@ class IamAuthenticatorTest < Minitest::Test
83
83
  "Connection" => "close",
84
84
  "Authorization" => "Basic Yng6Yng=",
85
85
  "Host" => "iam.cloud.ibm.com",
86
- "User-Agent" => "http.rb/4.1.1"
86
+ "User-Agent" => "http.rb/4.4.1"
87
87
  }
88
88
  )
89
89
  .to_return(status: 200, body: response.to_json, headers: {})
@@ -126,7 +126,7 @@ class IamAuthenticatorTest < Minitest::Test
126
126
  headers: {
127
127
  "Connection" => "close",
128
128
  "Host" => "iam.cloud.ibm.com",
129
- "User-Agent" => "http.rb/4.1.1"
129
+ "User-Agent" => "http.rb/4.4.1"
130
130
  }
131
131
  )
132
132
  .to_return(status: 200, body: response.to_json, headers: {})
@@ -173,7 +173,7 @@ class IamAuthenticatorTest < Minitest::Test
173
173
  headers: {
174
174
  "Connection" => "close",
175
175
  "Host" => "my.link",
176
- "User-Agent" => "http.rb/4.1.1"
176
+ "User-Agent" => "http.rb/4.4.1"
177
177
  }
178
178
  )
179
179
  .to_return(status: 200, body: response.to_json, headers: {})
@@ -114,7 +114,7 @@ class JWTTokenManagerTest < Minitest::Test
114
114
  "Authorization" => "Basic dXNlcm5hbWU6cGFzc3dvcmQ=",
115
115
  "Connection" => "close",
116
116
  "Host" => "icp.com",
117
- "User-Agent" => "http.rb/4.1.1"
117
+ "User-Agent" => "http.rb/4.4.1"
118
118
  }
119
119
  )
120
120
  .to_return(status: 200, body: response.to_json, headers: {})
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibm_cloud_sdk_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mamoon Raja
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-11 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 4.1.0
33
+ version: 4.4.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 4.1.0
40
+ version: 4.4.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jwt
43
43
  requirement: !ruby/object:Gem::Requirement