conjur-api 5.3.8.pre.321 → 5.4.0.pre.341

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -3
  3. data/VERSION +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b42679986af9d47ca9f914f1e2760af5ef6769d2c530e24ae05db1359af428e
4
- data.tar.gz: 8c8bde20c45449f87d4407779c5b593a4577a5023d9d3b5e6c1d150550c191f5
3
+ metadata.gz: ebf83cd8d162a64929094a300fa96a7d1a3bac22ef728826d0bb4dd2addf3ad9
4
+ data.tar.gz: b10ff6b557c5cc16879950f638b0cacf7149a4fa68c752125d54f94bea78b298
5
5
  SHA512:
6
- metadata.gz: 116ad35025c9dc312d509b2ef884d1a2c94bae1732d7e2bbb6decc09869088c1490705f35eb4941eeac37bdeba8c4a09d03e8e9588886aa9fef6426eee919f36
7
- data.tar.gz: a5b10cb251d0afd7ea51436eec264811b1448d2159fa624d24c3edd62e5deaf92043030f9f9ef9c3c948427eacfc8e52c432a4c2384f3c5af6efecc759bd55c0
6
+ metadata.gz: 8e72a11c756d9bbf6517f5a6298a73ede7ef4087d74f021808471fe831d06db86bf23c9cf8f7e5efe78da248d032ec577c51813d5f0bbc12a345701f3d89eb61
7
+ data.tar.gz: 4614348f7e47a4eb1643740e5015512d9b66413331ab8a7e777047811fdf7370fa40e4e4ae455919cf0fa4398dad754718c0ca44fa3e16f80eb55b0a16d44648
data/CHANGELOG.md CHANGED
@@ -9,7 +9,7 @@ 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-07-19
12
+ ## [5.4.0] - 2022-08-16
13
13
 
14
14
  ### Added
15
15
  - Added support for OIDC V2 authentication endpoint.
@@ -376,8 +376,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
376
376
 
377
377
  ## [2.0.0] - 2013-13-12
378
378
 
379
- [Unreleased]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.8...HEAD
380
- [5.3.8]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.7...v5.3.8
379
+ [Unreleased]: https://github.com/cyberark/conjur-api-ruby/compare/v5.4.0...HEAD
380
+ [5.4.0]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.7...v5.4.0
381
381
  [5.3.7]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.6...v5.3.7
382
382
  [5.3.6]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.5...v5.3.6
383
383
  [5.3.5]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.4...v5.3.5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.3.8-321
1
+ 5.4.0-341
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjur-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.8.pre.321
4
+ version: 5.4.0.pre.341
5
5
  platform: ruby
6
6
  authors:
7
7
  - CyberArk Maintainers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-20 00:00:00.000000000 Z
11
+ date: 2022-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client