sanitize_email 2.0.12 → 2.0.14
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/CHANGELOG.md +130 -1
- data/LICENSE.md +1 -1
- data/README.md +54 -36
- data/lib/sanitize_email/bleach.rb +1 -3
- data/lib/sanitize_email/config.rb +2 -2
- data/lib/sanitize_email/deprecation.rb +4 -4
- data/lib/sanitize_email/mail_header_tools.rb +2 -2
- data/lib/sanitize_email/overridden_addresses.rb +7 -8
- data/lib/sanitize_email/test_helpers.rb +1 -1
- data/lib/sanitize_email/version.rb +4 -1
- data/lib/sanitize_email.rb +3 -5
- data.tar.gz.sig +0 -0
- metadata +60 -46
- metadata.gz.sig +0 -0
- data/CITATION.cff +0 -20
- data/CODE_OF_CONDUCT.md +0 -134
- data/CONTRIBUTING.md +0 -272
- data/FUNDING.md +0 -74
- data/RUBOCOP.md +0 -71
- data/SECURITY.md +0 -21
- data/certs/pboling.pem +0 -27
- /data/sig/{sanitize_email/version.rbs → sanitize_email.rbs} +0 -0
metadata
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sanitize_email
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
8
8
|
- John Trupiano
|
|
9
|
-
-
|
|
9
|
+
- pboling
|
|
10
|
+
- Peter H. Boling
|
|
11
|
+
- David Morton
|
|
12
|
+
- Harry Lascelles
|
|
13
|
+
- Adrien Siami
|
|
14
|
+
- Chris Altman
|
|
15
|
+
- Scott Rocher
|
|
16
|
+
- Marcus Ilgner
|
|
17
|
+
- Bernardo Galindo
|
|
18
|
+
- joeyparis
|
|
10
19
|
bindir: exe
|
|
11
20
|
cert_chain:
|
|
12
21
|
- |
|
|
@@ -62,7 +71,7 @@ dependencies:
|
|
|
62
71
|
version: '1.1'
|
|
63
72
|
- - ">="
|
|
64
73
|
- !ruby/object:Gem::Version
|
|
65
|
-
version: 1.1.
|
|
74
|
+
version: 1.1.14
|
|
66
75
|
type: :runtime
|
|
67
76
|
prerelease: false
|
|
68
77
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -72,27 +81,27 @@ dependencies:
|
|
|
72
81
|
version: '1.1'
|
|
73
82
|
- - ">="
|
|
74
83
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 1.1.
|
|
84
|
+
version: 1.1.14
|
|
76
85
|
- !ruby/object:Gem::Dependency
|
|
77
86
|
name: kettle-dev
|
|
78
87
|
requirement: !ruby/object:Gem::Requirement
|
|
79
88
|
requirements:
|
|
80
89
|
- - "~>"
|
|
81
90
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '2.
|
|
91
|
+
version: '2.5'
|
|
83
92
|
- - ">="
|
|
84
93
|
- !ruby/object:Gem::Version
|
|
85
|
-
version: 2.
|
|
94
|
+
version: 2.5.13
|
|
86
95
|
type: :development
|
|
87
96
|
prerelease: false
|
|
88
97
|
version_requirements: !ruby/object:Gem::Requirement
|
|
89
98
|
requirements:
|
|
90
99
|
- - "~>"
|
|
91
100
|
- !ruby/object:Gem::Version
|
|
92
|
-
version: '2.
|
|
101
|
+
version: '2.5'
|
|
93
102
|
- - ">="
|
|
94
103
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 2.
|
|
104
|
+
version: 2.5.13
|
|
96
105
|
- !ruby/object:Gem::Dependency
|
|
97
106
|
name: bundler-audit
|
|
98
107
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -141,26 +150,46 @@ dependencies:
|
|
|
141
150
|
- - ">="
|
|
142
151
|
- !ruby/object:Gem::Version
|
|
143
152
|
version: 1.0.4
|
|
153
|
+
- !ruby/object:Gem::Dependency
|
|
154
|
+
name: anonymous_loader
|
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
|
156
|
+
requirements:
|
|
157
|
+
- - "~>"
|
|
158
|
+
- !ruby/object:Gem::Version
|
|
159
|
+
version: '0.1'
|
|
160
|
+
- - ">="
|
|
161
|
+
- !ruby/object:Gem::Version
|
|
162
|
+
version: 0.1.3
|
|
163
|
+
type: :development
|
|
164
|
+
prerelease: false
|
|
165
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
166
|
+
requirements:
|
|
167
|
+
- - "~>"
|
|
168
|
+
- !ruby/object:Gem::Version
|
|
169
|
+
version: '0.1'
|
|
170
|
+
- - ">="
|
|
171
|
+
- !ruby/object:Gem::Version
|
|
172
|
+
version: 0.1.3
|
|
144
173
|
- !ruby/object:Gem::Dependency
|
|
145
174
|
name: appraisal2
|
|
146
175
|
requirement: !ruby/object:Gem::Requirement
|
|
147
176
|
requirements:
|
|
148
177
|
- - "~>"
|
|
149
178
|
- !ruby/object:Gem::Version
|
|
150
|
-
version: '3.
|
|
179
|
+
version: '3.2'
|
|
151
180
|
- - ">="
|
|
152
181
|
- !ruby/object:Gem::Version
|
|
153
|
-
version: 3.
|
|
182
|
+
version: 3.2.0
|
|
154
183
|
type: :development
|
|
155
184
|
prerelease: false
|
|
156
185
|
version_requirements: !ruby/object:Gem::Requirement
|
|
157
186
|
requirements:
|
|
158
187
|
- - "~>"
|
|
159
188
|
- !ruby/object:Gem::Version
|
|
160
|
-
version: '3.
|
|
189
|
+
version: '3.2'
|
|
161
190
|
- - ">="
|
|
162
191
|
- !ruby/object:Gem::Version
|
|
163
|
-
version: 3.
|
|
192
|
+
version: 3.2.0
|
|
164
193
|
- !ruby/object:Gem::Dependency
|
|
165
194
|
name: kettle-test
|
|
166
195
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -170,7 +199,7 @@ dependencies:
|
|
|
170
199
|
version: '2.0'
|
|
171
200
|
- - ">="
|
|
172
201
|
- !ruby/object:Gem::Version
|
|
173
|
-
version: 2.0.
|
|
202
|
+
version: 2.0.17
|
|
174
203
|
type: :development
|
|
175
204
|
prerelease: false
|
|
176
205
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -180,27 +209,27 @@ dependencies:
|
|
|
180
209
|
version: '2.0'
|
|
181
210
|
- - ">="
|
|
182
211
|
- !ruby/object:Gem::Version
|
|
183
|
-
version: 2.0.
|
|
212
|
+
version: 2.0.17
|
|
184
213
|
- !ruby/object:Gem::Dependency
|
|
185
214
|
name: turbo_tests2
|
|
186
215
|
requirement: !ruby/object:Gem::Requirement
|
|
187
216
|
requirements:
|
|
188
217
|
- - "~>"
|
|
189
218
|
- !ruby/object:Gem::Version
|
|
190
|
-
version: '3.
|
|
219
|
+
version: '3.2'
|
|
191
220
|
- - ">="
|
|
192
221
|
- !ruby/object:Gem::Version
|
|
193
|
-
version: 3.
|
|
222
|
+
version: 3.2.4
|
|
194
223
|
type: :development
|
|
195
224
|
prerelease: false
|
|
196
225
|
version_requirements: !ruby/object:Gem::Requirement
|
|
197
226
|
requirements:
|
|
198
227
|
- - "~>"
|
|
199
228
|
- !ruby/object:Gem::Version
|
|
200
|
-
version: '3.
|
|
229
|
+
version: '3.2'
|
|
201
230
|
- - ">="
|
|
202
231
|
- !ruby/object:Gem::Version
|
|
203
|
-
version: 3.
|
|
232
|
+
version: 3.2.4
|
|
204
233
|
- !ruby/object:Gem::Dependency
|
|
205
234
|
name: ruby-progressbar
|
|
206
235
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -224,7 +253,7 @@ dependencies:
|
|
|
224
253
|
version: '1.0'
|
|
225
254
|
- - ">="
|
|
226
255
|
- !ruby/object:Gem::Version
|
|
227
|
-
version: 1.0.
|
|
256
|
+
version: 1.0.8
|
|
228
257
|
type: :development
|
|
229
258
|
prerelease: false
|
|
230
259
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -234,7 +263,7 @@ dependencies:
|
|
|
234
263
|
version: '1.0'
|
|
235
264
|
- - ">="
|
|
236
265
|
- !ruby/object:Gem::Version
|
|
237
|
-
version: 1.0.
|
|
266
|
+
version: 1.0.8
|
|
238
267
|
- !ruby/object:Gem::Dependency
|
|
239
268
|
name: gitmoji-regex
|
|
240
269
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -244,7 +273,7 @@ dependencies:
|
|
|
244
273
|
version: '2.0'
|
|
245
274
|
- - ">="
|
|
246
275
|
- !ruby/object:Gem::Version
|
|
247
|
-
version: 2.0.
|
|
276
|
+
version: 2.0.11
|
|
248
277
|
type: :development
|
|
249
278
|
prerelease: false
|
|
250
279
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -254,7 +283,7 @@ dependencies:
|
|
|
254
283
|
version: '2.0'
|
|
255
284
|
- - ">="
|
|
256
285
|
- !ruby/object:Gem::Version
|
|
257
|
-
version: 2.0.
|
|
286
|
+
version: 2.0.11
|
|
258
287
|
- !ruby/object:Gem::Dependency
|
|
259
288
|
name: appraisal
|
|
260
289
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -340,7 +369,7 @@ dependencies:
|
|
|
340
369
|
version: '0.1'
|
|
341
370
|
- - ">="
|
|
342
371
|
- !ruby/object:Gem::Version
|
|
343
|
-
version: 0.1.
|
|
372
|
+
version: 0.1.25
|
|
344
373
|
type: :development
|
|
345
374
|
prerelease: false
|
|
346
375
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -350,7 +379,7 @@ dependencies:
|
|
|
350
379
|
version: '0.1'
|
|
351
380
|
- - ">="
|
|
352
381
|
- !ruby/object:Gem::Version
|
|
353
|
-
version: 0.1.
|
|
382
|
+
version: 0.1.25
|
|
354
383
|
description: |2
|
|
355
384
|
Email Condom for your Ruby Server.
|
|
356
385
|
In Rails, Sinatra, et al, or simply the mail gem: Aids in development, testing, qa, and production troubleshooting of email issues without worrying that emails will get sent to actual live addresses.
|
|
@@ -358,27 +387,11 @@ email:
|
|
|
358
387
|
- floss@galtzo.com
|
|
359
388
|
executables: []
|
|
360
389
|
extensions: []
|
|
361
|
-
extra_rdoc_files:
|
|
362
|
-
- CHANGELOG.md
|
|
363
|
-
- CITATION.cff
|
|
364
|
-
- CODE_OF_CONDUCT.md
|
|
365
|
-
- CONTRIBUTING.md
|
|
366
|
-
- FUNDING.md
|
|
367
|
-
- LICENSE.md
|
|
368
|
-
- README.md
|
|
369
|
-
- RUBOCOP.md
|
|
370
|
-
- SECURITY.md
|
|
390
|
+
extra_rdoc_files: []
|
|
371
391
|
files:
|
|
372
392
|
- CHANGELOG.md
|
|
373
|
-
- CITATION.cff
|
|
374
|
-
- CODE_OF_CONDUCT.md
|
|
375
|
-
- CONTRIBUTING.md
|
|
376
|
-
- FUNDING.md
|
|
377
393
|
- LICENSE.md
|
|
378
394
|
- README.md
|
|
379
|
-
- RUBOCOP.md
|
|
380
|
-
- SECURITY.md
|
|
381
|
-
- certs/pboling.pem
|
|
382
395
|
- lib/sanitize_email.rb
|
|
383
396
|
- lib/sanitize_email/bleach.rb
|
|
384
397
|
- lib/sanitize_email/config.rb
|
|
@@ -392,20 +405,21 @@ files:
|
|
|
392
405
|
- lib/sanitize_email/rspec_matchers.rb
|
|
393
406
|
- lib/sanitize_email/test_helpers.rb
|
|
394
407
|
- lib/sanitize_email/version.rb
|
|
395
|
-
- sig/sanitize_email
|
|
408
|
+
- sig/sanitize_email.rbs
|
|
396
409
|
homepage: https://github.com/galtzo-floss/sanitize_email
|
|
397
410
|
licenses:
|
|
398
411
|
- MIT
|
|
399
412
|
metadata:
|
|
400
413
|
homepage_uri: https://sanitize-email.galtzo.com
|
|
401
|
-
source_code_uri: https://github.com/galtzo-floss/sanitize_email/tree/v2.0.
|
|
402
|
-
changelog_uri: https://github.com/galtzo-floss/sanitize_email/blob/v2.0.
|
|
414
|
+
source_code_uri: https://github.com/galtzo-floss/sanitize_email/tree/v2.0.14
|
|
415
|
+
changelog_uri: https://github.com/galtzo-floss/sanitize_email/blob/v2.0.14/CHANGELOG.md
|
|
403
416
|
bug_tracker_uri: https://github.com/galtzo-floss/sanitize_email/issues
|
|
404
|
-
documentation_uri: https://www.rubydoc.info/gems/sanitize_email/2.0.
|
|
417
|
+
documentation_uri: https://www.rubydoc.info/gems/sanitize_email/2.0.14
|
|
405
418
|
funding_uri: https://github.com/sponsors/pboling
|
|
406
419
|
wiki_uri: https://github.com/galtzo-floss/sanitize_email/wiki
|
|
407
420
|
news_uri: https://www.railsbling.com/tags/sanitize_email
|
|
408
421
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
422
|
+
mailing_list_uri: https://www.rubyforum.org/tag/sanitize-email
|
|
409
423
|
rubygems_mfa_required: 'true'
|
|
410
424
|
rdoc_options:
|
|
411
425
|
- "--title"
|
|
@@ -430,7 +444,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
430
444
|
- !ruby/object:Gem::Version
|
|
431
445
|
version: '0'
|
|
432
446
|
requirements: []
|
|
433
|
-
rubygems_version: 4.0.
|
|
447
|
+
rubygems_version: 4.0.17
|
|
434
448
|
specification_version: 4
|
|
435
449
|
summary: "\U0001F4E7 Email Condom for your Ruby Server"
|
|
436
450
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|
data/CITATION.cff
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
cff-version: 1.2.0
|
|
2
|
-
title: "sanitize_email"
|
|
3
|
-
message: >-
|
|
4
|
-
If you use this work and you want to cite it,
|
|
5
|
-
then you can use the metadata from this file.
|
|
6
|
-
type: software
|
|
7
|
-
authors:
|
|
8
|
-
- given-names: "Peter H."
|
|
9
|
-
family-names: "Boling"
|
|
10
|
-
email: "floss@galtzo.com"
|
|
11
|
-
affiliation: "galtzo.com"
|
|
12
|
-
orcid: 'https://orcid.org/0009-0008-8519-441X'
|
|
13
|
-
identifiers:
|
|
14
|
-
- type: url
|
|
15
|
-
value: 'https://github.com/galtzo-floss/sanitize_email'
|
|
16
|
-
description: "sanitize_email"
|
|
17
|
-
repository-code: 'https://github.com/galtzo-floss/sanitize_email'
|
|
18
|
-
abstract: >-
|
|
19
|
-
sanitize_email
|
|
20
|
-
license: See license file
|
data/CODE_OF_CONDUCT.md
DELETED
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
# Contributor Covenant Code of Conduct
|
|
2
|
-
|
|
3
|
-
## Our Pledge
|
|
4
|
-
|
|
5
|
-
We as members, contributors, and leaders pledge to make participation in our
|
|
6
|
-
community a harassment-free experience for everyone, regardless of age, body
|
|
7
|
-
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
|
8
|
-
identity and expression, level of experience, education, socio-economic status,
|
|
9
|
-
nationality, personal appearance, race, caste, color, religion, or sexual
|
|
10
|
-
identity and orientation.
|
|
11
|
-
|
|
12
|
-
We pledge to act and interact in ways that contribute to an open, welcoming,
|
|
13
|
-
diverse, inclusive, and healthy community.
|
|
14
|
-
|
|
15
|
-
## Our Standards
|
|
16
|
-
|
|
17
|
-
Examples of behavior that contributes to a positive environment for our
|
|
18
|
-
community include:
|
|
19
|
-
|
|
20
|
-
* Demonstrating empathy and kindness toward other people
|
|
21
|
-
* Being respectful of differing opinions, viewpoints, and experiences
|
|
22
|
-
* Giving and gracefully accepting constructive feedback
|
|
23
|
-
* Accepting responsibility and apologizing to those affected by our mistakes,
|
|
24
|
-
and learning from the experience
|
|
25
|
-
* Focusing on what is best not just for us as individuals, but for the overall
|
|
26
|
-
community
|
|
27
|
-
|
|
28
|
-
Examples of unacceptable behavior include:
|
|
29
|
-
|
|
30
|
-
* The use of sexualized language or imagery, and sexual attention or advances of
|
|
31
|
-
any kind
|
|
32
|
-
* Trolling, insulting or derogatory comments, and personal or political attacks
|
|
33
|
-
* Public or private harassment
|
|
34
|
-
* Publishing others' private information, such as a physical or email address,
|
|
35
|
-
without their explicit permission
|
|
36
|
-
* Other conduct which could reasonably be considered inappropriate in a
|
|
37
|
-
professional setting
|
|
38
|
-
|
|
39
|
-
## Enforcement Responsibilities
|
|
40
|
-
|
|
41
|
-
Community leaders are responsible for clarifying and enforcing our standards of
|
|
42
|
-
acceptable behavior and will take appropriate and fair corrective action in
|
|
43
|
-
response to any behavior that they deem inappropriate, threatening, offensive,
|
|
44
|
-
or harmful.
|
|
45
|
-
|
|
46
|
-
Community leaders have the right and responsibility to remove, edit, or reject
|
|
47
|
-
comments, commits, code, wiki edits, issues, and other contributions that are
|
|
48
|
-
not aligned to this Code of Conduct, and will communicate reasons for moderation
|
|
49
|
-
decisions when appropriate.
|
|
50
|
-
|
|
51
|
-
## Scope
|
|
52
|
-
|
|
53
|
-
This Code of Conduct applies within all community spaces, and also applies when
|
|
54
|
-
an individual is officially representing the community in public spaces.
|
|
55
|
-
Examples of representing our community include using an official email address,
|
|
56
|
-
posting via an official social media account, or acting as an appointed
|
|
57
|
-
representative at an online or offline event.
|
|
58
|
-
|
|
59
|
-
## Enforcement
|
|
60
|
-
|
|
61
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
62
|
-
reported to the community leaders responsible for enforcement at
|
|
63
|
-
[![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact].
|
|
64
|
-
All complaints will be reviewed and investigated promptly and fairly.
|
|
65
|
-
|
|
66
|
-
All community leaders are obligated to respect the privacy and security of the
|
|
67
|
-
reporter of any incident.
|
|
68
|
-
|
|
69
|
-
## Enforcement Guidelines
|
|
70
|
-
|
|
71
|
-
Community leaders will follow these Community Impact Guidelines in determining
|
|
72
|
-
the consequences for any action they deem in violation of this Code of Conduct:
|
|
73
|
-
|
|
74
|
-
### 1. Correction
|
|
75
|
-
|
|
76
|
-
**Community Impact**: Use of inappropriate language or other behavior deemed
|
|
77
|
-
unprofessional or unwelcome in the community.
|
|
78
|
-
|
|
79
|
-
**Consequence**: A private, written warning from community leaders, providing
|
|
80
|
-
clarity around the nature of the violation and an explanation of why the
|
|
81
|
-
behavior was inappropriate. A public apology may be requested.
|
|
82
|
-
|
|
83
|
-
### 2. Warning
|
|
84
|
-
|
|
85
|
-
**Community Impact**: A violation through a single incident or series of
|
|
86
|
-
actions.
|
|
87
|
-
|
|
88
|
-
**Consequence**: A warning with consequences for continued behavior. No
|
|
89
|
-
interaction with the people involved, including unsolicited interaction with
|
|
90
|
-
those enforcing the Code of Conduct, for a specified period of time. This
|
|
91
|
-
includes avoiding interactions in community spaces as well as external channels
|
|
92
|
-
like social media. Violating these terms may lead to a temporary or permanent
|
|
93
|
-
ban.
|
|
94
|
-
|
|
95
|
-
### 3. Temporary Ban
|
|
96
|
-
|
|
97
|
-
**Community Impact**: A serious violation of community standards, including
|
|
98
|
-
sustained inappropriate behavior.
|
|
99
|
-
|
|
100
|
-
**Consequence**: A temporary ban from any sort of interaction or public
|
|
101
|
-
communication with the community for a specified period of time. No public or
|
|
102
|
-
private interaction with the people involved, including unsolicited interaction
|
|
103
|
-
with those enforcing the Code of Conduct, is allowed during this period.
|
|
104
|
-
Violating these terms may lead to a permanent ban.
|
|
105
|
-
|
|
106
|
-
### 4. Permanent Ban
|
|
107
|
-
|
|
108
|
-
**Community Impact**: Demonstrating a pattern of violation of community
|
|
109
|
-
standards, including sustained inappropriate behavior, harassment of an
|
|
110
|
-
individual, or aggression toward or disparagement of classes of individuals.
|
|
111
|
-
|
|
112
|
-
**Consequence**: A permanent ban from any sort of public interaction within the
|
|
113
|
-
community.
|
|
114
|
-
|
|
115
|
-
## Attribution
|
|
116
|
-
|
|
117
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
|
118
|
-
version 2.1, available at
|
|
119
|
-
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
|
|
120
|
-
|
|
121
|
-
Community Impact Guidelines were inspired by
|
|
122
|
-
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
|
|
123
|
-
|
|
124
|
-
For answers to common questions about this code of conduct, see the FAQ at
|
|
125
|
-
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
|
|
126
|
-
[https://www.contributor-covenant.org/translations][translations].
|
|
127
|
-
|
|
128
|
-
[homepage]: https://www.contributor-covenant.org
|
|
129
|
-
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
|
|
130
|
-
[Mozilla CoC]: https://github.com/mozilla/diversity
|
|
131
|
-
[FAQ]: https://www.contributor-covenant.org/faq
|
|
132
|
-
[translations]: https://www.contributor-covenant.org/translations
|
|
133
|
-
[🚂maint-contact]: http://www.railsbling.com/contact
|
|
134
|
-
[🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
|