sus-fixtures-async 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef6fa66687b3e56d258150697f05dcf1ef032f02aeb1c14396d744b3c3bed799
4
- data.tar.gz: a7a81a13b19cb5790f963678a77c1168bc0acfa82241cf0bff7b04d4c8bb48f1
3
+ metadata.gz: d99d77fb7f3fe87e81ab665ad4689bb3281dc8c14bcac5ad7e9f58cd45ac9487
4
+ data.tar.gz: a2c6eb004e55bcf7ce0a1a19c832d9bbc4b2076b6f0813133cd870c15565cb34
5
5
  SHA512:
6
- metadata.gz: 4c2e4e69bf322d633e7cc31a1c83ee84dd8485d3044b69c6eb71d42d5642775a38715a67b8038c13d956c68f6df3ede7bf5104cf407c7d96854e7cec0b68c717
7
- data.tar.gz: 1bf612d6af84298f277c52be7fd1923e61f453410bcebffca06835ab635eb2cb2fdd387135a6c1053dd0d55e20c98cea81546935dd0f5365893917220821abdd
6
+ metadata.gz: 3ecedf1af0d606daf679583ae999757fad815b117239b512293fe2ff52395d7032c4ce4b224d37651ade32cbd459cf727182eff7746eae9dc5a56562179df7cb
7
+ data.tar.gz: aa34a76a090aa4d7a66a21f8b5592310c42dea5d58973b87c3f9462261bf6730a7d5d87b85fa2f7531c15583b9fed1426671aea8bf491991dade8e6cf8220c7c
checksums.yaml.gz.sig CHANGED
Binary file
@@ -6,7 +6,7 @@
6
6
  module Sus
7
7
  module Fixtures
8
8
  module Async
9
- VERSION = "0.1.3"
9
+ VERSION = "0.1.4"
10
10
  end
11
11
  end
12
12
  end
@@ -3,4 +3,5 @@
3
3
  # Released under the MIT License.
4
4
  # Copyright, 2022, by Samuel Williams.
5
5
 
6
+ require_relative 'async/version'
6
7
  require_relative 'async/reactor_context'
data/license.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright, 2022-2023, by Samuel Williams.
3
+ Copyright, 2022-2024, by Samuel Williams.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/readme.md CHANGED
@@ -4,21 +4,26 @@ Provides a convenient fixture for testing async components in a reactor.
4
4
 
5
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
6
 
7
- ## Installation
7
+ ## Usage
8
8
 
9
- ``` bash
10
- $ bundle add sus-fixtures-async
11
- ```
9
+ Please see the [project documentation](https://socketry.github.io/sus-fixtures-async/) for more details.
12
10
 
13
- ## Usage
11
+ - [Getting Started](https://socketry.github.io/sus-fixtures-async/guides/getting-started/index) - This guide explains how to use the `sus-fixtures-async` gem to test async components in a reactor.
12
+
13
+ ## Contributing
14
+
15
+ We welcome contributions to this project.
16
+
17
+ 1. Fork it.
18
+ 2. Create your feature branch (`git checkout -b my-new-feature`).
19
+ 3. Commit your changes (`git commit -am 'Add some feature'`).
20
+ 4. Push to the branch (`git push origin my-new-feature`).
21
+ 5. Create new Pull Request.
22
+
23
+ ### Developer Certificate of Origin
14
24
 
15
- ``` ruby
16
- include Sus::Fixtures::Async::ReactorContext
25
+ In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
17
26
 
18
- # Override the default timeout
19
- def timeout = 1
27
+ ### Community Guidelines
20
28
 
21
- it 'it runs in a reactor' do
22
- expect(Async::Task.current).not.to be == nil
23
- end
24
- ```
29
+ This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.
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.3
4
+ version: 0.1.4
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: 2023-12-04 00:00:00.000000000 Z
40
+ date: 2024-07-23 00:00:00.000000000 Z
41
41
  dependencies:
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: async
@@ -78,11 +78,13 @@ files:
78
78
  - lib/sus/fixtures/async/version.rb
79
79
  - license.md
80
80
  - readme.md
81
- homepage: https://github.com/ioquatix/sus-fixtures-async
81
+ homepage: https://github.com/socketry/sus-fixtures-async
82
82
  licenses:
83
83
  - MIT
84
84
  metadata:
85
+ documentation_uri: https://socketry.github.io/sus-fixtures-async/
85
86
  funding_uri: https://github.com/sponsors/ioquatix/
87
+ source_code_uri: https://github.com/socketry/sus-fixtures-async.git
86
88
  post_install_message:
87
89
  rdoc_options: []
88
90
  require_paths:
@@ -91,14 +93,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
93
  requirements:
92
94
  - - ">="
93
95
  - !ruby/object:Gem::Version
94
- version: '3.0'
96
+ version: '3.1'
95
97
  required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  requirements:
97
99
  - - ">="
98
100
  - !ruby/object:Gem::Version
99
101
  version: '0'
100
102
  requirements: []
101
- rubygems_version: 3.4.22
103
+ rubygems_version: 3.5.11
102
104
  signing_key:
103
105
  specification_version: 4
104
106
  summary: Test fixtures for running in Async.
metadata.gz.sig CHANGED
Binary file