gitlab_support_readiness 1.0.61 → 1.0.63
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: e1e57174c750ee75156bc2a08ce18e44cb04cb5a9013362f1191e5d98f96cd87
|
|
4
|
+
data.tar.gz: '08344544702bc9135a6fe7566263d1c3a41fcc45fe821e2b1b887800ab196d20'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4749188c898198a2e94a2e0c4cf565d13c634d22f6b7796882beb931fac9e7ea5ec6e777d3958723805a7d7ac29050491415791a0b169e06931fab0830297bb3
|
|
7
|
+
data.tar.gz: f44809e58873b9128762eff888312ddeb54e33e86dd697085aba7f37f2d03afe90f4670adb0218dfad20315a7dc34ebbe8ead384b79bdf4d9114d7291e7a81c5
|
|
@@ -122,9 +122,7 @@ module Readiness
|
|
|
122
122
|
end
|
|
123
123
|
|
|
124
124
|
def self.create_notes_file
|
|
125
|
-
|
|
126
|
-
exit 1
|
|
127
|
-
content_string = "---\nid: #{@organization.idid}\nname: \"#{@organization.name}\"\nnotes:\ndetails:\n"
|
|
125
|
+
content_string = "---\nid: #{@organization.id}\nname: \"#{@organization.name}\"\nnotes:\ndetails:\n"
|
|
128
126
|
commit_params = {
|
|
129
127
|
branch: 'master',
|
|
130
128
|
commit_message: 'Creating default org note file',
|
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.63
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Colyer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-12-
|
|
11
|
+
date: 2024-12-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|