adsp 1.0.4 → 1.0.5

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: '0857763064f25aac54a464ab7d50627214315565824b5c507713bf6f43aa40d2'
4
- data.tar.gz: 4c4e2c600b0b887b2855629e3ab712ba6c99ff4b2a0f1f88693a52a400324a1e
3
+ metadata.gz: eb3f0b4f65e18eb1bd36d51816279233b9fce6059f84a2fd878f39016f3506e0
4
+ data.tar.gz: e610e82a9400d3dd4b529070ee4e0d4e3dda28a9e79eb3940e8bf59b9092d1c6
5
5
  SHA512:
6
- metadata.gz: dad7a1bed65e2b4302e7925e3ef4f6905a8edc5f716095af8b7df69c1f024d9a5545d0c3a2390142630b49d7d0ec898e17c959ddc5695b519ab9a0a37beb3b49
7
- data.tar.gz: b1b79e2f89480b872338780a658c76facedb355e7c1d3e8bca2a8d6b77b19e1da7f189b9d022842d3dd398c90752855e0cb517642e2451cd9f0fcf879d800537
6
+ metadata.gz: a7de963b39f123d68b402d2932ae5b0fa4651191d6528a8584deb7130aa58ee54a721842cd7383de91869ac1b0d3f4f465fa24b672deee528127fb1e82dcb8d6
7
+ data.tar.gz: ebafa75561874a797ecf8494bb2a796aecca4324161b67c855148cecb64c9634f78614e34b6aa0bd984fbb768e770a6af8715440a589c9118c740b25c5c7e8f9
@@ -116,7 +116,5 @@ module ADSP
116
116
  self.class::Option.get_compatible_decompressor_options compressor_options, BUFFER_LENGTH_MAPPING, &block
117
117
  end
118
118
  end
119
-
120
- Minitest << File
121
119
  end
122
120
  end
@@ -45,8 +45,6 @@ module ADSP
45
45
  end
46
46
  end
47
47
  end
48
-
49
- Minitest << MinitarTest
50
48
  end
51
49
  end
52
50
  end
@@ -3,7 +3,6 @@
3
3
 
4
4
  require_relative "abstract"
5
5
  require_relative "../../common"
6
- require_relative "../../minitest"
7
6
  require_relative "../../mock/stream/raw/compressor"
8
7
  require_relative "../../mock/string"
9
8
  require_relative "../../option"
@@ -160,8 +159,6 @@ module ADSP
160
159
  Option.get_compatible_decompressor_options compressor_options, BUFFER_LENGTH_MAPPING, &block
161
160
  end
162
161
  end
163
-
164
- Minitest << Compressor
165
162
  end
166
163
  end
167
164
  end
@@ -3,7 +3,6 @@
3
3
 
4
4
  require_relative "abstract"
5
5
  require_relative "../../common"
6
- require_relative "../../minitest"
7
6
  require_relative "../../mock/stream/raw/decompressor"
8
7
  require_relative "../../mock/string"
9
8
  require_relative "../../option"
@@ -160,8 +159,6 @@ module ADSP
160
159
  Option.get_compatible_decompressor_options compressor_options, BUFFER_LENGTH_MAPPING, &block
161
160
  end
162
161
  end
163
-
164
- Minitest << Decompressor
165
162
  end
166
163
  end
167
164
  end
@@ -7,7 +7,6 @@ require "stringio"
7
7
 
8
8
  require_relative "abstract"
9
9
  require_relative "../common"
10
- require_relative "../minitest"
11
10
  require_relative "../option"
12
11
  require_relative "../validation"
13
12
  require_relative "../mock/stream/reader"
@@ -638,8 +637,6 @@ module ADSP
638
637
  Option.get_compatible_decompressor_options compressor_options, BUFFER_LENGTH_MAPPING, &block
639
638
  end
640
639
  end
641
-
642
- Minitest << Reader
643
640
  end
644
641
  end
645
642
  end
