enterprise_rb 0.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/enterprise_rb.rb +2 -0
  3. metadata +42 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 394907ebc9446cee158da229781c18dfedf05e766f675d3a9f0ecfa5fc38fe28
4
+ data.tar.gz: 64857e702cbaf19cb6af835b88097d7b4e885c9d519e7281e883d6d9cf6cabd7
5
+ SHA512:
6
+ metadata.gz: 92fd5d9e4c345778e27e1f098bbe38b905370ddc522aa6c850f6f71bc61244eeccce5640e02681ef58b5671ce48b92c089419e62474ec9dd1a53729d60598ce3
7
+ data.tar.gz: bc0f12d2354af13539a4931388fa4dad17ba0f9f0bc103a6c587b3867208f6fe07e01d5b21a6d22ec415d42ebf02547568c3cb73789c2cd5028f7b3186ee4279
@@ -0,0 +1,2 @@
1
+ module EnterpriseRB
2
+ end
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: enterprise_rb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - dgonzdev
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Enterprise RB
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/enterprise_rb.rb
20
+ homepage: https://rubygems.org/gems/enterprise_rb
21
+ licenses: []
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubygems_version: 3.3.26
39
+ signing_key:
40
+ specification_version: 4
41
+ summary: Enterprise RB
42
+ test_files: []