gitmoji-regex 2.0.10 → 2.0.12

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: f89bb1f47f0c1eb68b4f145ea1aa711ed60adb2ee343bcb4be0e898b61f393b1
4
- data.tar.gz: 50b2e5aed2a8de16680183e931038159945b540bdabc5ff53ab9f3b9cff31dbc
3
+ metadata.gz: c02225fae2be295cb40f6b82125614c57e32bfe70a49c3f3dc7026b0c0de5e29
4
+ data.tar.gz: 3a927ef133607f633b57292652fd8f28fc4c8e54b8dcec27060204326307a58d
5
5
  SHA512:
6
- metadata.gz: 0bb8c079f74b083260c6ca150f3571b976d8a7848bcbb5d9edce14f85e30072d0091267cef4cf605d6559bc3ad0b98fb6893366bae0c93096ec107cfe16fc444
7
- data.tar.gz: 75c9445374bee1e18bb74c1c664da14a16f5ca8cfa8cb91ef6bddcd06a34b566f391eb72ef0853d1b60c7dad4ce196d0677cd1cb11921c6f033d271991aebe23
6
+ metadata.gz: 7a68de5ebfd9af824e1bf81ff9d13794bc902ad425fb77208063d7fafa7dbf20f11b537b070a0e10bc870e0018b4b1816b44a8ef49e420f2f4e9151e0b8c648c
7
+ data.tar.gz: 43a1656df0df31526a175bf79e2501985f2900c01b1acb5eaa0228e80e9490a1fb5d56d583cf1941f4743832e361d09e2ce29ef15899adac5ace7cd7294520b2
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,52 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.0.12] - 2026-08-12
34
+
35
+ - TAG: [v2.0.12][2.0.12t]
36
+ - COVERAGE: 100.00% -- 58/58 lines in 3 files
37
+ - BRANCH COVERAGE: 100.00% -- 4/4 branches in 3 files
38
+ - 100.00% documented
39
+
40
+ ### Changed
41
+
42
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
43
+ use ClickGems instead of BestGems.
44
+
45
+ - Prepare project for kettle-jem templates: updated 12 project files across dependencies (12).
46
+
47
+ - Apply kettle-jem templates: updated 8 project files across code and tests (1), configuration (1), dependencies (2), documentation (1), other (3).
48
+
49
+ ### Fixed
50
+
51
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
52
+ managed configuration block bindings structurally, preventing mixed block
53
+ parameter names from producing invalid configuration after a merge.
54
+ - kettle-jem-template-20260801-003 - Generated project metadata and
55
+ documentation now normalize configured underscore hostnames to valid
56
+ hyphenated hostnames.
57
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
58
+ use GitHub's stable organization avatar endpoint instead of assuming a
59
+ matching Galtzo-hosted asset exists.
60
+
61
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
62
+ preserving comments and trailing commas during template updates.
63
+
64
+ ## [2.0.11] - 2026-07-31
65
+
66
+ - TAG: [v2.0.11][2.0.11t]
67
+ - COVERAGE: 100.00% -- 58/58 lines in 3 files
68
+ - BRANCH COVERAGE: 100.00% -- 4/4 branches in 3 files
69
+ - 100.00% documented
70
+
71
+ ### Fixed
72
+
73
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
74
+ relative to the gemspec directory, so packaged template assets are included
75
+ even when the gemspec is loaded from another working directory.
76
+
77
+ ### Added
78
+
33
79
  ## [2.0.10] - 2026-07-28
34
80
 
35
81
  - TAG: [v2.0.10][2.0.10t]
@@ -132,18 +178,12 @@ Please file a bug if you notice a violation of semantic versioning.
132
178
 
133
179
  ### Changed
134
180
 
135
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
136
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
137
181
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
138
182
  repository-only files by default to reduce downstream distro packaging churn.
139
- - kettle-jem-template-20260720-001 - Generated READMEs can now render
140
- template-managed corporate sponsor logos from project or family config.
141
183
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
142
184
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
143
185
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
144
186
  config now uses the installed `smorg-rb` Ruby driver name.
145
- - kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
146
- omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
147
187
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
148
188
  now include a RubyForum help badge.
149
189
  - kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
@@ -326,7 +366,11 @@ Please file a bug if you notice a violation of semantic versioning.
326
366
 
327
367
  - Initial release
328
368
 