@@ -416,8 +416,6 @@ module ADSP
416
416
  self.class::Target
417
417
  end
418
418
  end
419
-
420
- Minitest << ReaderHelpers
421
419
  end
422
420
  end
423
421
  end
@@ -7,7 +7,6 @@ require "stringio"
7
7
 
8
8
  require_relative "abstract"
9
9
  require_relative "../common"
10
- require_relative "../minitest"
11
10
  require_relative "../option"
12
11
  require_relative "../mock/stream/writer"
13
12
  require_relative "../mock/string"
@@ -605,8 +604,6 @@ module ADSP
605
604
  Option.get_compatible_decompressor_options compressor_options, BUFFER_LENGTH_MAPPING, &block
606
605
  end
607
606
  end
608
-
609
- Minitest << Writer
610
607
  end
611
608
  end
612
609
  end
@@ -262,8 +262,6 @@ module ADSP
262
262
  self.class::Target
263
263
  end
264
264
  end
265
-
266
- Minitest << WriterHelpers
267
265
  end
268
266
  end
269
267
  end
@@ -91,7 +91,5 @@ module ADSP
91
91
  self.class::Option.get_compatible_decompressor_options compressor_options, BUFFER_LENGTH_MAPPING, &block
92
92
  end
93
93
  end
94
-
95
- Minitest << String
96
94
  end
97
95
  end
@@ -14,7 +14,5 @@ module ADSP
14
14
  refute_nil ADSP::VERSION
15
15
  end
16
16
  end
17
-
18
- Minitest << Version
19
17
  end
20
18
  end
data/lib/adsp/version.rb CHANGED
@@ -3,5 +3,5 @@
3
3
 
4
4
  module ADSP
5
5
  # Abstract data stream processor version.
6
- VERSION = "1.0.4".freeze
6
+ VERSION = "1.0.5".freeze
7
7
  end
data/test/file.test.rb ADDED
@@ -0,0 +1,7 @@
1
+ # Abstract data stream processor.
2
+ # Copyright (c) 2021 AUTHORS, MIT License.
3
+
4
+ require "adsp/test/minitest"
5
+ require "adsp/test/file"
6
+
7
+ Minitest << ADSP::Test::File
@@ -0,0 +1,7 @@
1
+ # Abstract data stream processor.
2
+ # Copyright (c) 2021 AUTHORS, MIT License.
3
+
4
+ require "adsp/test/minitest"
5
+ require "adsp/test/stream/minitar"
6
+
7
+ Minitest << ADSP::Test::Stream::MinitarTest
@@ -0,0 +1,7 @@
1
+ # Abstract data stream processor.
2
+ # Copyright (c) 2021 AUTHORS, MIT License.
3
+
4
+ require "adsp/test/minitest"
5
+ require "adsp/test/stream/raw/compressor"
6
+
7
+ Minitest << ADSP::Test::Stream::Raw::Compressor
@@ -0,0 +1,7 @@
1
+ # Abstract data stream processor.
2
+ # Copyright (c) 2021 AUTHORS, MIT License.
3
+
4
+ require "adsp/test/minitest"
5
+ require "adsp/test/stream/raw/decompressor"
6
+
7
+ Minitest << ADSP::Test::Stream::Raw::Decompressor
@@ -0,0 +1,7 @@
1
+ # Abstract data stream processor.
2
+ # Copyright (c) 2021 AUTHORS, MIT License.
3
+
4
+ require "adsp/test/minitest"
5
+ require "adsp/test/stream/reader"
6
+
7
+ Minitest << ADSP::Test::Stream::Reader
@@ -0,0 +1,7 @@
1
+ # Abstract data stream processor.
2
+ # Copyright (c) 2021 AUTHORS, MIT License.
3
+
4
+ require "adsp/test/minitest"
5
+ require "adsp/test/stream/reader_helpers"
6
+
7
+ Minitest << ADSP::Test::Stream::ReaderHelpers
@@ -0,0 +1,7 @@
1
+ # Abstract data stream processor.
2
+ # Copyright (c) 2021 AUTHORS, MIT License.
3
+
4
+ require "adsp/test/minitest"
5
+ require "adsp/test/stream/writer"
6
+
7
+ Minitest << ADSP::Test::Stream::Writer
@@ -0,0 +1,7 @@
1
+ # Abstract data stream processor.
2
+ # Copyright (c) 2021 AUTHORS, MIT License.
3
+
4
+ require "adsp/test/minitest"
5
+ require "adsp/test/stream/writer_helpers"
6
+
7
+ Minitest << ADSP::Test::Stream::WriterHelpers
@@ -0,0 +1,7 @@
1
+ # Abstract data stream processor.
2
+ # Copyright (c) 2021 AUTHORS, MIT License.
3
+
4
+ require "adsp/test/minitest"
5
+ require "adsp/test/string"
6
+
7
+ Minitest << ADSP::Test::String
@@ -0,0 +1,7 @@
1
+ # Abstract data stream processor.
2
+ # Copyright (c) 2021 AUTHORS, MIT License.
3
+
4
+ require "adsp/test/minitest"
5
+ require "adsp/test/version"
6
+
7
+ Minitest << ADSP::Test::Version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adsp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Aladjev
@@ -220,7 +220,7 @@ files:
220
220
  - lib/adsp/string.rb
