appex 0.0.2

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/appex.rb +3 -0
  3. metadata +57 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c381f3f527ea96f897da0f646bea74af1cc65b81de4fe430dbd3c7f4dff30457
4
+ data.tar.gz: fd52183e6f2bc70172c25aa7d08f69a74399a1b668bef252722542a424f9e1eb
5
+ SHA512:
6
+ metadata.gz: 3b32d53fce2aa04238a005ec2cfaddab511e98bfa3a5717b1761b9488fd70c50a201d6db84985db8cd427612d8026e0084116963c5c9d671af347e7c5ab62611
7
+ data.tar.gz: bd0f71c8055eb87736763a137e3b925b3b588857bc3e12d75ad075b1786f3dc2affc7d3dc41a43e3f7b233a13a82cc69863bd08910c43b3c42acf04778863b82
data/lib/appex.rb ADDED
@@ -0,0 +1,3 @@
1
+ module Apex
2
+
3
+ end
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: appex
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Gedean Dias
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-11-25 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: json
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2'
27
+ description: Hi order internal lib
28
+ email: gedean.dias@gmail.com
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - lib/appex.rb
34
+ homepage: https://github.com/akapu/apex
35
+ licenses:
36
+ - MIT
37
+ metadata: {}
38
+ post_install_message:
39
+ rdoc_options: []
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '3'
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ requirements: []
53
+ rubygems_version: 3.5.23
54
+ signing_key:
55
+ specification_version: 4
56
+ summary: Top of chain
57
+ test_files: []