conjur-api 5.3.7 → 5.3.8.pre.194
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/CHANGELOG.md +2 -0
- data/VERSION +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55410ede74a66c16a7fec901e52d6b934ff385317c6563610e3143a331a2c379
|
4
|
+
data.tar.gz: bda62f61a578d58845a0f78ede6141aea1c074a02ba5fa74b02ebc95f154aae1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e17d66e8b4cddcf0ad19c9c8c4acad960a4392718a03d284fc97be650fd5b4bad590f7fd80cc448a3587c8f1485c3fd23fa7504b2e2ce1e649e65ad540762db3
|
7
|
+
data.tar.gz: 6d46d1442222981f6b36899a6f8cd247dd55dea420c6c621677af2780c750f5d72ebed1d283701be1514a43b646c8ca22ba4998b43c5221e05b25722113b3962
|
data/CHANGELOG.md
CHANGED
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
9
9
|
- Nothing should go in this section, please add to the latest unreleased version
|
10
10
|
(and update the corresponding date), or add a new version.
|
11
11
|
|
12
|
+
## [5.3.8] - 2022-01-31
|
13
|
+
|
12
14
|
## [5.3.7] - 2021-12-28
|
13
15
|
|
14
16
|
### Changed
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
5.3.
|
1
|
+
5.3.8-194
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: conjur-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.3.
|
4
|
+
version: 5.3.8.pre.194
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CyberArk Maintainers
|
@@ -389,9 +389,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
389
389
|
version: '1.9'
|
390
390
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
391
391
|
requirements:
|
392
|
-
- - "
|
392
|
+
- - ">"
|
393
393
|
- !ruby/object:Gem::Version
|
394
|
-
version:
|
394
|
+
version: 1.3.1
|
395
395
|
requirements: []
|
396
396
|
rubyforge_project:
|
397
397
|
rubygems_version: 2.7.6.2
|