ibm_cloud_sdk_core 1.1.2 → 1.1.3
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: 0c9b7ef0229991386edba6b798b8dfbe46863a789cf3e224e4a4dd1a3a0c77b9
|
4
|
+
data.tar.gz: 78f9a4edfe95f69a19ecf88a7c914f34beb7d8f6776ee6fec87464fcd03c889b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3496ff88377fcf4bf3efea81161642ba457d09c8c755da289afdae16597cfbb8d1f6e488fa259b3152c2cceb48329e1dc058dddf9ebd4d5f00d6e6f4cfd0072
|
7
|
+
data.tar.gz: fd308b61b2aa884f3110d125733024306ef06b15c416b4d12730a700a6ab17ffac79c459b076655e407ca11f4b7ef7cc7c59f9a45c53fa7cf35cf124130223b4
|
@@ -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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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-
|
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.
|
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.
|
40
|
+
version: 4.4.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: jwt
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|