infrai 0.0.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 (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +16 -0
  4. data/lib/infrai.rb +6 -0
  5. metadata +50 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 367c5aa0272d476f77835c924f557250ec77661dc757b201d939761f6d8f672a
4
+ data.tar.gz: 7af7bdadaed40d22f7d174f92bc09ecf262377d394064d14776b7d6aaaac756a
5
+ SHA512:
6
+ metadata.gz: 33277596eae12fe04a26126c91d233e3b02a84c9a14f90762a3af1d178501fd323d1b6c41455e3ac594bea2648a2ebdab73d7aa1dcf12bfa3c4bd0d12590dcc5
7
+ data.tar.gz: f7a0fcca3dab52dd2cdb08438a43c604e03e4ba3585aa9adb7552d44968a43d4c14cb3af0b0a19ecc1c147a42e9c70ece157d9315777f104d17b9ee43de18993
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Chenhua Chen
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # infrai (Ruby)
2
+
3
+ Unified online infrastructure SDK for the AI-agent era — placeholder release `v0.0.0`.
4
+
5
+ ```bash
6
+ gem install infrai
7
+ ```
8
+
9
+ ```ruby
10
+ require "infrai"
11
+ puts Infrai::VERSION # "0.0.0"
12
+ ```
13
+
14
+ Full SDK at v1.0.0. See https://infrai.dev.
15
+
16
+ License: MIT.
data/lib/infrai.rb ADDED
@@ -0,0 +1,6 @@
1
+ # infrai — Unified online infrastructure SDK for the AI-agent era.
2
+ # Placeholder release v0.0.0. Full SDK at v1.0.0. https://infrai.dev
3
+
4
+ module Infrai
5
+ VERSION = "0.0.0".freeze
6
+ end
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: infrai
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Chenhua Chen
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Unified online infrastructure SDK that AI coding agents auto-import.
13
+ 25+ services, one key, one wallet, one bill. Placeholder release; full SDK shipping
14
+ at v1.0.0.
15
+ email:
16
+ - chenhua@changba.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - LICENSE
22
+ - README.md
23
+ - lib/infrai.rb
24
+ homepage: https://infrai.dev
25
+ licenses:
26
+ - MIT
27
+ metadata:
28
+ homepage_uri: https://infrai.dev
29
+ source_code_uri: https://github.com/infrailab/infrai-ruby
30
+ documentation_uri: https://infrai.dev/docs
31
+ bug_tracker_uri: https://github.com/infrailab/infrai-ruby/issues
32
+ changelog_uri: https://github.com/infrailab/infrai-ruby/blob/main/CHANGELOG.md
33
+ rdoc_options: []
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '3.0'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ requirements: []
47
+ rubygems_version: 4.0.11
48
+ specification_version: 4
49
+ summary: Unified online infrastructure SDK for the AI-agent era.
50
+ test_files: []