rbs-sentinel 0.2.1 → 0.2.2
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/exe/sentinel-aarch64-darwin +0 -0
- data/exe/sentinel-aarch64-linux +0 -0
- data/exe/sentinel-x86_64-darwin +0 -0
- data/exe/sentinel-x86_64-linux +0 -0
- data/lib/sentinel.rb +1 -1
- 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: 05cc4dd8d813cc3bee0837d2a880aa4e4cc1790b26b428b875f97e06f1a9e962
|
|
4
|
+
data.tar.gz: e558514518abd92c70e828b81c4afd619d7506418ba4c2dcfb04f3fad1374436
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 455d58b97175f4b314ea85a95a5cf7c08c4eaee419e39e6acdf82b9ce4dba40a0db99953aed0749f78f70bd9c8abc4e8bd70fed9b8ae32dd317a3091553a39b6
|
|
7
|
+
data.tar.gz: 3338530ca8e56bb8b35f9c2c1499454fdc27cc6927edae765bdedfea951b36c8481351439b8c18629253e9ff5e9fd296e1e22c18c4aa724473fa710954dcc1f6
|
data/exe/sentinel-aarch64-darwin
CHANGED
|
Binary file
|
data/exe/sentinel-aarch64-linux
CHANGED
|
Binary file
|
data/exe/sentinel-x86_64-darwin
CHANGED
|
Binary file
|
data/exe/sentinel-x86_64-linux
CHANGED
|
Binary file
|
data/lib/sentinel.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbs-sentinel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Gauger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Sentinel scans Ruby files and generates RBS signatures using a high-performance
|
|
14
14
|
Rust transpiler.
|