gitlab_support_readiness 1.0.122 → 1.0.123
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '085df90efaf00015b0808f25947e245de37bf847286dab6e152db454cb481b43'
|
4
|
+
data.tar.gz: 6a9900d29dfb44010aec828bc2cc5aa538d751ce34ffb85a204a8d5a41d794c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 237f7f7152ef2d7a4bb349106e5d71bf8b8c2596d63358e32e4bbc6a3d4d097eafecea7b724840442f7901256e2908a42814c94d319512d73dfd7d85622d6cdc
|
7
|
+
data.tar.gz: e2de7be780418546bbae9cb105be7347b8ea5bfa381015819076e5105a38e954d18ff6dc8be6d2dfd758794a26321effc3719ab20aab7322df07e0514cd3d914
|
@@ -671,10 +671,18 @@ module Readiness
|
|
671
671
|
# @return [Array]
|
672
672
|
def self.ss_success_signature
|
673
673
|
[
|
674
|
-
'Success Signature - 1 Year',
|
675
|
-
'Success Signature - 2 Year',
|
676
|
-
'Success Signature - 3 Year',
|
677
|
-
'Success Signature - Monthly'
|
674
|
+
'Dedicated - Success Signature - 1 Year',
|
675
|
+
'Dedicated - Success Signature - 2 Year',
|
676
|
+
'Dedicated - Success Signature - 3 Year',
|
677
|
+
'Dedicated - Success Signature - Monthly',
|
678
|
+
'SaaS - Success Signature - 1 Year',
|
679
|
+
'SaaS - Success Signature - 3 Year',
|
680
|
+
'SaaS - Success Signature - Monthly',
|
681
|
+
'SaaS - Success Signature - 2 Year',
|
682
|
+
'Self-Managed - Success Signature - 1 Year',
|
683
|
+
'Self-Managed - Success Signature - 2 Year',
|
684
|
+
'Self-Managed - Success Signature - 3 Year',
|
685
|
+
'Self-Managed - Success Signature - Monthly'
|
678
686
|
]
|
679
687
|
end
|
680
688
|
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.
|
4
|
+
version: 1.0.123
|
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-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|