ctxmesh 0.0.1.pre

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 +11 -0
  3. data/lib/ctxmesh.rb +9 -0
  4. metadata +49 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 95d2cc68599cb93ce35ccc3d92d5724c7e2e741b701416f4011c76386af63cb1
4
+ data.tar.gz: 97e316d31984b7cff9ce4cb62be2e7ae39321a407d4368e60f4aa542fed338b7
5
+ SHA512:
6
+ metadata.gz: e8da9df2e5ec8633dff60acdb23ac254343bba2492e280d0e260e3e975c874d031330167799ea3f3d738e43c96ed3cef013b35d8e3a55143c6ce9c0c681ce442
7
+ data.tar.gz: b4cd9f4202a4247f6b818a5bd469fbbd448f012452fc5c62b70ca774cd6e427caf9feed2858e0a8b3c5d2f2facc2678af724a680e1ac7a033fca360fe1677445
data/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # ctxmesh (Ruby)
2
+
3
+ **Pre-release.** This gem reserves the `ctxmesh` name for the official Ruby SDK, published by the
4
+ ctxmesh project. **It has no functionality yet.**
5
+
6
+ Working SDKs today:
7
+
8
+ - **Python** — `pip install ctxmesh`
9
+ - **TypeScript** — `npm install ctxmesh`
10
+
11
+ Source and issues: https://github.com/ctxmesh/ctxmesh
data/lib/ctxmesh.rb ADDED
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Ctxmesh is the official Ruby namespace for ctxmesh.
4
+ #
5
+ # The Ruby SDK is not implemented yet. Python and TypeScript SDKs are
6
+ # available today; see https://github.com/ctxmesh/ctxmesh.
7
+ module Ctxmesh
8
+ VERSION = "0.0.1.pre"
9
+ end
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ctxmesh
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.pre
5
+ platform: ruby
6
+ authors:
7
+ - ctxmesh
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-09-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Reserves the ctxmesh name for the official Ruby SDK. No functionality
14
+ yet; the Python and TypeScript SDKs are available today. See https://github.com/ctxmesh/ctxmesh.
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - lib/ctxmesh.rb
22
+ homepage: https://github.com/ctxmesh/ctxmesh
23
+ licenses:
24
+ - Apache-2.0
25
+ metadata:
26
+ source_code_uri: https://github.com/ctxmesh/ctxmesh
27
+ bug_tracker_uri: https://github.com/ctxmesh/ctxmesh/issues
28
+ homepage_uri: https://github.com/ctxmesh/ctxmesh
29
+ rubygems_mfa_required: 'true'
30
+ post_install_message:
31
+ rdoc_options: []
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '3.1'
39
+ required_rubygems_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">"
42
+ - !ruby/object:Gem::Version
43
+ version: 1.3.1
44
+ requirements: []
45
+ rubygems_version: 3.0.3.1
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: Official Ruby namespace for ctxmesh
49
+ test_files: []