sus-fixtures-async 0.1.0 → 0.1.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: b625a920cea82942ff552d431c6a801301935fb322751734a3b27efec374f8f6
4
- data.tar.gz: ab1de467b34707d1e3412396f5054d33f5409267165c606b48a240ec19ece5d2
3
+ metadata.gz: 856ab08a62c34ced17544c3b6b79a231d2dd1d24f312c09ed4b7b9dcade671df
4
+ data.tar.gz: 71bf2419daad1355cd5a97e9fe61c10d72516c5ff1d9da11633a806dc974a623
5
5
  SHA512:
6
- metadata.gz: 452ba3d2ed4cd88e61d72bd0b92b319ae275a2ab52172989a531dd7a8594a07151344ba9275208ec1aa93dcb7c3485c0206e3303f8b9261970505ee0cf6e2e89
7
- data.tar.gz: 2c21470a0986e72387b1f003f80644d8f3dae637c55470b3699a88b00ce84b1a1f8e73001f9e5e48cbaeacd0671183e7b6cd67419dfeb228df04819db06f904e
6
+ metadata.gz: 487c4ce22eecde7d3fabccde7ea0f5a3b4b95f9057ae0b37970425660c798f0eefedb3752cd733a913e897ed55e0fdf7dbaf295f7b4d090dc38ac20cc3210e94
7
+ data.tar.gz: dd4d744e7c68ebf4a5ae15738588501e50392158a7e4ad9f77c105b56243fe8d3e73e91c9fd0432985c70f718f12fe961213ece75eb17850afb1abbd8d57deaf
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,22 +1,8 @@
1
- # Copyright, 2019, by Samuel G. D. Williams. <http://www.codeotaku.com>
2
- #
3
- # Permission is hereby granted, free of charge, to any person obtaining a copy
4
- # of this software and associated documentation files (the "Software"), to deal
5
- # in the Software without restriction, including without limitation the rights
6
- # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- # copies of the Software, and to permit persons to whom the Software is
8
- # furnished to do so, subject to the following conditions:
9
- #
10
- # The above copyright notice and this permission notice shall be included in
11
- # all copies or substantial portions of the Software.
12
- #
13
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- # THE SOFTWARE.
1
+ # Copyright, 2019, by Samuel G. D. Williams. <http: //www.codeotaku.com>
2
+ # frozen_string_literal: true
3
+
4
+ # Released under the MIT License.
5
+ # Copyright, 2022, by Samuel Williams.
20
6
 
21
7
  require 'async'
22
8
  require 'sus/fixtures'
@@ -1,27 +1,13 @@
1
- # Copyright, 2019, by Samuel G. D. Williams. <http://www.codeotaku.com>
2
- #
3
- # Permission is hereby granted, free of charge, to any person obtaining a copy
4
- # of this software and associated documentation files (the "Software"), to deal
5
- # in the Software without restriction, including without limitation the rights
6
- # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- # copies of the Software, and to permit persons to whom the Software is
8
- # furnished to do so, subject to the following conditions:
9
- #
10
- # The above copyright notice and this permission notice shall be included in
11
- # all copies or substantial portions of the Software.
12
- #
13
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- # THE SOFTWARE.
1
+ # Copyright, 2019, by Samuel G. D. Williams. <http: //www.codeotaku.com>
2
+ # frozen_string_literal: true
3
+
4
+ # Released under the MIT License.
5
+ # Copyright, 2022, by Samuel Williams.
20
6
 
21
7
  module Sus
22
8
  module Fixtures
23
9
  module Async
24
- VERSION = "0.1.0"
10
+ VERSION = "0.1.1"
25
11
  end
26
12
  end
27
13
  end
@@ -1,2 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Released under the MIT License.
4
+ # Copyright, 2022, by Samuel Williams.
1
5
 
2
6
  require_relative 'async/reactor_context'
data/readme.md CHANGED
@@ -2,15 +2,17 @@
2
2
 
3
3
  Provides a convenient fixture for testing async components in a reactor.
4
4
 
5
+ [![Development Status](https://github.com/socketry/sus-fixtures-async/workflows/Test/badge.svg)](https://github.com/socketry/sus-fixtures-async/actions?workflow=Test)
6
+
5
7
  ## Installation
6
8
 
7
- ```bash
9
+ ``` bash
8
10
  $ bundle add sus-fixtures-async
9
11
  ```
10
12
 
11
13
  ## Usage
12
14
 
13
- ```ruby
15
+ ``` ruby
14
16
  include Sus::Fixtures::Async::ReactorContext
15
17
 
16
18
  # Override the default timeout
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sus-fixtures-async
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -37,7 +37,7 @@ cert_chain:
37
37
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
38
38
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
39
39
  -----END CERTIFICATE-----
40
- date: 2022-08-24 00:00:00.000000000 Z
40
+ date: 2022-08-27 00:00:00.000000000 Z
41
41
  dependencies:
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: async
@@ -59,14 +59,14 @@ dependencies:
59
59
  requirements:
60
60
  - - "~>"
61
61
  - !ruby/object:Gem::Version
62
- version: 0.10.1
62
+ version: '0.10'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: 0.10.1
69
+ version: '0.10'
70
70
  description:
71
71
  email:
72
72
  executables: []
metadata.gz.sig CHANGED
Binary file