329
- [Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.10...HEAD
369
+ [Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.12...HEAD
370
+ [2.0.12]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.11...v2.0.12
371
+ [2.0.12t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.12
372
+ [2.0.11]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.10...v2.0.11
373
+ [2.0.11t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.11
330
374
  [2.0.10]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.9...v2.0.10
331
375
  [2.0.10t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.10
332
376
  [2.0.9]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.8...v2.0.9
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
- <a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px.svg" width="14%" align="right"/></a>
1
+ <a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by GitHub" src="https://github.com/galtzo-floss.png?size=192" width="14%" align="right"/></a>
2
2
 
3
3
  # 🏁 Gitmoji::Regex
4
4
 
5
- [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
5
+ [![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Total downloads][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
6
6
 
7
- `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the [discord notification][✉️discord-invite].
7
+ `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
8
8
 
9
9
  ---
10
10
 
@@ -60,7 +60,7 @@ or extract leading gitmoji from strings.
60
60
 
61
61
  ### Compatibility
62
62
 
63
- Compatible with MRI Ruby 2.4+, and concordant releases of JRuby, and TruffleRuby.
63
+ Compatible with MRI Ruby 2.4+, JRuby, and TruffleRuby.
64
64
  CI workflows and Appraisals are generated for MRI Ruby 2.4+.
65
65
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
66
66
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -73,16 +73,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
73
73
  <details markdown="1">
74
74
  <summary>How kettle-dev manages complexity in tests</summary>
75
75
 
76
- | Gem | Source | Role | Daily download rank |
76
+ | Gem | Source | Role | Total downloads |
77
77
  |-----|--------|------|---------------------|
78
- | [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
79
- | [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
80
- | [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Daily download rank for kettle-dev](https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square)](https://bestgems.org/gems/kettle-dev) |
81
- | [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Daily download rank for kettle-jem](https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square)](https://bestgems.org/gems/kettle-jem) |
82
- | [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
83
- | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
84
- | [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Daily download rank for rubocop-lts](https://img.shields.io/gem/rd/rubocop-lts.svg?style=flat-square)](https://bestgems.org/gems/rubocop-lts) |
85
- | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
78
+ | [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Total downloads for appraisal2](https://img.shields.io/gem/dt/appraisal2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2) |
79
+ | [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Total downloads for appraisal2-rubocop](https://img.shields.io/gem/dt/appraisal2-rubocop.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
80
+ | [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Total downloads for kettle-dev](https://img.shields.io/gem/dt/kettle-dev.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
81
+ | [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Total downloads for kettle-jem](https://img.shields.io/gem/dt/kettle-jem.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
82
+ | [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Total downloads for kettle-soup-cover](https://img.shields.io/gem/dt/kettle-soup-cover.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
83
+ | [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Total downloads for kettle-test](https://img.shields.io/gem/dt/kettle-test.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-test) |
84
+ | [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Total downloads for rubocop-lts](https://img.shields.io/gem/dt/rubocop-lts.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
85
+ | [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Total downloads for turbo_tests2](https://img.shields.io/gem/dt/turbo_tests2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
86
86
 
87
87
  </details>
88
88
 
@@ -91,17 +91,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
91
91
  <details markdown="1">
92
92
  <summary>Find this repo on federated forges (Coming soon!)</summary>
93
93
 
94
- | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
95
- |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
96
- | 🧪 [galtzo-floss/gitmoji-regex on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
97
- | 🧊 [galtzo-floss/gitmoji-regex on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
98
- | 🐙 [galtzo-floss/gitmoji-regex on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
99
- | 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
94
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
95
+ |-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
96
+ | 🧪 [galtzo-floss/gitmoji-regex on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
97
+ | 🧊 [galtzo-floss/gitmoji-regex on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
98
+ | 🐙 [galtzo-floss/gitmoji-regex on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
100
99
 
101
100
  </details>
102
101
 
103
- [gh-discussions]: https://github.com/galtzo-floss/gitmoji-regex/discussions
104
-
105
102
  ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/gitmoji-regex)](https://tidelift.com/subscription/pkg/rubygems-gitmoji-regex?utm_source=rubygems-gitmoji-regex&utm_medium=referral&utm_campaign=readme)
106
103
 
107
104
  Available as part of the Tidelift Subscription.
@@ -119,6 +116,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
119
116
 
120
117
  Alternatively:
121
118
 
119
+ - [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
122
120
  - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
123
121
  - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
124
122
  - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
@@ -145,6 +143,15 @@ Not needed.
145
143
 
146
144
  ## 🔧 Basic Usage
147
145
 
146
+ Require the generated expression and use it with Ruby's normal regexp APIs:
147
+
148
+ ```ruby
149
+ require "gitmoji/regex"
150
+
151
+ "✨ Add a feature".match?(Gitmoji::Regex::REGEX) # => true
152
+ "✨ Fix a bug 🐛".scan(Gitmoji::Regex::REGEX) # => ["✨", "🐛"]
153
+ ```
154
+
148
155
  ## 🦷 FLOSS Funding
149
156
 
150
157
  While galtzo-floss tools are free software and will always be, the project would benefit immensely from some funding.
@@ -209,8 +216,7 @@ See [SECURITY.md][🔐security].
209
216
  ## 🤝 Contributing
210
217
 
211
218
  If you need some ideas of where to help, you could work on adding more code coverage,
212
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
213
- or use the gem and think about how it could be better.
219
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
214
220
 
215
221
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
216
222
 
@@ -246,19 +252,6 @@ Made with [contributors-img][🖐contrib-rocks].
246
252
 
247
253
  Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/gitmoji-regex/-/graphs/main][🚎contributors-gl]
248
254
 
249
- <details markdown="1">
250
- <summary>⭐️ Star History</summary>
251
-
252
- <a href="https://star-history.com/galtzo-floss/gitmoji-regex&Date">
253
- <picture>
254
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date&theme=dark" />
255
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date" />
256
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date" />
257
- </picture>
258
- </a>
259
-
260
- </details>
261
-
262
255
  ## 📌 Versioning
263
256
 
264
257
  This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
@@ -311,11 +304,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
311
304
  so if you value the work I am doing, I need your support.
312
305
  Please consider sponsoring me or the project.
313
306
 
314
- To join the community or get help 👇️ Join the Discord.
307
+ To join the community or get help, use the RubyForum or Discord.
315
308
 
309
+ [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
316
310
  [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
317
311
 
318
- To say "thanks!" ☝️ Join the Discord or 👇️ send money.
312
+ To say "thanks!" ☝️ Join the community or 👇️ send money.
319
313
 
320
314
  [![Sponsor galtzo-floss/gitmoji-regex on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
321
315
 
@@ -356,13 +350,14 @@ Thanks for RTFM. ☺️
356
350
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
357
351
  [✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
358
352
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
359
- [✉️ruby-forum-img]: https://img.shields.io/badge/RubyForum-Help-CC342D?style=for-the-badge&logo=ruby&logoColor=white
360
- [✉️ruby-forum]: https://www.rubyforum.org/c/help/8
353
+ [✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
354
+ [✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
355
+ [✉️ruby-forum]: https://www.rubyforum.org/tag/galtzo-floss
361
356
 
362
357
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
363
358
  [⛳️gem-namespace]: https://github.com/galtzo-floss/gitmoji-regex
364
359
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Gitmoji::Regex-3C2D2D.svg?style=square&logo=ruby&logoColor=white
365
- [⛳️gem-name]: https://bestgems.org/gems/gitmoji-regex
360
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/gitmoji-regex
366
361
  [⛳️name-img]: https://img.shields.io/badge/name-gitmoji--regex-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
367
362
  [⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/gitmoji-regex.svg
368
363
  [⛳️tag]: https://github.com/galtzo-floss/gitmoji-regex/releases
@@ -411,9 +406,9 @@ Thanks for RTFM. ☺️
411
406
  [📜gh-wiki]: https://github.com/galtzo-floss/gitmoji-regex/wiki
412
407
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
413
408
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
414
- [👽dl-rank]: https://bestgems.org/gems/gitmoji-regex
415
- [👽dl-ranki]: https://img.shields.io/gem/rd/gitmoji-regex.svg
416
- [👽version]: https://bestgems.org/gems/gitmoji-regex
409
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/gitmoji-regex
410
+ [👽dl-ranki]: https://img.shields.io/gem/dt/gitmoji-regex.svg
411
+ [👽version]: https://clickgems.clickhouse.com/dashboard/gitmoji-regex
417
412
  [👽versioni]: https://img.shields.io/gem/v/gitmoji-regex.svg
418
413
  [🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/gitmoji-regex
419
414
  [🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/gitmoji-regex/maintainability.svg
@@ -5,7 +5,7 @@ module Gitmoji
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "2.0.10"
8
+ VERSION = "2.0.12"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitmoji-regex
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.10
4
+ version: 2.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -47,7 +47,7 @@ dependencies:
47
47
  version: '1.1'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 1.1.14
50
+ version: 1.1.15
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
@@ -57,27 +57,27 @@ dependencies:
57
57
  version: '1.1'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 1.1.14
60
+ version: 1.1.15
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: kettle-dev
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '2.3'
67
+ version: '3.0'
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: 2.3.7
70
+ version: 3.0.6
71
71
  type: :development
72
72
  prerelease: false
73
73
  version_requirements: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - "~>"
76
76
  - !ruby/object:Gem::Version
77
- version: '2.3'
77
+ version: '3.0'
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: 2.3.7
80
+ version: 3.0.6
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: bundler-audit
83
83
  requirement: !ruby/object:Gem::Requirement
@@ -155,7 +155,7 @@ dependencies:
155
155
  version: '3.2'
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
- version: 3.2.0
158
+ version: 3.2.2
159
159
  type: :development
160
160
  prerelease: false
161
161
  version_requirements: !ruby/object:Gem::Requirement
@@ -165,7 +165,7 @@ dependencies:
165
165
  version: '3.2'
166
166
  - - ">="
167
167
  - !ruby/object:Gem::Version
168
- version: 3.2.0
168
+ version: 3.2.2
169
169
  - !ruby/object:Gem::Dependency
170
170
  name: kettle-test
171
171
  requirement: !ruby/object:Gem::Requirement
@@ -175,7 +175,7 @@ dependencies:
175
175
  version: '2.0'
176
176
  - - ">="
177
177
  - !ruby/object:Gem::Version
178
- version: 2.0.16
178
+ version: 2.0.19
179
179
  type: :development
180
180
  prerelease: false
181
181
  version_requirements: !ruby/object:Gem::Requirement
@@ -185,7 +185,7 @@ dependencies:
185
185
  version: '2.0'
186
186
  - - ">="
187
187
  - !ruby/object:Gem::Version
188
- version: 2.0.16
188
+ version: 2.0.19
189
189
  - !ruby/object:Gem::Dependency
190
190
  name: turbo_tests2
191
191
  requirement: !ruby/object:Gem::Requirement
@@ -195,7 +195,7 @@ dependencies:
195
195
  version: '3.2'
196
196
  - - ">="
197
197
  - !ruby/object:Gem::Version
198
- version: 3.2.3
198
+ version: 3.2.5
199
199
  type: :development
200
200
  prerelease: false
201
201
  version_requirements: !ruby/object:Gem::Requirement
@@ -205,7 +205,7 @@ dependencies:
205
205
  version: '3.2'
206
206
  - - ">="
207
207
  - !ruby/object:Gem::Version
208
- version: 3.2.3
208
+ version: 3.2.5
209
209
  - !ruby/object:Gem::Dependency
210
210
  name: ruby-progressbar
211
211
  requirement: !ruby/object:Gem::Requirement
@@ -229,7 +229,7 @@ dependencies:
229
229
  version: '1.0'
230
230
  - - ">="
231
231
  - !ruby/object:Gem::Version
232
- version: 1.0.7
232
+ version: 1.0.8
233
233
  type: :development
234
234
  prerelease: false
235
235
  version_requirements: !ruby/object:Gem::Requirement
@@ -239,7 +239,7 @@ dependencies:
239
239
  version: '1.0'
240
240
  - - ">="
241
241
  - !ruby/object:Gem::Version
242
- version: 1.0.7
242
+ version: 1.0.8
243
243
  - !ruby/object:Gem::Dependency
244
244
  name: http
245
245
  requirement: !ruby/object:Gem::Requirement
@@ -377,14 +377,15 @@ licenses:
377
377
  - MIT
378
378
  metadata:
379
379
  homepage_uri: https://gitmoji-regex.galtzo.com
380
- source_code_uri: https://github.com/galtzo-floss/gitmoji-regex/tree/v2.0.10
381
- changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.10/CHANGELOG.md
380
+ source_code_uri: https://github.com/galtzo-floss/gitmoji-regex/tree/v2.0.12
381
+ changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.12/CHANGELOG.md
382
382
  bug_tracker_uri: https://github.com/galtzo-floss/gitmoji-regex/issues
383
- documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.10
383
+ documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.12
384
384
  funding_uri: https://github.com/sponsors/pboling
385
385
  wiki_uri: https://github.com/galtzo-floss/gitmoji-regex/wiki
386
386
  news_uri: https://www.railsbling.com/tags/gitmoji-regex
387
387
  discord_uri: https://discord.gg/3qme4XHNKN
388
+ mailing_list_uri: https://www.rubyforum.org/tag/galtzo-floss
388
389
  rubygems_mfa_required: 'true'
389
390
  rdoc_options:
390
391
  - "--title"
metadata.gz.sig CHANGED
Binary file