conjur-api 5.4.1.pre.539 → 5.4.1.pre.551
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -1
- data/Jenkinsfile +20 -5
- data/VERSION +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ed429f2601212bcf5cb256e6f8269d5bd2ce18846a788a92558c25ea5c17d88
|
4
|
+
data.tar.gz: ba259fdc461dd862189d9ada90ddeb40f2ebc7bbc8773c1de7a4ba46c7dc746d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40b68801a2e59679d723716616e75ef5f72f6ca73c65cb1fca50f08b15abb6806a3fdb40e43a155ae2ff3f198f13ab2c16dba2f18aa17d9558fbdff53be56b14
|
7
|
+
data.tar.gz: ae3029cb77b0c091f05fff2a48b1a72f37e4ad2b5bfec9692a330fba629777f216573f8ef99a5baebad34fc2f6c2ff201b4394926d224349729438a9e2669d7d
|
data/CHANGELOG.md
CHANGED
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
13
13
|
### Added
|
14
14
|
- Added authenticate wrapper to access unparsed response object (including headers).
|
15
15
|
[cyberark/conjur-api-ruby#213](https://github.com/cyberark/conjur-api-ruby/pull/213)
|
16
|
+
- Support Ruby v3.1 and v3.2.
|
17
|
+
[cyberark/conjur-api-ruby#220](https://github.com/cyberark/conjur-api-ruby/pull/220)
|
16
18
|
|
17
19
|
## [5.4.0] - 2022-08-16
|
18
20
|
|
@@ -381,7 +383,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
381
383
|
|
382
384
|
## [2.0.0] - 2013-13-12
|
383
385
|
|
384
|
-
[Unreleased]: https://github.com/cyberark/conjur-api-ruby/compare/v5.4.
|
386
|
+
[Unreleased]: https://github.com/cyberark/conjur-api-ruby/compare/v5.4.1...HEAD
|
387
|
+
[5.4.1]: https://github.com/cyberark/conjur-api-ruby/compare/v5.4.0...v5.4.1
|
385
388
|
[5.4.0]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.7...v5.4.0
|
386
389
|
[5.3.7]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.6...v5.3.7
|
387
390
|
[5.3.6]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.5...v5.3.6
|
data/Jenkinsfile
CHANGED
@@ -58,14 +58,29 @@ pipeline {
|
|
58
58
|
}
|
59
59
|
}
|
60
60
|
|
61
|
-
stage('Test Ruby
|
61
|
+
stage('Test Ruby 3.0') {
|
62
62
|
environment {
|
63
|
-
RUBY_VERSION = '
|
63
|
+
RUBY_VERSION = '3.0'
|
64
64
|
}
|
65
65
|
steps {
|
66
|
-
sh
|
66
|
+
sh("./test.sh")
|
67
|
+
}
|
68
|
+
post {
|
69
|
+
always {
|
70
|
+
junit 'spec/reports/*.xml'
|
71
|
+
junit 'features/reports/*.xml'
|
72
|
+
junit 'features_v4/reports/*.xml'
|
73
|
+
}
|
67
74
|
}
|
75
|
+
}
|
68
76
|
|
77
|
+
stage('Test Ruby 3.1') {
|
78
|
+
environment {
|
79
|
+
RUBY_VERSION = '3.1'
|
80
|
+
}
|
81
|
+
steps {
|
82
|
+
sh("./test.sh")
|
83
|
+
}
|
69
84
|
post {
|
70
85
|
always {
|
71
86
|
junit 'spec/reports/*.xml'
|
@@ -75,9 +90,9 @@ pipeline {
|
|
75
90
|
}
|
76
91
|
}
|
77
92
|
|
78
|
-
stage('Test Ruby 3.
|
93
|
+
stage('Test Ruby 3.2') {
|
79
94
|
environment {
|
80
|
-
RUBY_VERSION = '3.
|
95
|
+
RUBY_VERSION = '3.2'
|
81
96
|
}
|
82
97
|
steps {
|
83
98
|
sh("./test.sh")
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
5.4.1-
|
1
|
+
5.4.1-551
|
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.4.1.pre.
|
4
|
+
version: 5.4.1.pre.551
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CyberArk Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|