blockchain0x 0.0.1.alpha.0 → 0.0.1.alpha.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 +4 -4
- data/README.md +3 -3
- data/lib/blockchain0x/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f47c853404907195f1f3bc59d7c041ea98732d259dd97ce52830668fd2aa3e1b
|
|
4
|
+
data.tar.gz: 3815d6022cf82035b3bce78dbebd236baf4ec05a1087d86bf6bf14857cb2eb76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce89215ab356d1e87135ba0caa1ea3fce3893e5f2f330e7d011d748ece98d1399443abba1922b81f85d49947b5a82f27ac98220965b1880de13c2d5a51275c12
|
|
7
|
+
data.tar.gz: b3b3dd0a3365d7ecdbcdbaf012d3eb5a5352160ad6be5858ea5f1188e50caebfe9ed4a1831d4a2de4aeaba9370a9792b611f21b899d9f78c65989d2672444b41
|
data/README.md
CHANGED
|
@@ -134,7 +134,7 @@ deterministically).
|
|
|
134
134
|
## Workspace keys (sub-plan 21.3)
|
|
135
135
|
|
|
136
136
|
Two key shapes exist (see
|
|
137
|
-
[docs/concept-api-key-types.md](https://github.com/
|
|
137
|
+
[docs/concept-api-key-types.md](https://github.com/tosh-labs/blockchain0x-app/blob/dev/docs/concept-api-key-types.md)
|
|
138
138
|
for the full decision tree):
|
|
139
139
|
|
|
140
140
|
- **Wallet-only** - bound to ONE agent. Right shape for an autonomous AI agent that IS one wallet.
|
|
@@ -180,10 +180,10 @@ rationale.
|
|
|
180
180
|
## Source-of-truth + distribution
|
|
181
181
|
|
|
182
182
|
Source-of-truth: this directory in
|
|
183
|
-
[
|
|
183
|
+
[tosh-labs/blockchain0x-app](https://github.com/tosh-labs/blockchain0x-app)
|
|
184
184
|
under `packages/sdk-ruby/`.
|
|
185
185
|
|
|
186
|
-
Public mirror: [
|
|
186
|
+
Public mirror: [tosh-labs/blockchain0x-ruby](https://github.com/tosh-labs/blockchain0x-ruby)
|
|
187
187
|
(receives merges from this directory on dispatch of the
|
|
188
188
|
`mirror-sdk-ruby` workflow).
|
|
189
189
|
|
data/lib/blockchain0x/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blockchain0x
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1.alpha.
|
|
4
|
+
version: 0.0.1.alpha.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Blockchain0x
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -82,10 +82,10 @@ licenses:
|
|
|
82
82
|
- Apache-2.0
|
|
83
83
|
metadata:
|
|
84
84
|
homepage_uri: https://blockchain0x.com
|
|
85
|
-
source_code_uri: https://github.com/
|
|
86
|
-
bug_tracker_uri: https://github.com/
|
|
85
|
+
source_code_uri: https://github.com/tosh-labs/blockchain0x-app/tree/dev/packages/sdk-ruby
|
|
86
|
+
bug_tracker_uri: https://github.com/tosh-labs/blockchain0x-app/issues
|
|
87
87
|
documentation_uri: https://docs.blockchain0x.com
|
|
88
|
-
changelog_uri: https://github.com/
|
|
88
|
+
changelog_uri: https://github.com/tosh-labs/blockchain0x-ruby/blob/main/CHANGELOG.md
|
|
89
89
|
rubygems_mfa_required: 'true'
|
|
90
90
|
post_install_message:
|
|
91
91
|
rdoc_options: []
|