gitlab-secret_detection 0.14.1 → 0.14.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. metadata +2 -3
  3. data/lib/gitlab.rb +0 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0ab467aac5be2b21d736da1917982e522bb79522d108ae9edeb0ad0b80b0c09
4
- data.tar.gz: c0bdaee4db1a8d5220333e44c6ca87645c48ba10d838ecfef5fd632eb7169f31
3
+ metadata.gz: 6e705b3e254f6972c25d7f6ef1b9bcbc21a2571bdc861001b3e3bab7999b03ad
4
+ data.tar.gz: dd47048712bc544fc74d86ed927e4abc9f690253454561f07cb2afabcdcef7e4
5
5
  SHA512:
6
- metadata.gz: f54376fa5767253bd79e88b826e1a19f79c0222e16f1394b301c801ff61fb1fbb0f27fbbdd6b0c8899f013fdae75c5b5887327e8e7873c17257a2c16968d70f5
7
- data.tar.gz: 7805cd5cf18f94006d4e0fb6409d79b2b48fed3108f7eb598a6cea64141d2a43065dad5d0cd58867138cd6aaf8ef71bbd17479b992d9853f46c198f468311bf0
6
+ metadata.gz: 97564ccb6513e7ef41482b52c331c8c04759d968015364e5bb345ace5fab446b6938950ee9b5941adc3603bd7da7aaf144747ad572a368b4fca1970110f8de15
7
+ data.tar.gz: c424885c5629f8bc78356db53950830aa9df9cbbee238fb8901f80670d13716b16badc7c72998179a54dd24cdb2885246c46dd82c95250ba19f2cb46ea44ce50
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-secret_detection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1
4
+ version: 0.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - group::secret detection
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-12-17 00:00:00.000000000 Z
13
+ date: 2024-12-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: grpc
@@ -96,7 +96,6 @@ files:
96
96
  - LICENSE
97
97
  - README.md
98
98
  - config/log.rb
99
- - lib/gitlab.rb
100
99
  - lib/gitlab/secret_detection.rb
101
100
  - lib/gitlab/secret_detection/core.rb
102
101
  - lib/gitlab/secret_detection/core/finding.rb
data/lib/gitlab.rb DELETED
@@ -1,6 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative 'gitlab/secret_detection'
4
-
5
- module Gitlab
6
- end