bitstream 0.1.1 → 0.1.2
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,107 +1,94 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bitstream
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
- 0
|
|
7
|
-
- 1
|
|
8
|
-
- 1
|
|
9
|
-
version: 0.1.1
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.2
|
|
5
|
+
prerelease:
|
|
10
6
|
platform: ruby
|
|
11
|
-
authors:
|
|
7
|
+
authors:
|
|
12
8
|
- Natsuki Kawai
|
|
13
9
|
autorequire:
|
|
14
10
|
bindir: bin
|
|
15
11
|
cert_chain: []
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
dependencies:
|
|
20
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2013-03-14 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
21
15
|
name: random-accessible
|
|
22
|
-
|
|
23
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
24
17
|
none: false
|
|
25
|
-
requirements:
|
|
26
|
-
- -
|
|
27
|
-
- !ruby/object:Gem::Version
|
|
28
|
-
segments:
|
|
29
|
-
- 0
|
|
30
|
-
- 2
|
|
31
|
-
- 0
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
32
21
|
version: 0.2.0
|
|
33
22
|
type: :runtime
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: 0.2.0
|
|
30
|
+
description: ! 'BitStream is a mixin to write data structures of bit streams such
|
|
31
|
+
as picture, music, movie files, and e.t.c.. You can refer contents of bit streams
|
|
32
|
+
even when you are defining the data structures. With the function, you can write
|
|
33
|
+
a data structure easily that the header contains the data length of the body field.
|
|
37
34
|
|
|
35
|
+
'
|
|
38
36
|
email: natsuki.kawai@gmail.com
|
|
39
37
|
executables: []
|
|
40
|
-
|
|
41
38
|
extensions: []
|
|
42
|
-
|
|
43
|
-
extra_rdoc_files:
|
|
39
|
+
extra_rdoc_files:
|
|
44
40
|
- README.en
|
|
45
|
-
files:
|
|
46
|
-
- lib/bitstream.rb
|
|
41
|
+
files:
|
|
47
42
|
- lib/lazy-string.rb
|
|
48
|
-
- lib/
|
|
49
|
-
- lib/types/cstring.rb
|
|
50
|
-
- lib/types/string-utils.rb
|
|
43
|
+
- lib/bitstream.rb
|
|
51
44
|
- lib/types/character.rb
|
|
45
|
+
- lib/types/string-utils.rb
|
|
52
46
|
- lib/types/integer.rb
|
|
53
|
-
-
|
|
54
|
-
-
|
|
47
|
+
- lib/types/cstring.rb
|
|
48
|
+
- lib/types/string.rb
|
|
55
49
|
- test/test-dynarray.rb
|
|
50
|
+
- test/test-overload.rb
|
|
51
|
+
- test/test-array.rb
|
|
56
52
|
- test/test-suite.rb
|
|
53
|
+
- test/test-nesting.rb
|
|
54
|
+
- test/test-lazy-string.rb
|
|
57
55
|
- test/test-primitives.rb
|
|
58
56
|
- test/test-simple-properties.rb
|
|
59
57
|
- test/test-condition.rb
|
|
60
|
-
- test/test-lazy-string.rb
|
|
61
|
-
- test/test-array.rb
|
|
62
|
-
- test/types/test-string.rb
|
|
63
|
-
- test/types/test-integer.rb
|
|
64
58
|
- test/types/test-character.rb
|
|
65
59
|
- test/types/test-cstring.rb
|
|
60
|
+
- test/types/test-string.rb
|
|
61
|
+
- test/types/test-integer.rb
|
|
66
62
|
- sample/flac.rb
|
|
63
|
+
- sample/flac-front.rb
|
|
67
64
|
- sample/gzip.rb
|
|
68
65
|
- sample/gzip-viewer.rb
|
|
69
|
-
- sample/flac-front.rb
|
|
70
66
|
- README.en
|
|
71
|
-
has_rdoc: true
|
|
72
67
|
homepage: https://github.com/natsuki14/bitstream
|
|
73
|
-
licenses:
|
|
68
|
+
licenses:
|
|
74
69
|
- Ruby's
|
|
75
70
|
- 2-clause BSDL
|
|
76
71
|
post_install_message:
|
|
77
72
|
rdoc_options: []
|
|
78
|
-
|
|
79
|
-
require_paths:
|
|
73
|
+
require_paths:
|
|
80
74
|
- lib
|
|
81
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
75
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
82
76
|
none: false
|
|
83
|
-
requirements:
|
|
84
|
-
- -
|
|
85
|
-
- !ruby/object:Gem::Version
|
|
86
|
-
segments:
|
|
87
|
-
- 1
|
|
88
|
-
- 9
|
|
89
|
-
- 1
|
|
77
|
+
requirements:
|
|
78
|
+
- - ! '>='
|
|
79
|
+
- !ruby/object:Gem::Version
|
|
90
80
|
version: 1.9.1
|
|
91
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
82
|
none: false
|
|
93
|
-
requirements:
|
|
94
|
-
- -
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
|
|
97
|
-
- 0
|
|
98
|
-
version: "0"
|
|
83
|
+
requirements:
|
|
84
|
+
- - ! '>='
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
version: '0'
|
|
99
87
|
requirements: []
|
|
100
|
-
|
|
101
88
|
rubyforge_project:
|
|
102
|
-
rubygems_version: 1.
|
|
89
|
+
rubygems_version: 1.8.23
|
|
103
90
|
signing_key:
|
|
104
91
|
specification_version: 3
|
|
105
92
|
summary: A bitstream parser supports dynamic-defined fields
|
|
106
|
-
test_files:
|
|
93
|
+
test_files:
|
|
107
94
|
- test/test-suite.rb
|