rubocop-lts 16.3.2 → 17.0.0

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: a3bf87eb83af676a9a6337c3e7b2e600a6846e23c98dae0bc6cebe280bfd424a
4
- data.tar.gz: 2e011b8ce124df91aa181414bb353db78f7617cc7d95957da6486ddd950ecf90
3
+ metadata.gz: 71fa37cc6d31f4f645193c44e3d8b97a899c563c2f53e7b57fadc8ed77d897f6
4
+ data.tar.gz: 83fda5b0016da9e82a31f915f4704032058ddb0f3dfeba007686065f9eb6c960
5
5
  SHA512:
6
- metadata.gz: 20c8db7aa411bb9b2969cc70f4c4ab43e2dc96e61dc23e0e287ee50be7f73798f4ead69bc54acda27c1ea2c3137f2b8f5efc18480e6555d84dc5cd113ba76676
7
- data.tar.gz: d99c70a35fa1de58a215dd097a148429c7384ea8580183f7949a96fa78ee831faefdb38f390d86c6982a5b11b28a086a58ffb8f5db5dfd66ab64c806da3d0010
6
+ metadata.gz: 823447e68938e61d683e2c2d7824b7f0bf340dac45f34b91bbd50bd1f8b7553da2ded5d07a9cf945712375cc787ab8a15912cc6e7204594593958be16ecdb1ef
7
+ data.tar.gz: 38a5e21a2007f7b4fa142eb7f3a7e295ab000b14729dffe5445b93ab71a6b388b6d55e83d53eb7861ba493b7983e1805c8941a014835e4ffcf5bd78d1344975e
data/CHANGELOG.md CHANGED
@@ -1,142 +1,162 @@
1
1
  # Changelog
2
-
3
- [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog]
4
-
5
2
  All notable changes to this project will be documented in this file.
6
3
 
