gitlab_support_readiness 1.5.1 → 1.5.3

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: '08116b8f0934ceaeb7be846b6ab4974ccea151455aad712a2c933a4dad6203ed'
4
- data.tar.gz: de2092a7dc64e459ac5db4ddecc57c5c0ca53c5ddd0fded05c8c5be424a0d88f
3
+ metadata.gz: 4233297772f431fb498f8b403d73b6f873ce10ed6ffc9876a3a5efe33e2cc008
4
+ data.tar.gz: 62e72eacf4e6c20472ba279ef75e51ea1bd7d7d27d9d517701b0f953e1acc7d4
5
5
  SHA512:
6
- metadata.gz: 6a005e03517174d144b27761215b21f0e6aaaa8e32db979691c70774eefb4414a73758061e8222410dc9cc373e92b23d2c1bc4b507e39552482a99eabc25ff69
7
- data.tar.gz: 8ce52c9e92213364b277e608739c44eab182dd5eb8792d83063a70a4749861f0b7463810f87a52d69fe6b1741fe33a6894186af8c67ae3abe96ae213bb368baa
6
+ metadata.gz: 63fec58175d9e6385e9710b85f6f8a90386e6b20635e61c8b9c99d7358bb6806099d21a37c91b7e6e3a94ed826b26ebbe109e7d716a572c507efebe6306b753a
7
+ data.tar.gz: 94d955f7cfc9622230a35cd237afd922f5242ac52927d2c79ed589a1adc2c2a84e44b5964a2f845ed8c5a8cc7ccb3bebec839a0a6c3bc8b38d703604f9e33844
@@ -177,7 +177,7 @@ module Readiness
177
177
  # @author Jason Colyer
178
178
  # @since 1.0.42
179
179
  def self.sub_end_date
180
- @sub_end_date ||= ENV.fetch('EXPIRATION_DATE')
180
+ @sub_end_date ||= ENV.fetch('START_DATE')
181
181
  end
182
182
 
183
183
  ##
@@ -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>
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.1
4
+ version: 1.5.3
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-08 00:00:00.000000000 Z
11
+ date: 2025-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport