gitlab_quality-test_tooling 2.25.0 → 2.25.1

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: 00140ea21de2c5a562b7eaf3af41ee5d304a60d9bf73fb812a7e08fa04170a5e
4
- data.tar.gz: 9e8cdf91f59d43b782872ee3c625e21d0c00381feb260ab95454fd5d3cb920c7
3
+ metadata.gz: 2c4f4d94f6b20e886a63d66dfa3d5a83c3148157f5f6f1f9cd636584bc91725c
4
+ data.tar.gz: 6364dc1082fa13c109bf69fafab81f8b80e6a9737a0d5b40a72e9f109fa5e282
5
5
  SHA512:
6
- metadata.gz: 2e9561c50c8b365001cce2047d448a403c2f5de4ee3ee35841c4ce2e2d2748ca17c135b0b9e5b22389e9245a0922a6171fb99705016040a4206c139d3a3033f5
7
- data.tar.gz: 88359d86bf0cdb99b48d748570a39fa6fd3a73d9908c352d3bd956f9fea7f6c4b8d880763b2e6bccd10fa439e211bc139ea2f952952b7cef7b2e9107a7c8f31f
6
+ metadata.gz: d2116ba2746a0e91c3a299899c939b2c85cb70349c20174266ef4fb8ce5a4a09906af15b688a7fb3b3d5f7d19da8f387d3e58540a3c7ec253f4665fa406704c8
7
+ data.tar.gz: 7ac75026422eaf93c582e0e09fc291bd111f83c55d13ea2fe0cb86446e84608303610003685826cdd8e8b83a01a029b42d934b082d55b013fc7bc7d5f6f9830b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab_quality-test_tooling (2.25.0)
4
+ gitlab_quality-test_tooling (2.25.1)
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,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'time'
3
4
  require_relative 'table'
4
5
 
5
6
  module GitlabQuality
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GitlabQuality
4
4
  module TestTooling
5
- VERSION = "2.25.0"
5
+ VERSION = "2.25.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_quality-test_tooling
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.25.0
4
+ version: 2.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality