binp 1.0.0 → 1.0.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: d2eb04ce7bb1579b6b9cdc507a61047c368fe47e8acfdd6cd332a0091b67ae68
4
- data.tar.gz: e3584dff37e2cc175bf0eaafd734f570e3b02de7d7b95c808759c35c5db4d68d
3
+ metadata.gz: 1a4de217cf49fbe9ad1552cc60a1ae2540bae88b80d0928c68e1cd75420cddd5
4
+ data.tar.gz: 727df670211100ce6c543a1cef18d79de8c6cd0823a9d5437fecc6a68ee915af
5
5
  SHA512:
6
- metadata.gz: 8fb9db8a044b041637f1ce5dfce53dd1df57ee9053fe5f6ebc855b2d11bd57bc0270f490e6c4a370179fe16e47ff5ac8c3fe1e7fcf44651d45dc6053b9f6f581
7
- data.tar.gz: e34bee00576187bc9e17d862c16af026c0a7c640b3391789912975da23b8aba0e8f77a329d6b0d73f4903fbcedd53e1e80005f89390224de5b035f240cc57ba0
6
+ metadata.gz: 1d04b3140f4ca1141227a9c36cc9a55b3a57b5d1720c9c93a7422d69f3a4949cdd8b4e73364b8f5601e63c019cf7e877f9098a5337f9cba4b456c02db9a7efee
7
+ data.tar.gz: aa95893807847f192e40f580be9757e30a2fb63c005f0781b0929d5e4e5e6cf61e0762aa9a3b6e43d7c3bf9bc91918a5fac044f82b039d24dd5a05f1f8434947
data/.gitignore CHANGED
File without changes
File without changes
data/Gemfile CHANGED
File without changes
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- binp (1.0.0)
4
+ binp (1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
data/bin/setup CHANGED
File without changes
File without changes
File without changes
@@ -40,27 +40,27 @@
40
40
  type: UINT8
41
41
  endianness: LITTLE
42
42
  - name: UINT64_72057594037927936
43
- offset: 0
43
+ offset: 16
44
44
  size: 8
45
45
  type: UINT64
46
46
  endianness: BIG
47
47
  - name: UINT32_16777216
48
- offset: 8
48
+ offset: 24
49
49
  size: 4
50
50
  type: UINT32
51
51
  endianness: BIG
52
52
  - name: UINT16_256
53
- offset: 12
53
+ offset: 28
54
54
  size: 2
55
55
  type: UINT16
56
56
  endianness: BIG
57
57
  - name: UINT8_255
58
- offset: 14
58
+ offset: 30
59
59
  size: 1
60
60
  type: UINT8
61
61
  endianness: BIG
62
62
  - name: UINT8_136
63
- offset: 15
63
+ offset: 31
64
64
  size: 1
65
65
  type: UINT8
66
66
  endianness: BIG
data/exe/binp CHANGED
@@ -2,7 +2,4 @@
2
2
 
3
3
  require_relative '../lib/binp/cli/main.rb'
4
4
 
5
- if __FILE__ == $0
6
- Main.run(ARGV)
7
- end
8
-
5
+ Main.run(ARGV)
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module Binp
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: binp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mikoto2000
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-18 00:00:00.000000000 Z
11
+ date: 2020-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit