edgebase_admin 0.1.4 → 0.1.5
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 +4 -4
- data/README.md +10 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f35a60a3d17ec9e19319ced31d07c78be4a6c85c8f4bb4a6d00f4558694bd54
|
|
4
|
+
data.tar.gz: 00beb6236a5cd4f4c50364cefacb55edb48994dc02afb3a21b4d5fc2a64f63fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c716a0840492794fc58a87278dc765ff67e6fcd89c84e7350b80dc43489c3a1979c26ad9eac2e0679e418fa02bd0f6815ec3e41108cd31fc320adb2f5e5a571
|
|
7
|
+
data.tar.gz: c14e37b61a325a0efea72b155d7edae39c3b794405260fd2c3123c8b119818ec87f63952d4ba1355dfddac57e0dc62d55e7d98b6c8ff0ec24a6dffb86c57b21b
|
data/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://github.com/edge-base/edgebase">
|
|
3
|
+
<img src="https://raw.githubusercontent.com/edge-base/edgebase/main/docs/static/img/logo-icon.svg" alt="EdgeBase Logo" width="72" />
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
1
7
|
# EdgeBase Ruby Admin SDK
|
|
2
8
|
|
|
3
9
|
Trusted server-side Ruby SDK for EdgeBase.
|
|
@@ -6,6 +12,10 @@ Use `edgebase_admin` from backend apps, scripts, cron jobs, and other trusted Ru
|
|
|
6
12
|
|
|
7
13
|
Ruby uses a synchronous, object-oriented API. Most methods return values directly rather than promises or futures.
|
|
8
14
|
|
|
15
|
+
EdgeBase is the open-source edge-native BaaS that runs on Edge, Docker, and Node.js.
|
|
16
|
+
|
|
17
|
+
This package is one part of the wider EdgeBase platform. For the full platform, CLI, Admin Dashboard, server runtime, docs, and all public SDKs, see the main repository: [edge-base/edgebase](https://github.com/edge-base/edgebase).
|
|
18
|
+
|
|
9
19
|
## Documentation Map
|
|
10
20
|
|
|
11
21
|
Use this README for a fast overview, then jump into the docs when you need depth:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: edgebase_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- EdgeBase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: edgebase_core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.1.
|
|
19
|
+
version: 0.1.5
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.1.
|
|
26
|
+
version: 0.1.5
|
|
27
27
|
description: Admin module for EdgeBase Ruby SDK. Provides AdminClient, AdminAuthClient,
|
|
28
28
|
KvClient, D1Client, VectorizeClient, PushClient via Service Key auth.
|
|
29
29
|
email:
|