221
221
  - lib/adsp/test/common.rb
222
222
  - lib/adsp/test/coverage_helper.rb
223
- - lib/adsp/test/file.test.rb
223
+ - lib/adsp/test/file.rb
224
224
  - lib/adsp/test/minitest.rb
225
225
  - lib/adsp/test/mock/common.rb
226
226
  - lib/adsp/test/mock/file.rb
@@ -233,19 +233,29 @@ files:
233
233
  - lib/adsp/test/mock/string.rb
234
234
  - lib/adsp/test/option.rb
235
235
  - lib/adsp/test/stream/abstract.rb
236
- - lib/adsp/test/stream/minitar.test.rb
236
+ - lib/adsp/test/stream/minitar.rb
237
237
  - lib/adsp/test/stream/raw/abstract.rb
238
- - lib/adsp/test/stream/raw/compressor.test.rb
239
- - lib/adsp/test/stream/raw/decompressor.test.rb
240
- - lib/adsp/test/stream/reader.test.rb
241
- - lib/adsp/test/stream/reader_helpers.test.rb
242
- - lib/adsp/test/stream/writer.test.rb
243
- - lib/adsp/test/stream/writer_helpers.test.rb
244
- - lib/adsp/test/string.test.rb
238
+ - lib/adsp/test/stream/raw/compressor.rb
239
+ - lib/adsp/test/stream/raw/decompressor.rb
240
+ - lib/adsp/test/stream/reader.rb
241
+ - lib/adsp/test/stream/reader_helpers.rb
242
+ - lib/adsp/test/stream/writer.rb
243
+ - lib/adsp/test/stream/writer_helpers.rb
244
+ - lib/adsp/test/string.rb
245
245
  - lib/adsp/test/validation.rb
246
- - lib/adsp/test/version.test.rb
246
+ - lib/adsp/test/version.rb
247
247
  - lib/adsp/validation.rb
248
248
  - lib/adsp/version.rb
249
+ - test/file.test.rb
250
+ - test/stream/minitar.test.rb
251
+ - test/stream/raw/compressor.test.rb
252
+ - test/stream/raw/decompressor.test.rb
253
+ - test/stream/reader.test.rb
254
+ - test/stream/reader_helpers.test.rb
255
+ - test/stream/writer.test.rb
256
+ - test/stream/writer_helpers.test.rb
257
+ - test/string.test.rb
258
+ - test/version.test.rb
249
259
  homepage: https://github.com/andrew-aladev/adsp
250
260
  licenses:
251
261
  - MIT