binp 4.0.0 → 4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 737c05ad3f05c0d57238526b2456d36e3a0fb1de14909d64fffa15942bfc76eb
4
- data.tar.gz: 30c2ad4ec1b7a6cf12b772a85a4a811a5c22da0db93544346761584028fd3ff8
3
+ metadata.gz: 3e5aa8bf9a77550ad7541f17e1f958f5f6d9c23a763dc555770cd16c528462d7
4
+ data.tar.gz: 05f9f4429177401d63115fb14320e33bc77f9c1554023213d7e4997b49dff0dc
5
5
  SHA512:
6
- metadata.gz: 19085d777a54bd338c9e12868ad3041a57540e568ba7cd36c9c1dae393235187fa5f9240708f5a517ff42e4f9a063ba5121d8a0dd49af4c56404dd6cd4b7a6ce
7
- data.tar.gz: 6967cd575f2897023570563fc6985981b02b75dc7c62da6b807bafad938166875891f6f333c8270263273ba0a35681887a204b390b6f0c96bfe782dba5631564
6
+ metadata.gz: 8e6e4087c112da72860488d20008946b3955fc87cf0d350c85dc3ce746d3d28e0155a82821b6e0b67c6ace98b06a981bc222cc1a71737a55bac477a4c197e447
7
+ data.tar.gz: '0514328a067f495fdad35ecd88587ba142fc0d7b7178a6a420db00eafcb253de7c67b01bc1151cbe5e1c84b9f514ffdeb42a8d1e4502a38fe3948bf9e0f574e1'
data/.gitignore CHANGED
File without changes
data/.travis.yml CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/Gemfile.lock CHANGED
@@ -1,21 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- binp (4.0.0)
4
+ binp (4.0.1)
5
5
  formatador
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- docile (1.3.2)
11
- formatador (0.2.5)
12
- power_assert (1.2.0)
10
+ docile (1.4.0)
11
+ formatador (1.1.0)
12
+ power_assert (2.0.3)
13
13
  rake (12.3.3)
14
- simplecov (0.18.5)
14
+ simplecov (0.22.0)
15
15
  docile (~> 1.1)
16
16
  simplecov-html (~> 0.11)
17
- simplecov-html (0.12.2)
18
- test-unit (3.3.6)
17
+ simplecov_json_formatter (~> 0.1)
18
+ simplecov-html (0.12.3)
19
+ simplecov_json_formatter (0.1.4)
20
+ test-unit (3.6.1)
19
21
  power_assert
20
22
 
21
23
  PLATFORMS
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/bin/console CHANGED
File without changes
data/bin/setup CHANGED
File without changes
data/binp.gemspec CHANGED
File without changes
data/example/example.bin CHANGED
File without changes
data/example/example.yaml CHANGED
File without changes
File without changes
File without changes
data/lib/binp/cli/main.rb CHANGED
File without changes
data/lib/binp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Binp
2
- VERSION = "4.0.0"
2
+ VERSION = "4.0.1"
3
3
  end
data/lib/binp.rb CHANGED
File without changes
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: 4.0.0
4
+ version: 4.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: 2021-02-21 00:00:00.000000000 Z
11
+ date: 2023-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: formatador
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  requirements: []
103
- rubygems_version: 3.1.4
103
+ rubygems_version: 3.4.10
104
104
  signing_key:
105
105
  specification_version: 4
106
106
  summary: binary file parser.