gitlab_support_readiness 1.5.2 → 1.5.4

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: 55f82b761c654e00fb7af6aa3b4939bfea4488b0babdd142e5931cf1a7b79301
4
- data.tar.gz: 3be7a3a1ce068a28313adbcaa27efa2712859529960dbed33c427e1de2f3453c
3
+ metadata.gz: '08d7e325135f17e4810630cdce9b8f4c6b8e8bd04c762acdf1ab9b2f39168d00'
4
+ data.tar.gz: b19f9b266c291eb26f7044418afc66dc3d2788f94620afa428d4e745f316c995
5
5
  SHA512:
6
- metadata.gz: 4c9bd30a2c9cde3168cdc4f21b2c96d3d71c4099a239ecaf19b1ac1ed2ca68fa48247842cc3533239237b18de74d5858edc1941358a2f015f544c0bc71932531
7
- data.tar.gz: 2d1bca2f6646038e1d5bbd7a68d4fa7fd96ff47bdf80dd1263b31f0a29dbe2186047aef9e0d8b33fe19c63eccdae8f1d096f97b258a253004945fbc1f2a97dcd
6
+ metadata.gz: e0f3872f946ce2e5bbc1087213a736cb8aa3a9f983e23550c98e68f4930d16f00fdf6c4f8db30e443d7ed974098570784bee0143f830009b7fc9f0056fda4fe2
7
+ data.tar.gz: 392dbc262c9128e500573fbb26fe596e76a3410391f9f8beb0f72771f8a62915d06370ae908f78893dd11dc1993e03db04b0cfeae4711adfdfe6d3e02f84e5f0
@@ -176,15 +176,6 @@ module Readiness
176
176
  @plan ||= ENV.fetch('SM_PLAN')
177
177
  end
178
178
 
179
- ##
180
- # Sets the global variable sfdc_account_link
181
- #
182
- # @author Jason Colyer
183
- # @since 1.0.42
184
- def self.sfdc_account_link
185
- @sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
186
- end
187
-
188
179
  ##
189
180
  # Sets the global variable reason
190
181
  #
@@ -88,15 +88,6 @@ module Readiness
88
88
  @sfdc_account ||= ENV.fetch('SFDC_ACCOUNT')
89
89
  end
90
90
 
91
- ##
92
- # Sets the global variable version
93
- #
94
- # @author Jason Colyer
95
- # @since 1.0.42
96
- def self.version
97
- @version ||= ENV.fetch('SM_VERSION')
98
- end
99
-
100
91
  ##
101
92
  # Returns the ticket body
102
93
  #
@@ -115,7 +106,6 @@ module Readiness
115
106
  A request has been filed for Other (nothing else fits the request).
116
107
  </p>
117
108
  <ul>
118
- <li>GitLab Version: #{version}</li>
119
109
  <li>#{Readiness::SupportSuperFormProcessor::Shared.sfdc_account_string(sfdc_account)}</li>
120
110
  </ul>
121
111
  <p>
@@ -151,15 +151,6 @@ module Readiness
151
151
  @reason ||= ENV.fetch('NEW_TRIAL_REASON')
152
152
  end
153
153
 
154
- ##
155
- # Sets the global variable sfdc_account
156
- #
157
- # @author Jason Colyer
158
- # @since 1.0.42
159
- def self.sfdc_account
160
- @sfdc_account ||= ENV.fetch('SFDC_ACCOUNT')
161
- end
162
-
163
154
  ##
164
155
  # Sets the global variable version
165
156
  #
@@ -197,7 +188,6 @@ module Readiness
197
188
  <li>Desired trial end date: #{end_date}</li>
198
189
  <li>Trial seat count: #{current}</li>
199
190
  <li>Trial plan: #{plan}</li>
200
- <li>#{Readiness::SupportSuperFormProcessor::Shared.sfdc_account_string(sfdc_account)}</li>
201
191
  <li>Reason user cannot start a trial: #{reason}</li>
202
192
  <li>GitLab Version: #{version}</li>
203
193
  </ul>
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.5.2
4
+ version: 1.5.4
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-09-09 00:00:00.000000000 Z
11
+ date: 2025-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport