gitlab_support_readiness 1.0.136 → 1.0.137

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: e7b741fe7986c2c56fabf8f787dfc7933df5f0626c3545301bd433c92a4c70a9
4
- data.tar.gz: ccf7b32a5094150cefe0f51e40885c4ec9a232a5b30b6545deb48f8ab8e1769f
3
+ metadata.gz: 0e099f19d3317bf598a69b300a9b38f9763de67f02e7c4a14b172fb7cc2923ad
4
+ data.tar.gz: 269acda307463da5ed94f8bb73e97e9309af1a0a4e5058f6a3ea74c2c516b36a
5
5
  SHA512:
6
- metadata.gz: 9a68ab896c6ffcf4707dd0218555196841815a6123852473f94cca621f1ea8c40520798cccd2c8893a74ea938d13c4693cae33f687f05ca5970227ca116f7780
7
- data.tar.gz: fa721950196ea32283fca4294a97eb9c67fa6e470208fca493f9420e0d2abf32349f3be12f310a0c865973cabf32458b4852b6bf78308e1e529f9fa9e2e03bfc
6
+ metadata.gz: '048c26f26d7151b2f582a47781890762399ec8e7fc4106618dcc3c29f0f6d17ca2aa1300f70d64495f3944fe398a2c613efcb6035271001ba65060ca9ee3df01'
7
+ data.tar.gz: 79ffc4797ebe879c3a64c055f8763963897f73b808e79e6197fc7c740df6fb93b4cf8aaba4ac3c2361dbd703f4824780a1e648b3383640bd1269654b06439cbd
@@ -269,6 +269,10 @@ module Readiness
269
269
  sub_types.push('sub_ss_enterprise') if SubscriptionDefinitions.ss_success_signature.include? sub.Name
270
270
  sub_types.push('sub_usgov_24x7') if SubscriptionDefinitions.fedramp.include? sub.Name
271
271
  sub_types.push('sub_gitlab_dedicated') if SubscriptionDefinitions.fedramp.include? sub.Name
272
+ sub_types.push('sub_ss_enterprise') if account.Account_ID_18__c == '00161000010fYlBAAU' && sub.Name =~ /Success\ Plan\ Services/
273
+ sub_types.push('sub_ss_enterprise') if account.Account_ID_18__c == '001PL00000S7nT3YAJ' && sub.Name =~ /Success\ Plan\ Services/
274
+ sub_types.push('sub_ss_enterprise') if account.Account_ID_18__c == '0016100000K8R8fAAF' && sub.Name =~ /Success\ Plan\ Services/
275
+ sub_types.push('sub_ss_enterprise') if account.Account_ID_18__c == '0014M00001lcEpNQAU' && sub.Name =~ /Success\ Plan\ Services/
272
276
  sub_types.push('sub_other') if sub_types.count.zero?
273
277
  subs += sub_types
274
278
  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.136
4
+ version: 1.0.137
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-25 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport