scaled 0.2.0 → 0.2.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/lib/scaled/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba96454d5c8126bb9e1982e4176863e50c08e3da8bb27967f8ae33edf6b6a84d
|
|
4
|
+
data.tar.gz: 98bd385d039c14218d84f3d17a18aa7c94d3e583e019d45d798188c53d120dde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b577779728cd99ab7802208a9bc72e75bea56308a3096e513be9d98fa6c0f6ee636a08851310968074b834049f7670aa3d66e99ed22f88e6ee4b60be7035386a
|
|
7
|
+
data.tar.gz: cd05db3ca92b6807971bfac7226be3fd4850a6a41ef95ffe31faae59fbbd62aaca934b808f219b4c22cc0de025f5c012e19912f4f9e0e68e28bd0dcf4cc716f9
|
data/lib/scaled/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scaled
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Voloshyn Ruslan
|
|
@@ -10,7 +10,8 @@ cert_chain: []
|
|
|
10
10
|
date: 2026-06-21 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
12
|
description: 'Scaled provides a read-only Ruby SDK for Tailscale API endpoints: devices,
|
|
13
|
-
keys, and
|
|
13
|
+
device routes, keys, logs, and the policy file (ACL). Supports API token and OAuth
|
|
14
|
+
client credentials authentication.'
|
|
14
15
|
email:
|
|
15
16
|
- rebisall@gmail.com
|
|
16
17
|
executables: []
|