vastlint 0.4.14 → 0.7.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 +2 -0
- data/lib/vastlint/native/darwin_amd64/libvastlint.dylib +0 -0
- data/lib/vastlint/native/darwin_arm64/libvastlint.dylib +0 -0
- data/lib/vastlint/native/linux_amd64/libvastlint.so +0 -0
- data/lib/vastlint/native/linux_arm64/libvastlint.so +0 -0
- data/lib/vastlint/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47b481845cd7ad554e1fb0829e8e33560882bc25f6f4d42f0bbab1ae7bb40fda
|
|
4
|
+
data.tar.gz: 2b996792e30d821674ed4ea9e477085133ff1ce49e8e8a773e753d72a4eb8df3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0680e8e770b813b588067082f7a79e5da8d3c801801ee9f4e82148c023583a6646f084c5cc77a7d27f1b7f43d8a3e0dfe0b796c7fe5c197c1cbac905c71d580c'
|
|
7
|
+
data.tar.gz: 33abd22865b747f5b4b0d88c9d5466c8dfa5781d5d2c62b5116f22ee8ed5b7e2ada8f8911082dd0cead864efc689f44fab28a15f49f34bea517e82a904e7c5cc
|
data/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
High-performance, in-process VAST XML validation for Ruby backends.
|
|
4
4
|
|
|
5
|
+
**Ruby & Rails guide:** [vastlint.org/docs/best-vast-validator-ruby](https://vastlint.org/docs/best-vast-validator-ruby/) · **Rule reference:** [vastlint.org/docs/rules](https://vastlint.org/docs/rules/) · **Web validator:** [vastlint.org/validate](https://vastlint.org/validate) · **Test a live tag URL:** [vastlint.org/tester](https://vastlint.org/tester/) · **Inspect wrapper chains:** [vastlint.org/inspect](https://vastlint.org/inspect/)
|
|
6
|
+
|
|
5
7
|
This gem wraps the existing `vastlint-ffi` C API, which is backed by the same Rust core used by the CLI, Go binding, Erlang NIF, MCP server, and web validator. The intended use case is a DSP, SSP, ad server, or trafficking backend that needs to validate VAST XML and return structured linting results to a React or other web frontend.
|
|
6
8
|
|
|
7
9
|
## Why this shape
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/vastlint/version.rb
CHANGED