bit-struct 0.15.0 → 0.16

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bit-struct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: '0.16'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel VanderWerf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-08 00:00:00.000000000 Z
11
+ date: 2017-05-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Library for packed binary data stored in ruby Strings. Useful for accessing
14
14
  fields in network packets and binary files.
@@ -18,82 +18,84 @@ extensions: []
18
18
  extra_rdoc_files:
19
19
  - History.txt
20
20
  - README.md
21
+ - LICENSE
21
22
  files:
22
23
  - History.txt
24
+ - LICENSE
23
25
  - README.md
24
26
  - Rakefile
25
- - lib/bit-struct/vector-field.rb
26
- - lib/bit-struct/char-field.rb
27
- - lib/bit-struct/vector.rb
28
- - lib/bit-struct/hex-octet-field.rb
29
- - lib/bit-struct/yaml.rb
30
- - lib/bit-struct/octet-field.rb
31
- - lib/bit-struct/text-field.rb
32
- - lib/bit-struct/nested-field.rb
33
- - lib/bit-struct/fields.rb
34
- - lib/bit-struct/signed-field.rb
35
- - lib/bit-struct/unsigned-field.rb
36
- - lib/bit-struct/float-field.rb
37
- - lib/bit-struct/bit-struct.rb
38
- - lib/bit-struct/pad-field.rb
39
- - lib/bit-struct.rb
40
- - examples/switch-endian.rb
41
- - examples/ping-recv.rb
42
- - examples/vector.rb
43
- - examples/rest.rb
27
+ - examples/ara-player-data.rb
28
+ - examples/bignum.rb
29
+ - examples/bits.rb
30
+ - examples/byte-bdy.rb
31
+ - examples/field-ripper.rb
44
32
  - examples/fixed-point.rb
45
- - examples/modular-def.rb
46
- - examples/nested.rb
33
+ - examples/ip.rb
34
+ - examples/longlong.rb
47
35
  - examples/md.rb
36
+ - examples/modular-def.rb
48
37
  - examples/native.rb
49
- - examples/raw.rb
50
- - examples/ip.rb
51
- - examples/pad.rb
52
- - examples/field-ripper.rb
53
- - examples/bits.rb
54
- - examples/bignum.rb
55
38
  - examples/nested-block.rb
56
- - examples/player-data.rb
57
- - examples/byte-bdy.rb
58
- - examples/longlong.rb
59
- - examples/ara-player-data.rb
39
+ - examples/nested.rb
40
+ - examples/pad.rb
41
+ - examples/ping-recv.rb
60
42
  - examples/ping.rb
61
- - test/test.rb
62
- - test/test-vector.rb
43
+ - examples/player-data.rb
44
+ - examples/raw.rb
45
+ - examples/rest.rb
46
+ - examples/switch-endian.rb
47
+ - examples/vector.rb
48
+ - lib/bit-struct.rb
49
+ - lib/bit-struct/bit-struct.rb
50
+ - lib/bit-struct/char-field.rb
51
+ - lib/bit-struct/field.rb
52
+ - lib/bit-struct/fields.rb
53
+ - lib/bit-struct/float-field.rb
54
+ - lib/bit-struct/hex-octet-field.rb
55
+ - lib/bit-struct/nested-field.rb
56
+ - lib/bit-struct/octet-field.rb
57
+ - lib/bit-struct/pad-field.rb
58
+ - lib/bit-struct/signed-field.rb
59
+ - lib/bit-struct/text-field.rb
60
+ - lib/bit-struct/unsigned-field.rb
61
+ - lib/bit-struct/vector-field.rb
62
+ - lib/bit-struct/vector.rb
63
+ - lib/bit-struct/yaml.rb
63
64
  - test/test-endian.rb
65
+ - test/test-vector.rb
66
+ - test/test.rb
64
67
  homepage: https://github.com/vjoel/bit-struct
65
68
  licenses:
66
69
  - Ruby
67
70
  metadata: {}
68
71
  post_install_message:
69
72
  rdoc_options:
70
- - --quiet
71
- - --line-numbers
72
- - --inline-source
73
- - --title
73
+ - "--quiet"
74
+ - "--line-numbers"
75
+ - "--inline-source"
76
+ - "--title"
74
77
  - BitStruct
75
- - --main
78
+ - "--main"
76
79
  - README.md
77
80
  require_paths:
78
81
  - lib
79
82
  required_ruby_version: !ruby/object:Gem::Requirement
80
83
  requirements:
81
- - - '>='
84
+ - - ">="
82
85
  - !ruby/object:Gem::Version
83
86
  version: '0'
84
87
  required_rubygems_version: !ruby/object:Gem::Requirement
85
88
  requirements:
86
- - - '>='
89
+ - - ">="
87
90
  - !ruby/object:Gem::Version
88
91
  version: '0'
89
92
  requirements: []
90
93
  rubyforge_project: bit-struct
91
- rubygems_version: 2.0.4
94
+ rubygems_version: 2.6.11
92
95
  signing_key:
93
96
  specification_version: 4
94
97
  summary: Library for packed binary data stored in ruby Strings
95
98
  test_files:
96
- - test/test.rb
97
99
  - test/test-vector.rb
98
100
  - test/test-endian.rb
99
- has_rdoc:
101
+ - test/test.rb