infrawrench-sdk 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.
- checksums.yaml +7 -0
- data/LICENSE +21 -0
- data/README.md +94 -0
- data/infrawrench-sdk.gemspec +58 -0
- data/lib/infrawrench/client.rb +4112 -0
- data/lib/infrawrench/sdk.rb +17 -0
- data/lib/infrawrench/transport.rb +302 -0
- data/lib/infrawrench/version.rb +19 -0
- data/lib/infrawrench-sdk.rb +18 -0
- data/sig/infrawrench/sdk.rbs +2099 -0
- metadata +62 -0
metadata
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: infrawrench-sdk
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Infrawrench LLC
|
|
8
|
+
- Astrid Gealer
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2026-07-26 00:00:00.000000000 Z
|
|
13
|
+
dependencies: []
|
|
14
|
+
description: Generated Ruby client for the Infrawrench API (v0.1.1). Covers the published
|
|
15
|
+
API surface only — operations marked x-internal in the spec are not generated. No
|
|
16
|
+
runtime dependencies.
|
|
17
|
+
email:
|
|
18
|
+
- astrid@infrawrench.com
|
|
19
|
+
executables: []
|
|
20
|
+
extensions: []
|
|
21
|
+
extra_rdoc_files:
|
|
22
|
+
- README.md
|
|
23
|
+
- LICENSE
|
|
24
|
+
files:
|
|
25
|
+
- LICENSE
|
|
26
|
+
- README.md
|
|
27
|
+
- infrawrench-sdk.gemspec
|
|
28
|
+
- lib/infrawrench-sdk.rb
|
|
29
|
+
- lib/infrawrench/client.rb
|
|
30
|
+
- lib/infrawrench/sdk.rb
|
|
31
|
+
- lib/infrawrench/transport.rb
|
|
32
|
+
- lib/infrawrench/version.rb
|
|
33
|
+
- sig/infrawrench/sdk.rbs
|
|
34
|
+
homepage: https://infrawrench.com/docs/team-and-billing/client-sdks
|
|
35
|
+
licenses:
|
|
36
|
+
- MIT
|
|
37
|
+
metadata:
|
|
38
|
+
homepage_uri: https://infrawrench.com/docs/team-and-billing/client-sdks
|
|
39
|
+
source_code_uri: https://github.com/Infrawrench/Infrawrench
|
|
40
|
+
bug_tracker_uri: https://github.com/Infrawrench/Infrawrench/issues
|
|
41
|
+
keywords: infrawrench,sdk,api-client,openapi,infrastructure,cloud,devops
|
|
42
|
+
rubygems_mfa_required: 'true'
|
|
43
|
+
post_install_message:
|
|
44
|
+
rdoc_options: []
|
|
45
|
+
require_paths:
|
|
46
|
+
- lib
|
|
47
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
48
|
+
requirements:
|
|
49
|
+
- - ">="
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: 3.0.0
|
|
52
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
|
+
requirements:
|
|
54
|
+
- - ">="
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
version: '0'
|
|
57
|
+
requirements: []
|
|
58
|
+
rubygems_version: 3.5.22
|
|
59
|
+
signing_key:
|
|
60
|
+
specification_version: 4
|
|
61
|
+
summary: Generated Ruby client for the Infrawrench API (v0.1.1).
|
|
62
|
+
test_files: []
|