test-apex-gem 0.1.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 +4 -0
  2. data/lib/test_apex_gem.rb +3 -0
  3. metadata +40 -0
checksums.yaml ADDED
@@ -0,0 +1,4 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 726dcef1b8ca0d505b004fdfe8bb975d6ad050172b84dd89774a38ed1924ea0b
4
+ data.tar.gz: ba11b8c21b0c9ff6bf7fb30feecfcfcb86398469400f9deafbb3d4b760e182d9
@@ -0,0 +1,3 @@
1
+ module TestApexGem
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: test-apex-gem
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Apex Black
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-07-07 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: standard new version
14
+ email: testinglion@apexblack.org
15
+ files:
16
+ - lib/test_apex_gem.rb
17
+ homepage:
18
+ licenses:
19
+ - MIT
20
+ metadata: {}
21
+ post_install_message:
22
+ rdoc_options: []
23
+ require_paths:
24
+ - lib
25
+ required_ruby_version: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ required_rubygems_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ requirements: []
36
+ rubygems_version: 3.4.0
37
+ signing_key:
38
+ specification_version: 4
39
+ summary: standard new version
40
+ test_files: []