voxgig_struct 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +662 -0
  3. data/voxgig_struct.rb +2322 -0
  4. metadata +41 -0
metadata ADDED
@@ -0,0 +1,41 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: voxgig_struct
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Voxgig
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Uniform JSON-shaped data structure manipulations — Ruby port of @voxgig/struct
13
+ executables: []
14
+ extensions: []
15
+ extra_rdoc_files: []
16
+ files:
17
+ - README.md
18
+ - voxgig_struct.rb
19
+ homepage: https://github.com/voxgig/struct
20
+ licenses:
21
+ - MIT
22
+ metadata:
23
+ rubygems_mfa_required: 'true'
24
+ rdoc_options: []
25
+ require_paths:
26
+ - "."
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '2.7'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubygems_version: 4.0.11
39
+ specification_version: 4
40
+ summary: Uniform JSON-shaped data structure manipulations — Ruby port of @voxgig/struct
41
+ test_files: []