7
- The format is based on [Keep a Changelog][📗keep-changelog],
8
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
9
- and [yes][📌major-versions-not-sacred], platform and engine support are part of the [public API][📌semver-breaking].
10
- Please file a bug if you notice a violation of semantic versioning.
11
-
12
- [📌semver]: https://semver.org/spec/v2.0.0.html
13
- [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
14
- [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
15
- [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
16
- [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
17
- [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
18
6
 
19
7
  ## [Unreleased]
20
-
21
8
  ### Added
22
9
 
23
10
  ### Changed
24
11
 
25
- ### Deprecated
12
+ ### Fixed
26
13
 
27
14
  ### Removed
28
15
 
29
- ### Fixed
16
+ ## [17.0.0] - 2022-05-23
17
+ ### Added
18
+ - Initial odd release supporting Ruby ~> 2.7
30
19
 
31
- ### Security
20
+ ## [16.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 2.6
32
23
 
33
- ## [16.3.2] - 2026-07-03
24
+ ## [15.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial odd release supporting Ruby ~> 2.6
34
27
 
35
- - TAG: [v16.3.2][16.3.2t]
36
- - COVERAGE: 100.00% -- 15/15 lines in 2 files
37
- - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
38
- - 14.29% documented
28
+ ## [14.0.0] - 2022-05-23
29
+ ### Added
30
+ - Initial even release supporting Ruby >= 2.5
39
31
 
40
- ### Fixed
32
+ ## [13.0.0] - 2022-05-23
33
+ ### Added
34
+ - Initial odd release supporting Ruby ~> 2.5
41
35
 
42
- - Allow release branch-stack pushes to start the managed GitHub Actions workflows.
36
+ ## [12.0.0] - 2022-05-23
37
+ ### Added
38
+ - Initial even release supporting Ruby >= 2.4
43
39
 
44
- - Removed stale Shopify wording from gem metadata and retired legacy context Gemfiles.
45
- - Refreshed the locked dependency set to use released RuboCop-LTS RSpec tooling.
40
+ ## [11.0.0] - 2022-05-23
41
+ ### Added
42
+ - Initial odd release supporting Ruby ~> 2.4
46
43
 
47
- - Package configured license files in gem release file lists.
44
+ ## [10.0.0] - 2022-05-23
45
+ ### Added
46
+ - Initial even release supporting Ruby >= 2.3
48
47
 
49
- ## [16.3.1] - 2026-06-28
48
+ ## [9.0.0] - 2022-05-23
49
+ ### Added
50
+ - Initial odd release supporting Ruby ~> 2.3
50
51
 
51
- - TAG: [v16.3.1][16.3.1t]
52
- - COVERAGE: 100.00% -- 15/15 lines in 2 files
53
- - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
54
- - 14.29% documented
52
+ ## [8.0.0] - 2022-05-23
53
+ ### Added
54
+ - Initial even release supporting Ruby >= 2.2
55
55
 
56
+ ## [7.0.0] - 2022-05-23
56
57
  ### Added
58
+ - Initial odd release supporting Ruby ~> 2.2
57
59
 
58
- - Added support for JRuby 10.1 and TruffleRuby 34.0.
60
+ ## [6.0.0] - 2022-05-23
61
+ ### Added
62
+ - Initial even release supporting Ruby >= 2.1
59
63
 
64
+ ## [5.0.1] - 2022-05-23
60
65
  ### Fixed
66
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
61
67
 
62
- - Restored the destination `spec.files` package declaration so the built gem
63
- includes its `config/*.yml` RuboCop configuration files.
64
-
65
- ## [16.3.0] - 2026-06-01
66
-
68
+ ## [5.0.0] - 2022-05-23
67
69
  ### Added
70
+ - Initial odd release supporting Ruby ~> 2.1
68
71
 
69
- ### Changed
70
-
71
- - Updated dependency floors to the latest RuboCop-LTS family releases.
72
- - Raised the minimum supported Ruby version to 3.2.
73
-
72
+ ## [4.0.2] - 2022-05-23
74
73
  ### Fixed
74
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
75
75
 
76
- - Added the missing previous release entry to the changelog.
77
-
78
- ### Removed
79
-
80
- - Removed support for running this gem on Ruby < 3.2.
81
-
82
- ## [16.2.0] - 2026-05-30
76
+ ## [4.0.1] - 2022-05-23
77
+ ### Fixed
78
+ - Ship rubocop config files in gem
79
+ - rubocop-lts.yml
83
80
 
81
+ ## [4.0.0] - 2022-05-22
84
82
  ### Added
83
+ - Initial even release supporting Ruby >= 2.0
85
84
 
86
- ### Changed
87
-
88
- - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
89
-
85
+ ## [3.0.2] - 2022-05-23
90
86
  ### Fixed
87
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
91
88
 
92
- ### Removed
93
-
94
- - Removed remaining `rubocop-shopify` usage from the active development toolchain.
95
-
96
- ## [16.1.1] - 2023-05-30
89
+ ## [3.0.1] - 2022-05-23
90
+ ### Fixed
91
+ - Ship rubocop config files in gem
92
+ - rubocop-lts.yml
97
93
 
94
+ ## [3.0.0] - 2022-05-22
98
95
  ### Added
96
+ - Initial odd release supporting Ruby ~> 2.0
99
97
 
100
- - `config/base.yml` for all shared configs
101
- - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
102
-
103
- ## [16.1.0] - 2023-05-22
104
-
105
- ### Removed
98
+ ## [2.0.3] - 2022-05-23
99
+ ### Fixed
100
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
106
101
 
107
- - Support for installs on Ruby < 2.7. Minimum runtime version is Ruby 2.7. Continues to analyze older Ruby.
102
+ ## [2.0.2] - 2022-05-23
103
+ ### Fixed
104
+ - Ship rubocop config files in gem
105
+ - rubocop-lts.yml
106
+ - rubocop-lts1_8.yml
108
107
 
109
- ## [16.0.1] - 2022-06-09
108
+ ## [2.0.1] - 2022-05-22
109
+ ### Fixed
110
+ - Documentation typos & gemspec URLs
110
111
 
112
+ ## [2.0.0] - 2022-05-22
111
113
  ### Added
114
+ - Initial even release supporting Ruby >= 1.9
112
115
 
113
- - Improve, and dry up documentation
114
-
115
- ### Changed
116
-
117
- - Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
118
-
116
+ ## [1.0.3] - 2022-05-23
119
117
  ### Fixed
118
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
120
119
 
121
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
122
-
123
- ## [16.0.0] - 2022-05-23
120
+ ## [1.0.2] - 2022-05-23
121
+ ### Fixed
122
+ - Ship rubocop config files in gem
123
+ - rubocop-lts.yml
124
+ - rubocop-lts1_8.yml
124
125
 
125
- - TAG: [v16.0.0][16.0.0t]
126
+ ## [1.0.1] - 2022-05-22
127
+ ### Fixed
128
+ - Documentation typos & gemspec URLs
126
129
 
130
+ ## [1.0.0] - 2022-05-22
127
131
  ### Added
128
-
129
- - Initial even release supporting Ruby >= 2.6
130
-
131
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.3.2...HEAD
132
- [16.3.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.3.1...v16.3.2
133
- [16.3.2t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v16.3.2
134
- [16.3.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.3.0...v16.3.1
135
- [16.3.1t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v16.3.1
136
- [16.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v16.2.0...v16.3.0
137
- [16.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v16.1.1...v16.2.0
138
- [16.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.1.0...v16.1.1
139
- [16.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v16.1.0
140
- [16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
141
- [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v16.0.0
142
- [16.0.0t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v16.0.0
132
+ - Initial odd release supporting Ruby ~> 1.9
133
+
134
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...HEAD
135
+ [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
136
+ [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
137
+ [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
138
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
139
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
140
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
141
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
142
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
143
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
144
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
145
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
146
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
147
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
148
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
149
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
150
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
151
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
152
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
153
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
154
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
155
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
156
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
157
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
158
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
159
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
160
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
161
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
162
+ [1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
data/CODE_OF_CONDUCT.md CHANGED
@@ -2,133 +2,83 @@
2
2
 
3
3
  ## Our Pledge
4
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.
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
11
6
 
12
- We pledge to act and interact in ways that contribute to an open, welcoming,
13
- diverse, inclusive, and healthy community.
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
14
8
 
15
9
  ## Our Standards
16
10
 
17
- Examples of behavior that contributes to a positive environment for our
18
- community include:
11
+ Examples of behavior that contributes to a positive environment for our community include:
19
12
 
20
13
  * Demonstrating empathy and kindness toward other people
21
14
  * Being respectful of differing opinions, viewpoints, and experiences
22
15
  * 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
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
27
18
 
28
19
  Examples of unacceptable behavior include:
29
20
 
30
- * The use of sexualized language or imagery, and sexual attention or advances of
31
- any kind
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
32
23
  * Trolling, insulting or derogatory comments, and personal or political attacks
33
24
  * Public or private harassment
34
- * Publishing others' private information, such as a physical or email address,
35
- without their explicit permission
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
36
27
  * Other conduct which could reasonably be considered inappropriate in a
37
28
  professional setting
38
29
 
39
30
  ## Enforcement Responsibilities
40
31
 
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.
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
45
33
 
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.
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
50
35
 
51
36
  ## Scope
52
37
 
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.
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
58
39
 
59
40
  ## Enforcement
60
41
 
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.
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at peter.boling@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
65
43
 
66
- All community leaders are obligated to respect the privacy and security of the
67
- reporter of any incident.
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
68
45
 
69
46
  ## Enforcement Guidelines
70
47
 
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:
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
73
49
 
74
50
  ### 1. Correction
75
51
 
76
- **Community Impact**: Use of inappropriate language or other behavior deemed
77
- unprofessional or unwelcome in the community.
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
78
53
 
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.
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
82
55
 
83
56
  ### 2. Warning
84
57
 
85
- **Community Impact**: A violation through a single incident or series of
86
- actions.
58
+ **Community Impact**: A violation through a single incident or series of actions.
87
59
 
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.
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
94
61
 
95
62
  ### 3. Temporary Ban
96
63
 
97
- **Community Impact**: A serious violation of community standards, including
98
- sustained inappropriate behavior.
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
99
65
 
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.
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
105
67
 
106
68
  ### 4. Permanent Ban
107
69
 
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.
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
111
71
 
112
- **Consequence**: A permanent ban from any sort of public interaction within the
113
- community.
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
114
73
 
115
74
  ## Attribution
116
75
 
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].
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
120
78
 
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].
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
127
80
 
128
81
  [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
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.