vault_coh 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e398c4277d3f495c8d75bd7a878fbba0a92c4f509caab4b782afeae21707ac30
4
- data.tar.gz: 0d8a47ac15efb8513b5e71f52c3ba34b782ff75fba9cbccecc6f72095ab2a618
3
+ metadata.gz: d037f1a8b11d1d9820e21730aca8d80c2ab32239bb3b305ed29424ee3c3b759a
4
+ data.tar.gz: 367550271199e47efc96d0e7600b57b55a520d928acef511a100e55bd160f900
5
5
  SHA512:
6
- metadata.gz: d7a5a45c518ba83d4ba6e911f6c251eee18f8606baab1b30b893657a50f859e2abda98c641cc8d6c7d29d500cb4cd1f5766aeea5bf184d48c2a0a37215984c58
7
- data.tar.gz: 726566f51cd8a59df7f44952899862c68482bbbe7f8ae3516ecf161d1791e092a29f169b30db0e82609fbe3f09330722482475831e2e60e507262db7e161ac57
6
+ metadata.gz: 11afc8175e8add463bd27fa312d50d3b8fa40352f6162fc6e20a9bf194f547dcb4afdbc9f544928712a1734a58e0dd6de43c333be8345bffe033fa681d0cd6b3
7
+ data.tar.gz: 8033766809f1e3d244ea0c210c6ec2f7e3d2ac0499f365355f96ccfe8ee8ebc080b0e50018a90a5aeb762af91cd601d7f0819101962fbf84a45692d2bf6b0b87
data/Cargo.lock CHANGED
@@ -292,9 +292,9 @@ checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
292
292
 
293
293
  [[package]]
294
294
  name = "vault"
295
- version = "3.0.0"
295
+ version = "3.0.1"
296
296
  source = "registry+https://github.com/rust-lang/crates.io-index"
297
- checksum = "f10e953cb5ef5a80d7bc904867faf0ba8ed5e5253093fb159818dc55a8f4ff46"
297
+ checksum = "57f13d25b120beed4d279bf11c1cab834225fe07a13ea9f001c5ff7c1f2eb20a"
298
298
  dependencies = [
299
299
  "byteorder",
300
300
  "magnus",
data/Gemfile CHANGED
@@ -12,4 +12,4 @@ gem 'rb_sys'
12
12
 
13
13
  gem 'rspec', '~> 3.0'
14
14
 
15
- gem 'rubocop', '~> 1.21'
15
+ gem 'rubocop', '~> 1.55'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vault_coh (1.0.0)
4
+ vault_coh (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,53 +9,58 @@ GEM
9
9
  ast (2.4.2)
10
10
  diff-lcs (1.5.0)
11
11
  json (2.6.3)
12
- parallel (1.22.1)
13
- parser (3.2.1.0)
12
+ language_server-protocol (3.17.0.3)
13
+ parallel (1.23.0)
14
+ parser (3.2.2.3)
14
15
  ast (~> 2.4.1)
16
+ racc
17
+ racc (1.7.1)
15
18
  rainbow (3.1.1)
16
19
  rake (13.0.6)
17
- rake-compiler (1.2.1)
20
+ rake-compiler (1.2.5)
18
21
  rake
19
- rb_sys (0.9.65)
20
- regexp_parser (2.7.0)
21
- rexml (3.2.5)
22
+ rb_sys (0.9.81)
23
+ regexp_parser (2.8.1)
24
+ rexml (3.2.6)
22
25
  rspec (3.12.0)
23
26
  rspec-core (~> 3.12.0)
24
27
  rspec-expectations (~> 3.12.0)
25
28
  rspec-mocks (~> 3.12.0)
26
- rspec-core (3.12.1)
29
+ rspec-core (3.12.2)
27
30
  rspec-support (~> 3.12.0)
28
- rspec-expectations (3.12.2)
31
+ rspec-expectations (3.12.3)
29
32
  diff-lcs (>= 1.2.0, < 2.0)
30
33
  rspec-support (~> 3.12.0)
31
- rspec-mocks (3.12.3)
34
+ rspec-mocks (3.12.6)
32
35
  diff-lcs (>= 1.2.0, < 2.0)
33
36
  rspec-support (~> 3.12.0)
34
- rspec-support (3.12.0)
35
- rubocop (1.46.0)
37
+ rspec-support (3.12.1)
38
+ rubocop (1.55.1)
36
39
  json (~> 2.3)
40
+ language_server-protocol (>= 3.17.0)
37
41
  parallel (~> 1.10)
38
- parser (>= 3.2.0.0)
42
+ parser (>= 3.2.2.3)
39
43
  rainbow (>= 2.2.2, < 4.0)
40
44
  regexp_parser (>= 1.8, < 3.0)
41
45
  rexml (>= 3.2.5, < 4.0)
42
- rubocop-ast (>= 1.26.0, < 2.0)
46
+ rubocop-ast (>= 1.28.1, < 2.0)
43
47
  ruby-progressbar (~> 1.7)
44
48
  unicode-display_width (>= 2.4.0, < 3.0)
45
- rubocop-ast (1.27.0)
49
+ rubocop-ast (1.29.0)
46
50
  parser (>= 3.2.1.0)
47
- ruby-progressbar (1.11.0)
51
+ ruby-progressbar (1.13.0)
48
52
  unicode-display_width (2.4.2)
49
53
 
50
54
  PLATFORMS
51
55
  arm64-darwin-21
56
+ x86_64-linux
52
57
 
53
58
  DEPENDENCIES
54
59
  rake (~> 13.0)
55
60
  rake-compiler
56
61
  rb_sys
57
62
  rspec (~> 3.0)
58
- rubocop (~> 1.21)
63
+ rubocop (~> 1.55)
59
64
  vault_coh!
60
65
 
61
66
  BUNDLED WITH
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Vault
2
2
 
3
- [![Documentation](https://img.shields.io/badge/View-Documentation-blue.svg)](https://rubydoc.info/github/ryantaylor/vault-rb/v0.1.0)
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/v0.1.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/v0.1.0).
27
+ All information available from parsing can be found in the [documentation](https://rubydoc.info/github/ryantaylor/vault-rb/v0.1.1).
28
28
 
29
29
  ## Contributing
30
30
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VaultCoh
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
data/vault_coh.gemspec CHANGED
@@ -9,7 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['2320507+ryantaylor@users.noreply.github.com']
10
10
 
11
11
  spec.summary = 'CoH3 replay parsing in Ruby with Rust'
12
- spec.description = 'Company of Heroes replay parsing in Ruby using the vault parsing library via a Rust native extension.'
12
+ spec.description =
13
+ 'Company of Heroes replay parsing in Ruby using the vault parsing library via a Rust native extension.'
13
14
  spec.homepage = 'https://github.com/ryantaylor/vault-rb'
14
15
  spec.license = 'MIT'
15
16
  spec.required_ruby_version = '>= 3.1.0'
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: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryantaylor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-09 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.