gitlab_quality-test_tooling 2.20.2 → 2.20.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b19963b797f614b40b30f5df3ed6bc75e4b5d8396e9affe95566c0980f6433d5
4
- data.tar.gz: e5ff4fe4f7c0a0ca1f97beceda5832641c39ea5a920d63b9f8e195db85ea931d
3
+ metadata.gz: 5fcdafab955309e5bc8339d69af869089359e4323f4b51ba80565092443928df
4
+ data.tar.gz: fe09638d129c26153885ea49ebed73834fbd87e7bc65f4cd79ff3807027d47c3
5
5
  SHA512:
6
- metadata.gz: e4bbfcb079935a0f77525c862cb00346be21052c2a799c93f0b2516ebdacd90ede3fb66994feec42a91cc685892a5a64d333af374ba0121386fe18d5ca4f4cbc
7
- data.tar.gz: fcee8ac94fff1b1a12b13a735a26333fd3ab6caa257315853de89554bedb7b4c400e1f2eb8a2e9fc570b0e2d2c630378bf24b23c9f6efda7a360dcbfad522cb4
6
+ metadata.gz: aa9dab59ef59c0c3fedce10911290974a8e0fe65746da8e38c0ac33697808e936b8386b7252fa6a55ccc11df2fadadfa46467b390749bf41db9a273f03e698a8
7
+ data.tar.gz: f03234f295299537ae028678e8039754f8e15fe988599ef688ef2bd3feb9e8b52fad07f6dde9a892057d4ea9da096e029612feb549bc929259bea573f322c33d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab_quality-test_tooling (2.20.2)
4
+ gitlab_quality-test_tooling (2.20.3)
5
5
  activesupport (>= 7.0, < 7.3)
6
6
  amatch (~> 0.4.1)
7
7
  fog-google (~> 1.24, >= 1.24.1)
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'time'
4
+
3
5
  module GitlabQuality
4
6
  module TestTooling
5
7
  module Report
@@ -1,5 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'date'
4
+ require 'time'
5
+
3
6
  module GitlabQuality
4
7
  module TestTooling
5
8
  module Report
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GitlabQuality
4
4
  module TestTooling
5
- VERSION = "2.20.2"
5
+ VERSION = "2.20.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_quality-test_tooling
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20.2
4
+ version: 2.20.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-09-26 00:00:00.000000000 Z
11
+ date: 2025-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control