vault_coh 7.0.0 → 7.0.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/Cargo.lock +2 -2
- data/Gemfile +1 -1
- data/Gemfile.lock +5 -15
- data/README.md +2 -2
- data/lib/vault_coh/version.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: 78c8eaff68320a0261358fed08b107bd03f44e5628080c9aa09569a62e3433a7
|
|
4
|
+
data.tar.gz: e4ce61d5cf0bcb7448046b4bd363411027a3fbe2f236ab3e16595785afeb79b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fae3c990728ae227100e72ceae27b2243e16338e2e7987d87b919f82185c90159371dfddd8a2f8530ecf4bd663d64fec244808ab32df3c3a320aac8196e93c7
|
|
7
|
+
data.tar.gz: 87a7e84d7a74656a0e450a8b7c657fb96f94e09a67b7f5ae6d9c14abe06990c9f74a4c83916dd10d3ac3997db8d6d5d891476348854400d3ea843904e4d107ac
|
data/Cargo.lock
CHANGED
|
@@ -413,9 +413,9 @@ dependencies = [
|
|
|
413
413
|
|
|
414
414
|
[[package]]
|
|
415
415
|
name = "vault"
|
|
416
|
-
version = "11.0.
|
|
416
|
+
version = "11.0.1"
|
|
417
417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
418
|
-
checksum = "
|
|
418
|
+
checksum = "60f74dfce166d8d18332d4279b6f392d055f511827c443b529e1814b523f190f"
|
|
419
419
|
dependencies = [
|
|
420
420
|
"byteorder",
|
|
421
421
|
"magnus",
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,30 +1,21 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
vault_coh (7.0.
|
|
4
|
+
vault_coh (7.0.1)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
addressable (2.8.9)
|
|
10
|
-
public_suffix (>= 2.0.2, < 8.0)
|
|
11
9
|
ast (2.4.3)
|
|
12
|
-
bigdecimal (4.0.1)
|
|
13
10
|
diff-lcs (1.6.2)
|
|
14
|
-
json (2.19.
|
|
15
|
-
json-schema (6.2.0)
|
|
16
|
-
addressable (~> 2.8)
|
|
17
|
-
bigdecimal (>= 3.1, < 5)
|
|
11
|
+
json (2.19.2)
|
|
18
12
|
language_server-protocol (3.17.0.5)
|
|
19
13
|
lint_roller (1.1.0)
|
|
20
|
-
mcp (0.8.0)
|
|
21
|
-
json-schema (>= 4.1)
|
|
22
14
|
parallel (1.27.0)
|
|
23
15
|
parser (3.3.10.2)
|
|
24
16
|
ast (~> 2.4.1)
|
|
25
17
|
racc
|
|
26
18
|
prism (1.9.0)
|
|
27
|
-
public_suffix (6.0.2)
|
|
28
19
|
racc (1.8.1)
|
|
29
20
|
rainbow (3.1.1)
|
|
30
21
|
rake (13.3.1)
|
|
@@ -47,11 +38,10 @@ GEM
|
|
|
47
38
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
48
39
|
rspec-support (~> 3.13.0)
|
|
49
40
|
rspec-support (3.13.7)
|
|
50
|
-
rubocop (1.
|
|
41
|
+
rubocop (1.86.0)
|
|
51
42
|
json (~> 2.3)
|
|
52
43
|
language_server-protocol (~> 3.17.0.2)
|
|
53
44
|
lint_roller (~> 1.1.0)
|
|
54
|
-
mcp (~> 0.6)
|
|
55
45
|
parallel (~> 1.10)
|
|
56
46
|
parser (>= 3.3.0.2)
|
|
57
47
|
rainbow (>= 2.2.2, < 4.0)
|
|
@@ -59,7 +49,7 @@ GEM
|
|
|
59
49
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
60
50
|
ruby-progressbar (~> 1.7)
|
|
61
51
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
62
|
-
rubocop-ast (1.49.
|
|
52
|
+
rubocop-ast (1.49.1)
|
|
63
53
|
parser (>= 3.3.7.2)
|
|
64
54
|
prism (~> 1.7)
|
|
65
55
|
rubocop-rake (0.7.1)
|
|
@@ -83,7 +73,7 @@ DEPENDENCIES
|
|
|
83
73
|
rake-compiler
|
|
84
74
|
rb_sys
|
|
85
75
|
rspec (~> 3.13)
|
|
86
|
-
rubocop (~> 1.
|
|
76
|
+
rubocop (~> 1.86)
|
|
87
77
|
rubocop-rake
|
|
88
78
|
rubocop-rspec
|
|
89
79
|
vault_coh!
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Vault
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/rb/vault_coh) [](https://rubydoc.info/github/ryantaylor/vault-rb/v7.0.
|
|
3
|
+
[](https://badge.fury.io/rb/vault_coh) [](https://rubydoc.info/github/ryantaylor/vault-rb/v7.0.1)
|
|
4
4
|
|
|
5
5
|
A native Ruby client wrapper for the [vault](https://github.com/ryantaylor/vault) Company of Heroes replay parser, integrated via a Rust native extension.
|
|
6
6
|
|
|
@@ -24,7 +24,7 @@ bytes = File.read('/path/to/replay.rec').unpack('C*')
|
|
|
24
24
|
replay = VaultCoh::Replay.from_bytes(bytes)
|
|
25
25
|
puts replay.version
|
|
26
26
|
```
|
|
27
|
-
All information available from parsing can be found in the [documentation](https://rubydoc.info/github/ryantaylor/vault-rb/v7.0.
|
|
27
|
+
All information available from parsing can be found in the [documentation](https://rubydoc.info/github/ryantaylor/vault-rb/v7.0.1).
|
|
28
28
|
|
|
29
29
|
## Contributing
|
|
30
30
|
|
data/lib/vault_coh/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vault_coh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.
|
|
4
|
+
version: 7.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ryantaylor
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-03-
|
|
10
|
+
date: 2026-03-31 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
12
|
description: Company of Heroes replay parsing in Ruby using the vault parsing library
|
|
13
13
|
via a Rust native extension.
|