gitlab_support_readiness 1.0.137 → 1.0.138

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: 0e099f19d3317bf598a69b300a9b38f9763de67f02e7c4a14b172fb7cc2923ad
4
- data.tar.gz: 269acda307463da5ed94f8bb73e97e9309af1a0a4e5058f6a3ea74c2c516b36a
3
+ metadata.gz: 19acb41b992bf3ada2f3298eaf470427c6561296682a5d5022ed470747afad89
4
+ data.tar.gz: d7605ed8aec9a76dbd3bfa7a42f86f43c9daf9eeb6929e7248da5befc77eab36
5
5
  SHA512:
6
- metadata.gz: '048c26f26d7151b2f582a47781890762399ec8e7fc4106618dcc3c29f0f6d17ca2aa1300f70d64495f3944fe398a2c613efcb6035271001ba65060ca9ee3df01'
7
- data.tar.gz: 79ffc4797ebe879c3a64c055f8763963897f73b808e79e6197fc7c740df6fb93b4cf8aaba4ac3c2361dbd703f4824780a1e648b3383640bd1269654b06439cbd
6
+ metadata.gz: 9f6b377d0ce330d7d80b6cc30aad35a09fbef250140ba7be7906b5dc25a23311d4d1660075e535b415f598c12d9cddb206fdf1e89698fdfd549ef0587c8e5ad6
7
+ data.tar.gz: 33e94b43a878c006a47ea88df3ef6f597af5f20e03971848131b79009d43b5001d73f016651b72d46eaf13419ae7a985b235fae34cc3bf4f8cba4da236dd64b4
@@ -62,6 +62,7 @@ module Readiness
62
62
  else
63
63
  comparable = zd.dup
64
64
  comparable.id = nil
65
+ comparable.conditions = zd.conditions.sort.to_h
65
66
  diffs[:updates].push(update_object(repo, zd)) if to_clean_json(repo) != to_clean_json(comparable)
66
67
  detailed_diff(repo, comparable) if verbose && to_clean_json(repo) != to_clean_json(comparable)
67
68
  end
@@ -67,6 +67,7 @@ module Readiness
67
67
  else
68
68
  comparable = zd.dup
69
69
  comparable.id = nil
70
+ comparable.conditions = zd.conditions.sort.to_h
70
71
  diffs[:updates].push(update_object(repo, zd)) if to_clean_json(repo) != to_clean_json(comparable)
71
72
  detailed_diff(repo, comparable) if verbose && to_clean_json(repo) != to_clean_json(comparable)
72
73
  end
@@ -63,6 +63,7 @@ module Readiness
63
63
  else
64
64
  comparable = zd.dup
65
65
  comparable.id = nil
66
+ comparable.conditions = zd.conditions.sort.to_h
66
67
  diffs[:updates].push(update_object(repo, zd)) if to_clean_json(repo) != to_clean_json(comparable)
67
68
  detailed_diff(repo, comparable) if verbose && to_clean_json(repo) != to_clean_json(comparable)
68
69
  end
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.0.137
4
+ version: 1.0.138
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-04-29 00:00:00.000000000 Z
11
+ date: 2025-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport