sus-fixtures-async 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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/sus/fixtures/async/reactor_context.rb +2 -3
- data/lib/sus/fixtures/async/version.rb +2 -3
- data/license.md +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e3d4f015f65d164cfee2a56518d31a795830b3a26d28526eb8a0c7e89b1d186
|
4
|
+
data.tar.gz: 3da39eb7cdea0313c14f10b11d6a7450514d83a46198f9f2bac87cd5ed5ca425
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5182392bc4cab15a4b4f747e1d59808a0805a1b28886d946454aae3ba273d56f2c2b6c241af57675ebe9e0033def9cf3bc2fbe8fc1ff1533ca884ebe73ccda6
|
7
|
+
data.tar.gz: 5a24821a3a0ad45d809f336efa8e14f73572baafcfe2a0611c46505297294217590fbe65087831020722a5fe1e292318b71eadda15049f15e1eade3c2b9c7d84
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -1,8 +1,7 @@
|
|
1
|
-
# Copyright, 2019, by Samuel G. D. Williams. <http: //www.codeotaku.com>
|
2
1
|
# frozen_string_literal: true
|
3
2
|
|
4
3
|
# Released under the MIT License.
|
5
|
-
# Copyright, 2022, by Samuel Williams.
|
4
|
+
# Copyright, 2022-2023, by Samuel Williams.
|
6
5
|
|
7
6
|
require 'async'
|
8
7
|
require 'sus/fixtures'
|
@@ -55,7 +54,7 @@ module Sus::Fixtures::Async
|
|
55
54
|
end
|
56
55
|
|
57
56
|
def timeout
|
58
|
-
|
57
|
+
10
|
59
58
|
end
|
60
59
|
|
61
60
|
def reactor
|
@@ -1,13 +1,12 @@
|
|
1
|
-
# Copyright, 2019, by Samuel G. D. Williams. <http: //www.codeotaku.com>
|
2
1
|
# frozen_string_literal: true
|
3
2
|
|
4
3
|
# Released under the MIT License.
|
5
|
-
# Copyright, 2022, by Samuel Williams.
|
4
|
+
# Copyright, 2022-2023, by Samuel Williams.
|
6
5
|
|
7
6
|
module Sus
|
8
7
|
module Fixtures
|
9
8
|
module Async
|
10
|
-
VERSION = "0.1.
|
9
|
+
VERSION = "0.1.2"
|
11
10
|
end
|
12
11
|
end
|
13
12
|
end
|
data/license.md
CHANGED
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.
|
4
|
+
version: 0.1.2
|
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:
|
40
|
+
date: 2023-08-27 00:00:00.000000000 Z
|
41
41
|
dependencies:
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: async
|
@@ -91,14 +91,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
91
91
|
requirements:
|
92
92
|
- - ">="
|
93
93
|
- !ruby/object:Gem::Version
|
94
|
-
version:
|
94
|
+
version: '3.0'
|
95
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
96
96
|
requirements:
|
97
97
|
- - ">="
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
|
-
rubygems_version: 3.
|
101
|
+
rubygems_version: 3.4.10
|
102
102
|
signing_key:
|
103
103
|
specification_version: 4
|
104
104
|
summary: Test fixtures for running in Async.
|
metadata.gz.sig
CHANGED
Binary file
|