aam-ruby 2.0.2 → 2.0.3
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/CREDITS.html +3 -3
- 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: c3bb044f0da300b0c8b16b4bad67b2fbf61e6a6a6f7fabb07591cbce62e8682d
|
|
4
|
+
data.tar.gz: 5ef3c0368448dd8e5ae478e36b0260c6c2d6ccf257b2b549b9f115565c6a3d35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9d56ea201a1794fa8a6543bc36b5820ebfbafd460ae02eac1ff896d4f31e7928f4483b14a12cf9ef506e3a7e025203da2e4a4f14796a1e6e8791a579d368168
|
|
7
|
+
data.tar.gz: bad29eaefebd8ba8d8abddbb4429d72a7809b9c63aed23adb6a89cf9b9eff93af24abb7efa68b36c46adc8b7e4830edca8b4d240d2d75a658fe92e58013b6101
|
data/CREDITS.html
CHANGED
|
@@ -393,8 +393,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRES
|
|
|
393
393
|
</li>
|
|
394
394
|
<li><a href=" https://github.com/rkyv/rkyv ">rkyv 0.8.15</a>
|
|
395
395
|
</li>
|
|
396
|
-
<li><a href=" https://github.com/rkyv/rkyv ">rkyv_derive 0.8.15</a>
|
|
397
|
-
</li>
|
|
398
396
|
</ul>
|
|
399
397
|
<pre class="license-text">Copyright 2021 David Koloski
|
|
400
398
|
|
|
@@ -489,7 +487,7 @@ SOFTWARE.
|
|
|
489
487
|
<h3 id="MIT">MIT License</h3>
|
|
490
488
|
<h4>Used by:</h4>
|
|
491
489
|
<ul class="license-used-by">
|
|
492
|
-
<li><a href=" https://github.com/INiNiDS/aam-rs/ ">aam-rs 2.0.
|
|
490
|
+
<li><a href=" https://github.com/INiNiDS/aam-rs/ ">aam-rs 2.0.3</a>
|
|
493
491
|
</li>
|
|
494
492
|
</ul>
|
|
495
493
|
<pre class="license-text">MIT License
|
|
@@ -581,6 +579,8 @@ SOFTWARE.</pre>
|
|
|
581
579
|
<h3 id="MIT">MIT License</h3>
|
|
582
580
|
<h4>Used by:</h4>
|
|
583
581
|
<ul class="license-used-by">
|
|
582
|
+
<li><a href=" https://github.com/rkyv/rkyv ">rkyv_derive 0.8.15</a>
|
|
583
|
+
</li>
|
|
584
584
|
<li><a href=" https://github.com/rust-lang/rustc-hash ">rustc-hash 2.1.2</a>
|
|
585
585
|
</li>
|
|
586
586
|
</ul>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aam-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- INiNiDS
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Ruby bindings for the aam-rs AAML parser built with Rust and magnus.
|
|
14
14
|
email:
|