gitlab_support_readiness 1.7.0 → 1.7.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: 64ec5a87e059b5c41962ae52cf3fdd8b3b643985bbf2edef55b95b1464f0aeac
4
- data.tar.gz: d2eced2b1c6c57b5523bd44592060a520b0088c95bc48aa793d10892bbe3b911
3
+ metadata.gz: 4b1acd1b64be4663d5342cb496f39e393ab8eee54c13a8091a84dfee24b8e147
4
+ data.tar.gz: 88b790bdc184f3d8261c4affccde34f6050f8c41a4d152abf2a4395115aeee49
5
5
  SHA512:
6
- metadata.gz: 105d89b7d81aec9f3ee058c8fdf93527c1671129e2b5b5ca22349712033cbc81e93a3b48e86ee8b08501832109188e32f2c56cce85ddd19ec5dae92fb1cf4c52
7
- data.tar.gz: da10aa45291ca9907debad2cb7c902fd1fa2636830dc708bede07d752f394d6dcfdc989d100dbae3803ca1e901028eea383be8cf2f6db2fc1cae045831e87f31
6
+ metadata.gz: 62f8e10c3c6b9e4f30d5d1a290e4b929a4befe3fc8402d6b74af77ab094d0cac29bc1ec1f1881176beb24ca5089b8d18262a29027c6e9c4837d0621d6b815c2e
7
+ data.tar.gz: 2facbb22ff772a2e16f4ba63805f591773032b9128d26aa5043a914ed6f13261aabe87b16fd130db7ccb3704cfd0eac0f83d83782cd7ebbec0434e9e04832501
@@ -63,11 +63,11 @@ module Readiness
63
63
  comparable_zd = zd.dup
64
64
  comparable_repo = repo.dup
65
65
  comparable_zd.id = nil
66
- comparable_zd.agent_conditions.sort_by! { |a| [a['parent_field_id'], a['value']] }
66
+ comparable_zd.agent_conditions.sort_by! { |a| [a['parent_field_id'], a['value'].to_s] }
67
67
  comparable_zd.agent_conditions.map { |a| a['child_fields'].sort_by! { |c| c['id'] }}
68
68
  comparable_zd.end_user_conditions.sort_by! { |a| [a['parent_field_id'], a['value']] }
69
69
  comparable_zd.end_user_conditions.map { |a| a['child_fields'].sort_by! { |c| c['id'] }}
70
- comparable_repo.agent_conditions.sort_by! { |a| [a['parent_field_id'], a['value']] }
70
+ comparable_repo.agent_conditions.sort_by! { |a| [a['parent_field_id'], a['value'].to_s] }
71
71
  comparable_repo.agent_conditions.map { |a| a['child_fields'].sort_by! { |c| c['id'] }}
72
72
  comparable_repo.end_user_conditions.sort_by! { |a| [a['parent_field_id'], a['value']] }
73
73
  comparable_repo.end_user_conditions.map { |a| a['child_fields'].sort_by! { |c| c['id'] }}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_support_readiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Colyer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-16 00:00:00.000000000 Z
11
+ date: 2025-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport