omnibus-gitlab 0.0.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6beeb78900086bafcbcc8d285a638615543ad956903a9cf8332627a8d6abc84a
4
+ data.tar.gz: 78ac6e5295163b6e058e99649122d4c741642c2a06accf91fdf5b0f211358c57
5
+ SHA512:
6
+ metadata.gz: cbdacfb62ca206ee29fc28bf50f67f94e5bdc657a6e66dcea11c399cb0307905d869ddad0ec92fb577177e6f13dbc78b754a2f4388b18a67848945fc1c6607fb
7
+ data.tar.gz: fbdbd672aaa71bd398a8362de724033f0863f019c7cf5fe403f560b896f911e35a24ca0fd97356b0d2259ce555a78127ebb2d6fdd82219350d7ee17151ac5fd0
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Omnibus
4
+ module Gitlab
5
+ VERSION = "0.0.0"
6
+ end
7
+ end
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "gitlab/version"
4
+
5
+ module Omnibus
6
+ module Gitlab
7
+ class Error < StandardError; end
8
+ # Your code goes here...
9
+ end
10
+ end
11
+
12
+ raise "Reserved for GitLab"
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: omnibus-gitlab
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - group::tenant-scale
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-08-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Placeholder gem to reserve the name
14
+ email:
15
+ - engineering@gitlab.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/omnibus/gitlab.rb
21
+ - lib/omnibus/gitlab/version.rb
22
+ homepage:
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ rubygems_mfa_required: 'true'
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '3.0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.1.6
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Placeholder gem to reserve the name
46
+ test_files: []