edgebase_core 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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 863c34754501e695e158e1ec1d2efd117721a43a484276f0cece831669f1e11b
|
|
4
|
+
data.tar.gz: 0ee94fe11ad404c9973ccdcf80c08209704435bd5cf549fd2e3ba8641df68d59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5108ab71e83e447485847ea93255b180fed9dc837ed23e14a180fc02660d077633d70a6173b85be49943d060f78224a32e1a2cb275facde8d91a50578f3c159b
|
|
7
|
+
data.tar.gz: 863b5381f5b712649ef566daf1421004e5b96ce9be02b00a625b60028d57b2f71d7e93f780ada71e3c0bbafd029e24636be6a9f8506279e4bd225d0f3e1aa695
|
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_core
|
|
2
8
|
|
|
3
9
|
Shared low-level Ruby primitives for EdgeBase.
|
|
@@ -6,6 +12,10 @@ Shared low-level Ruby primitives for EdgeBase.
|
|
|
6
12
|
|
|
7
13
|
Most application code should install [`edgebase_admin`](https://rubygems.org/gems/edgebase_admin) instead. Use this package directly when you are building custom wrappers, generated bindings, or internal integrations.
|
|
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 the 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_core
|
|
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
|
description: Core module for EdgeBase Ruby SDK. Provides HttpClient, TableRef, DocRef,
|
|
14
14
|
StorageClient, and generated API layer from OpenAPI spec.
|