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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/scaled/version.rb +1 -1
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a020a9c01e0e1d4412044cbd43e4d839d125820ccaa2f5d2c47f21d0117b0ef
4
- data.tar.gz: f1caec44fa505d4587c9cef1e18b4f337e490147c9880274bc106c31d683f2c1
3
+ metadata.gz: ba96454d5c8126bb9e1982e4176863e50c08e3da8bb27967f8ae33edf6b6a84d
4
+ data.tar.gz: 98bd385d039c14218d84f3d17a18aa7c94d3e583e019d45d798188c53d120dde
5
5
  SHA512:
6
- metadata.gz: 6d3ed8af11e8d86bb04b59fc605522bcce575a96ff49049636953fc23c5343f45ebc0060dd0d239e3c8421f746a3112815897b3e2ce6e58087516774efe6e27d
7
- data.tar.gz: 82440e425e2c3d25be7d43f5cb248f331fca4203535e9183fc3a8a18599b92df8fdaf4ea9cf810c322b23fc3fa1049d1d68267159e314872385afc78b8b0d033
6
+ metadata.gz: b577779728cd99ab7802208a9bc72e75bea56308a3096e513be9d98fa6c0f6ee636a08851310968074b834049f7670aa3d66e99ed22f88e6ee4b60be7035386a
7
+ data.tar.gz: cd05db3ca92b6807971bfac7226be3fd4850a6a41ef95ffe31faae59fbbd62aaca934b808f219b4c22cc0de025f5c012e19912f4f9e0e68e28bd0dcf4cc716f9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Scaled
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
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.0
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 logs. Supports API token and OAuth client credentials authentication.'
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: []