conjur-debify 3.0.1.pre.2 → 3.0.1.pre.1548

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/ci/test.sh +0 -2
  4. data/distrib/entrypoint.sh +0 -4
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '096db9519827f8f934db03302c1a7fe2d9110ff93dac1aa2f94a04e5dbab9ba4'
4
- data.tar.gz: 2a405f19f456e8930e2f091e6ba78b48ec47156f508a62b4b1997d6046aebcd4
3
+ metadata.gz: b2b4706902ad9370c0c8dcca46472dca0c538681812769ee851337d1bac23192
4
+ data.tar.gz: da34f61ddbd9eb2bc7e810b9ebf10b19b512c4e28c6c59f774fd123a4c96c258
5
5
  SHA512:
6
- metadata.gz: a6dd0ad08d96af4008a005ccf4341c6b015da2312af99d9b68ca15fa8e359ccabd9a5733c68e99137a7a9d198730cc98626cf261f4509054be7f00d23fa9cbb3
7
- data.tar.gz: de9b43db5db76a000eac7858d79ec1e3caee868b0152ef264032c875e17d4ef7e30508dc3ce349636c5db70ef9edb818a20c7b4184dda0c03e2b1d8c7f5fe1d5
6
+ metadata.gz: a5880ce1f71328565101141fba09347e2758f3275a6cb35432c53ff3fba74d8cd1fa2dc05b34aa74a188dcd50b3593a0299f0708d8f289655a21657cff189f71
7
+ data.tar.gz: e2e1fa0b497dffffeee4ba45a284b133322cca8e2bdee5b1348f948cf1303042053f0a7a0eb2b9a7faac03206f75d15cf48ce06791b1d85868e18556d205b7f9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1-2
1
+ 3.0.1-1548
data/ci/test.sh CHANGED
@@ -1,7 +1,5 @@
1
1
  #!/bin/bash -ex
2
2
 
3
- git config --global --add safe.directory "$PWD"
4
-
5
3
  bundle
6
4
 
7
5
  for target in spec cucumber; do
@@ -15,9 +15,5 @@ if [[ ${#creds[*]} > 0 ]]; then
15
15
  echo -n "${creds[1]}" | docker login registry.tld -u ${creds[0]} --password-stdin >/dev/null 2>&1
16
16
  fi
17
17
 
18
- # Ensure the current working directory is considered safe by git in the debify
19
- # container.
20
- git config --global --add safe.directory "$PWD"
21
-
22
18
  exec debify "$@"
23
19
 
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: 3.0.1.pre.2
4
+ version: 3.0.1.pre.1548
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: 2023-03-09 00:00:00.000000000 Z
11
+ date: 2023-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gli