ibm_cloud_sdk_core 1.0.0.rc6 → 1.0.0
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 +4 -4
- data/README.md +1 -1
- data/lib/ibm_cloud_sdk_core/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca58ef3d25ee02da45482dda4dfd00f3c3271c8374963ba4062dc4b202321be5
|
|
4
|
+
data.tar.gz: f9420fee2e7ddf2b694e9b03bf31e71038da04cb4ada8e508a8ff3daeddabc09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 880bbdf1443b486eece94359d223aaae1b597996744a26a2359d476ce20bb0b8483ca0bf5248543a47eb397c05a85b7465047c68505d5516d6068454e69bc130
|
|
7
|
+
data.tar.gz: dd994f5342fb05e25684e5abec41aec7fb87de1ff6d072b99734c55d06a22f55d828e5371d8ea57560c385fae4bc3f1355d2778adbbcc8f040093ea2ab6bd461
|
data/README.md
CHANGED
|
@@ -31,7 +31,7 @@ This indicates Basic Auth is to be used. Users will pass in a `username` and `pa
|
|
|
31
31
|
This indicates that bearer token authentication is to be used. Users can pass in an `bearer_token`, and SDK will generate a Bearer Auth header to send with requests to the service.
|
|
32
32
|
|
|
33
33
|
### iam
|
|
34
|
-
This indicates that IAM token authentication is to be used. Users can pass in an `
|
|
34
|
+
This indicates that IAM token authentication is to be used. Users can pass in an `apikey`. The SDK will manage the token for the user and it will generate a Bearer Auth header to send with requests to the service.
|
|
35
35
|
|
|
36
36
|
### cp4d
|
|
37
37
|
This indicates that the service is an instance of ICP4D, which has its own version of token authentication. Users can pass in a `username` and `password`. If a username and password is given, the SDK will manage the token for the user.
|
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.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mamoon Raja
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-10-
|
|
11
|
+
date: 2019-10-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '1.
|
|
61
|
+
version: '1.6'
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '1.
|
|
68
|
+
version: '1.6'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: codecov
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -170,14 +170,14 @@ dependencies:
|
|
|
170
170
|
requirements:
|
|
171
171
|
- - "~>"
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
version: '
|
|
173
|
+
version: '13.0'
|
|
174
174
|
type: :development
|
|
175
175
|
prerelease: false
|
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
|
177
177
|
requirements:
|
|
178
178
|
- - "~>"
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: '
|
|
180
|
+
version: '13.0'
|
|
181
181
|
- !ruby/object:Gem::Dependency
|
|
182
182
|
name: rubocop
|
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -271,12 +271,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
271
271
|
version: '2.3'
|
|
272
272
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
273
273
|
requirements:
|
|
274
|
-
- - "
|
|
274
|
+
- - ">="
|
|
275
275
|
- !ruby/object:Gem::Version
|
|
276
|
-
version:
|
|
276
|
+
version: '0'
|
|
277
277
|
requirements: []
|
|
278
278
|
rubyforge_project:
|
|
279
|
-
rubygems_version: 2.7.
|
|
279
|
+
rubygems_version: 2.7.7
|
|
280
280
|
signing_key:
|
|
281
281
|
specification_version: 4
|
|
282
282
|
summary: Official IBM Cloud SDK core library
|