async-rspec 1.17.0 → 1.17.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: 0f6cc93674d4bd3c16383ffe582023a6a36d32c5fdc03326286913b68f69fca2
4
- data.tar.gz: bf577e3e9c92a9434e0693b5e6cbb44489b02b884a784f735f15097d9493ed51
3
+ metadata.gz: 31b9fde7bd99de0a232f42492eb6e859d853ec803007e02e7adf009a56efa3b4
4
+ data.tar.gz: 22fe82250ba6b7022db9f7c2c120e0a906058615d57b0a7c58d86248ef9d6799
5
5
  SHA512:
6
- metadata.gz: e4d9cef03364e8b623bb657d9f769e234ff82fbe6a7e65a30fa83c15bd4615912742dc16b769c0d3caace5712c8b8d1a0ecc872548f1021a9870e82f93099b84
7
- data.tar.gz: 318e0ab4e06c9b5da6b72ed87f2b16a4393b47bb4605d74145162cf997e1f2be59d7bb8724e273387deeb342393c9cb31c0a1ce31beb00d5ded8b0575095a2ee
6
+ metadata.gz: a96fbe720fd8a8e245c980d242b1a86ea18bb1a0c42fc3ca9b7f941871ca187f6d02ab87a154878fc9abe8d4c1b87a313f7c40d5fd9450b9bbd138ccea75ff74
7
+ data.tar.gz: 3db35ed4946d892208cc570741ee512d88a40c0584bcfa41df994eb48c46489e0b0dd7511c8ddd0a6be9445cb36f93e5576fcdaeb106c0cbbcd8c6253c8f5f40
checksums.yaml.gz.sig CHANGED
Binary file
data/conduct.md ADDED
@@ -0,0 +1,133 @@
1
+
2
+ # Contributor Covenant Code of Conduct
3
+
4
+ ## Our Pledge
5
+
6
+ We as members, contributors, and leaders pledge to make participation in our
7
+ community a harassment-free experience for everyone, regardless of age, body
8
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
9
+ identity and expression, level of experience, education, socio-economic status,
10
+ nationality, personal appearance, race, caste, color, religion, or sexual
11
+ identity and orientation.
12
+
13
+ We pledge to act and interact in ways that contribute to an open, welcoming,
14
+ diverse, inclusive, and healthy community.
15
+
16
+ ## Our Standards
17
+
18
+ Examples of behavior that contributes to a positive environment for our
19
+ community include:
20
+
21
+ * Demonstrating empathy and kindness toward other people
22
+ * Being respectful of differing opinions, viewpoints, and experiences
23
+ * Giving and gracefully accepting constructive feedback
24
+ * Accepting responsibility and apologizing to those affected by our mistakes,
25
+ and learning from the experience
26
+ * Focusing on what is best not just for us as individuals, but for the overall
27
+ community
28
+
29
+ Examples of unacceptable behavior include:
30
+
31
+ * The use of sexualized language or imagery, and sexual attention or advances of
32
+ any kind
33
+ * Trolling, insulting or derogatory comments, and personal or political attacks
34
+ * Public or private harassment
35
+ * Publishing others' private information, such as a physical or email address,
36
+ without their explicit permission
37
+ * Other conduct which could reasonably be considered inappropriate in a
38
+ professional setting
39
+
40
+ ## Enforcement Responsibilities
41
+
42
+ Community leaders are responsible for clarifying and enforcing our standards of
43
+ acceptable behavior and will take appropriate and fair corrective action in
44
+ response to any behavior that they deem inappropriate, threatening, offensive,
45
+ or harmful.
46
+
47
+ Community leaders have the right and responsibility to remove, edit, or reject
48
+ comments, commits, code, wiki edits, issues, and other contributions that are
49
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
50
+ decisions when appropriate.
51
+
52
+ ## Scope
53
+
54
+ This Code of Conduct applies within all community spaces, and also applies when
55
+ an individual is officially representing the community in public spaces.
56
+ Examples of representing our community include using an official e-mail address,
57
+ posting via an official social media account, or acting as an appointed
58
+ representative at an online or offline event.
59
+
60
+ ## Enforcement
61
+
62
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
63
+ reported to the community leaders responsible for enforcement at
64
+ [INSERT CONTACT METHOD].
65
+ All complaints will be reviewed and investigated promptly and fairly.
66
+
67
+ All community leaders are obligated to respect the privacy and security of the
68
+ reporter of any incident.
69
+
70
+ ## Enforcement Guidelines
71
+
72
+ Community leaders will follow these Community Impact Guidelines in determining
73
+ the consequences for any action they deem in violation of this Code of Conduct:
74
+
75
+ ### 1. Correction
76
+
77
+ **Community Impact**: Use of inappropriate language or other behavior deemed
78
+ unprofessional or unwelcome in the community.
79
+
80
+ **Consequence**: A private, written warning from community leaders, providing
81
+ clarity around the nature of the violation and an explanation of why the
82
+ behavior was inappropriate. A public apology may be requested.
83
+
84
+ ### 2. Warning
85
+
86
+ **Community Impact**: A violation through a single incident or series of
87
+ actions.
88
+
89
+ **Consequence**: A warning with consequences for continued behavior. No
90
+ interaction with the people involved, including unsolicited interaction with
91
+ those enforcing the Code of Conduct, for a specified period of time. This
92
+ includes avoiding interactions in community spaces as well as external channels
93
+ like social media. Violating these terms may lead to a temporary or permanent
94
+ ban.
95
+
96
+ ### 3. Temporary Ban
97
+
98
+ **Community Impact**: A serious violation of community standards, including
99
+ sustained inappropriate behavior.
100
+
101
+ **Consequence**: A temporary ban from any sort of interaction or public
102
+ communication with the community for a specified period of time. No public or
103
+ private interaction with the people involved, including unsolicited interaction
104
+ with those enforcing the Code of Conduct, is allowed during this period.
105
+ Violating these terms may lead to a permanent ban.
106
+
107
+ ### 4. Permanent Ban
108
+
109
+ **Community Impact**: Demonstrating a pattern of violation of community
110
+ standards, including sustained inappropriate behavior, harassment of an
111
+ individual, or aggression toward or disparagement of classes of individuals.
112
+
113
+ **Consequence**: A permanent ban from any sort of public interaction within the
114
+ community.
115
+
116
+ ## Attribution
117
+
118
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
119
+ version 2.1, available at
120
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
121
+
122
+ Community Impact Guidelines were inspired by
123
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
124
+
125
+ For answers to common questions about this code of conduct, see the FAQ at
126
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
127
+ [https://www.contributor-covenant.org/translations][translations].
128
+
129
+ [homepage]: https://www.contributor-covenant.org
130
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
131
+ [Mozilla CoC]: https://github.com/mozilla/diversity
132
+ [FAQ]: https://www.contributor-covenant.org/faq
133
+ [translations]: https://www.contributor-covenant.org/translations
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2018, by Samuel Williams.
4
+ # Copyright, 2018-2023, by Samuel Williams.
5
5
 
6
6
  require 'securerandom'
7
7
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2017-2019, by Samuel Williams.
4
+ # Copyright, 2017-2023, by Samuel Williams.
5
5
 
6
6
  require 'rspec/files'
7
7
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2018-2019, by Samuel Williams.
4
+ # Copyright, 2018-2023, by Samuel Williams.
5
5
  # Copyright, 2018, by Janko Marohnić.
6
6
 
7
7
  require 'rspec/memory'
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2017-2018, by Samuel Williams.
4
+ # Copyright, 2017-2023, by Samuel Williams.
5
5
 
6
6
  module Async
7
7
  module RSpec
@@ -1,22 +1,8 @@
1
- # Copyright, 2017, 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
+ # frozen_string_literal: true
2
+
3
+ # Released under the MIT License.
4
+ # Copyright, 2017-2023, by Samuel Williams.
5
+ # Copyright, 2023, by Robin Goos.
20
6
 
21
7
  require_relative 'leaks'
22
8
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2018-2021, by Samuel Williams.
4
+ # Copyright, 2018-2023, by Samuel Williams.
5
5
 
6
6
  require 'openssl'
7
7
 
@@ -1,10 +1,10 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2017-2021, by Samuel Williams.
4
+ # Copyright, 2017-2023, by Samuel Williams.
5
5
 
6
6
  module Async
7
7
  module RSpec
8
- VERSION = "1.17.0"
8
+ VERSION = "1.17.1"
9
9
  end
10
10
  end
data/lib/async/rspec.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2017-2018, by Samuel Williams.
4
+ # Copyright, 2017-2023, by Samuel Williams.
5
5
 
6
6
  require_relative "rspec/version"
7
7
  require_relative "rspec/reactor"
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -10,7 +10,6 @@ authors:
10
10
  - Cyril Roelandt
11
11
  - Jeremy Jung
12
12
  - Robin Goos
13
- autorequire:
14
13
  bindir: bin
15
14
  cert_chain:
16
15
  - |
@@ -42,7 +41,7 @@ cert_chain:
42
41
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
43
42
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
44
43
  -----END CERTIFICATE-----
45
- date: 2023-06-05 00:00:00.000000000 Z
44
+ date: 2025-03-04 00:00:00.000000000 Z
46
45
  dependencies:
47
46
  - !ruby/object:Gem::Dependency
48
47
  name: rspec
@@ -100,20 +99,6 @@ dependencies:
100
99
  - - ">="
101
100
  - !ruby/object:Gem::Version
102
101
  version: '0'
103
- - !ruby/object:Gem::Dependency
104
- name: async-io
105
- requirement: !ruby/object:Gem::Requirement
106
- requirements:
107
- - - ">="
108
- - !ruby/object:Gem::Version
109
- version: '0'
110
- type: :development
111
- prerelease: false
112
- version_requirements: !ruby/object:Gem::Requirement
113
- requirements:
114
- - - ">="
115
- - !ruby/object:Gem::Version
116
- version: '0'
117
102
  - !ruby/object:Gem::Dependency
118
103
  name: bundler
119
104
  requirement: !ruby/object:Gem::Requirement
@@ -142,12 +127,11 @@ dependencies:
142
127
  - - ">="
143
128
  - !ruby/object:Gem::Version
144
129
  version: '0'
145
- description:
146
- email:
147
130
  executables: []
148
131
  extensions: []
149
132
  extra_rdoc_files: []
150
133
  files:
134
+ - conduct.md
151
135
  - lib/async/rspec.rb
152
136
  - lib/async/rspec/buffer.rb
153
137
  - lib/async/rspec/leaks.rb
@@ -162,7 +146,6 @@ homepage: https://github.com/socketry/async-rspec
162
146
  licenses:
163
147
  - MIT
164
148
  metadata: {}
165
- post_install_message:
166
149
  rdoc_options: []
167
150
  require_paths:
168
151
  - lib
@@ -177,8 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
160
  - !ruby/object:Gem::Version
178
161
  version: '0'
179
162
  requirements: []
180
- rubygems_version: 3.4.10
181
- signing_key:
163
+ rubygems_version: 3.6.2
182
164
  specification_version: 4
183
165
  summary: Helpers for writing specs against the async gem.
184
166
  test_files: []
metadata.gz.sig CHANGED
Binary file