conjur-debify 2.1.1.pre.970 → 2.1.1.pre.989
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/Jenkinsfile +1 -1
- data/VERSION +1 -1
- data/image-tags +1 -1
- data/lib/conjur/debify.rb +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: f8922e0361dc6f92d54512b81067bf5f016e4f95e327e929bab8435ce16e28c1
|
4
|
+
data.tar.gz: '028f9d3708f8b97cc11558bd0a9c999e3a0cab835adff898e28262a59be657d0'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41c09db0c8b8ca5a70c182f3e14546a07113e6acf9df0667221dfc1ef57e7a3f3063d11fd015bd20d8212f52c73297422a25811cda2582e5c0f6513e07890d7b
|
7
|
+
data.tar.gz: d10b3ba7057289a575af333fe7c4bf3e3758585a19c9a8dc88baa015ee1553c0298c6a723416760013ee2bf7c7ec13da3813a5bd502923eb742d828fce535ab1
|
data/Jenkinsfile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.1-
|
1
|
+
2.1.1-989
|
data/image-tags
CHANGED
data/lib/conjur/debify.rb
CHANGED
@@ -91,7 +91,7 @@ def detect_version
|
|
91
91
|
end
|
92
92
|
|
93
93
|
def git_files
|
94
|
-
files = (`git ls-files -z`.split("\x0") + ['Gemfile.lock']).uniq
|
94
|
+
files = (`git ls-files -z`.split("\x0") + ['Gemfile.lock', 'VERSION']).uniq
|
95
95
|
# Since submodule directories are listed, but are not files, we remove them.
|
96
96
|
# Currently, `conjur-project-config` is the only submodule in Conjur, and it
|
97
97
|
# can safely be removed because it's a developer-only tool. If we add another
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: conjur-debify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.1.pre.
|
4
|
+
version: 2.1.1.pre.989
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CyberArk Software, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gli
|