conjur-debify 2.1.1.pre.971 → 2.1.1.pre.1008

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/image-tags +1 -1
  4. data/lib/conjur/debify.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd46f1d6038123e8a0c534a39302fb221d1283b59281b534acce5a49528089d2
4
- data.tar.gz: c1e9dc6004b4270d63d4be88b22555f8af40b15830b4eef8f34f53aa83420b89
3
+ metadata.gz: a9624e37a76cfc8ffc2afb4c42266adc0ab1e3babd7ae1b3fb066f6f97d85050
4
+ data.tar.gz: 94cf7873dccffe67229b3a38d21c53399e21d0cbf646034a9f7af81903c30b4f
5
5
  SHA512:
6
- metadata.gz: ed8073bc1a2c0f7550f55ed2913c4dc26b8afeb4b16b67b62320e2a4513c0a6d55935b0a7f6f9102a48c3773a9f29e705add1f0a7491bdf09a92c318fe95dcf7
7
- data.tar.gz: c16f306f7ad35fc5fbb46f9b4acb4dfd4bcf6d7db4ae40d7762c68c82d020060414a360da558244499074ed03f077f96b448e892d4b34b478ec76ea0126f0ab2
6
+ metadata.gz: fc52e392464fb7b208d736450ce387630c71eaf7971cee3ededaae0974cbafc892966fd175b2e52406ad1b6ffdc8d523295d194d90f1d946ed1faf4264597ff5
7
+ data.tar.gz: b70e4a57a246774061930dee1b22d3af9fbeae54c9130896a2ce4bd83150da7d639120283601dbc7db4bfa707d79845baab1ecec2049be34d7e7929dea372cb6
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.1-971
1
+ 2.1.1-1008
data/image-tags CHANGED
@@ -3,7 +3,7 @@
3
3
  : ${BRANCH_NAME:=$(git symbolic-ref --short HEAD)}
4
4
 
5
5
  show_master_tags() {
6
- IFS=. read MAJOR MINOR PATCH <VERSION
6
+ IFS=. read MAJOR MINOR PATCH <<< "$(<VERSION)"
7
7
  TAG="$MAJOR.$MINOR.$PATCH"
8
8
  echo "latest $TAG $MAJOR.$MINOR"
9
9
  }
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.971
4
+ version: 2.1.1.pre.1008
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-06 00:00:00.000000000 Z
11
+ date: 2022-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gli