kaitai-struct 0.8 → 0.9
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 +5 -5
- data/.gitignore +1 -1
- data/LICENSE +21 -0
- data/README.md +41 -64
- data/kaitai-struct.gemspec +31 -31
- data/lib/kaitai/struct/struct.rb +621 -502
- metadata +4 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kaitai-struct
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.9'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mikhail Yakshin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |
|
14
14
|
Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc.
|
@@ -22,6 +22,7 @@ extensions: []
|
|
22
22
|
extra_rdoc_files: []
|
23
23
|
files:
|
24
24
|
- ".gitignore"
|
25
|
+
- LICENSE
|
25
26
|
- README.md
|
26
27
|
- kaitai-struct.gemspec
|
27
28
|
- lib/kaitai/struct/struct.rb
|
@@ -44,8 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
44
45
|
- !ruby/object:Gem::Version
|
45
46
|
version: '0'
|
46
47
|
requirements: []
|
47
|
-
|
48
|
-
rubygems_version: 2.5.2.2
|
48
|
+
rubygems_version: 3.0.3
|
49
49
|
signing_key:
|
50
50
|
specification_version: 4
|
51
51
|
summary: 'Kaitai Struct: runtime library for Ruby'
|