vault_coh 6.2.4 → 6.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/Cargo.lock +2 -2
- data/Gemfile.lock +2 -2
- data/README.md +2 -2
- data/lib/vault_coh/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a9ec4088c6121c2c2224a74ba35fc161fc63fe798e9d8549e67616499c6ab09
|
4
|
+
data.tar.gz: 287f8297b9324184500d2567b36df3cd15ac928e4397720ab81daa582b27d007
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d792f51f2dc512c664b94234797aebcca21053b3147da9e041639271e83032fd6f869fffc8f81e0982144f9085539d0a42700b846da7882f8715f184f9831aeb
|
7
|
+
data.tar.gz: 5f6bc1e4a90a716ff199465b0ad7eafefbb6ca374563446e238bda409dcd4f8f94fbfe805906a880c1d48190df06622c9fb116e0dfb9ece08fca4a05bd63a324
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.5
|
data/Cargo.lock
CHANGED
@@ -377,9 +377,9 @@ dependencies = [
|
|
377
377
|
|
378
378
|
[[package]]
|
379
379
|
name = "vault"
|
380
|
-
version = "10.1.
|
380
|
+
version = "10.1.5"
|
381
381
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
382
|
-
checksum = "
|
382
|
+
checksum = "03d77d68538d3b38e315ff1df3a1d186b44400804407820f80f77b72dd382d0a"
|
383
383
|
dependencies = [
|
384
384
|
"byteorder",
|
385
385
|
"magnus",
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Vault
|
2
2
|
|
3
|
-
[![Gem Version](https://badge.fury.io/rb/vault_coh.svg)](https://badge.fury.io/rb/vault_coh) [![Documentation](https://img.shields.io/badge/View-Documentation-blue.svg)](https://rubydoc.info/github/ryantaylor/vault-rb/v6.2.
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/vault_coh.svg)](https://badge.fury.io/rb/vault_coh) [![Documentation](https://img.shields.io/badge/View-Documentation-blue.svg)](https://rubydoc.info/github/ryantaylor/vault-rb/v6.2.5)
|
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/v6.2.
|
27
|
+
All information available from parsing can be found in the [documentation](https://rubydoc.info/github/ryantaylor/vault-rb/v6.2.5).
|
28
28
|
|
29
29
|
## Contributing
|
30
30
|
|
data/lib/vault_coh/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vault_coh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.2.
|
4
|
+
version: 6.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ryantaylor
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Company of Heroes replay parsing in Ruby using the vault parsing library
|
14
14
|
via a Rust native extension.
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: 3.3.11
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.5.
|
72
|
+
rubygems_version: 3.5.19
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: CoH3 replay parsing in Ruby with Rust
|