gitmoji-regex 2.0.1 → 2.0.3

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: fe1d3d09a945d894971176073609e8d00e775d9634f3c9ebb083e06c8d4b4970
4
- data.tar.gz: c7a9668aa2aa39369a8eded10c44846e0e16cf2a297b9ac6564e655982c0ebf9
3
+ metadata.gz: a6fcb35ced4005c86ca3a64b645314cabbc929deca68306a1a102e44d060997e
4
+ data.tar.gz: 86a57ae9dffebaad76614ce8ca719456a2a287ed1707ccfb149ddcf226d45950
5
5
  SHA512:
6
- metadata.gz: b7475075467a69a760e5aadb5005fb9af706dcb53ffaaa52b7fe270aa406fa581c2be50b1eefaac752f1e18e3363439521ef696157949a6b84db4e054575d4c3
7
- data.tar.gz: 2552b947b5e45d8291d261a5e36c726959863b8250e9d3b1b32975f68b4982db700d627411d684bc06a6462f9e30d388fe44105a0f38bfd3052c2e0038d45196
6
+ metadata.gz: 1596f8c9dcfe8d3a763fefc607ede5743513c086b1eb17264de2369e4c245ec9d118940c21490d4c069d4258a9a01ee4bf05c7ac8fae239b8150013e08edbeb4
7
+ data.tar.gz: 0a9cc71b3b6f80ddc378094ef220190aa93f416decdef2b4f4ff076207256f87c7f56565b2e9fc77af3ebad8ccbabbb769e873a5816c0661cacb31aaeac092f6
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,43 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.0.3] - 2026-06-22
34
+
35
+ - TAG: [v2.0.3][2.0.3t]
36
+ - COVERAGE: 100.00% -- 58/58 lines in 3 files
37
+ - BRANCH COVERAGE: 100.00% -- 4/4 branches in 3 files
38
+ - 90.00% documented
39
+
40
+ ### Added
41
+
42
+ - Added support for JRuby 10.1 and TruffleRuby 34.0.
43
+
44
+ ### Changed
45
+
46
+ - Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
47
+
48
+ ### Fixed
49
+
50
+ - Corrected RubyGems homepage metadata to point at the gem documentation site.
51
+
52
+ ## [2.0.2] - 2026-06-14
53
+
54
+ - TAG: [v2.0.2][2.0.2t]
55
+ - COVERAGE: 100.00% -- 58/58 lines in 3 files
56
+ - BRANCH COVERAGE: 100.00% -- 4/4 branches in 3 files
57
+ - 90.00% documented
58
+
59
+ ### Fixed
60
+
61
+ - Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
62
+
63
+ ### Changed
64
+
65
+ - Refreshed kettle-jem-managed project files, raising the `kettle-dev`
66
+ development dependency floor to 2.2.9.
67
+ - Corrected the kettle-jem template profile from package-only to full
68
+ standalone templating so generated workflows are refreshed by retemplating.
69
+
33
70
  ## [2.0.1] - 2026-05-31
34
71
 
35
72
  - TAG: [v2.0.1][2.0.1t]
@@ -157,7 +194,11 @@ Please file a bug if you notice a violation of semantic versioning.
157
194
 
158
195
  - Initial release
159
196
 
160
- [Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.1...HEAD
197
+ [Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.3...HEAD
198
+ [2.0.3]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.2...v2.0.3
199
+ [2.0.3t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.3
200
+ [2.0.2]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.1...v2.0.2
201
+ [2.0.2t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.2
161
202
  [2.0.1]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.0...v2.0.1
162
203
  [2.0.1t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.1
163
204
  [2.0.0]: https://github.com/galtzo-floss/gitmoji-regex/compare/v1.0.3...v2.0.0
data/CONTRIBUTING.md CHANGED
@@ -109,14 +109,14 @@ Git diff driver setup
109
109
  - Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
110
110
 
111
111
  ```console
112
- K_JEM_TEMPLATING=true bundle exec kettle-jem install
112
+ K_JEM_TEMPLATING=true kettle-jem install
113
113
  ```
114
114
 
115
115
  Troubleshooting Git diffs
116
116
  - Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
117
117
  - Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
118
118
  - If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
119
- - To remove managed local entries, run `K_JEM_TEMPLATING=true bundle exec kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
119
+ - To remove managed local entries, run `K_JEM_TEMPLATING=true kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
120
120
 
121
121
  For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
122
122
 
data/FUNDING.md CHANGED
@@ -6,7 +6,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
6
6
 
7
7
  [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
8
8
 
9
- [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
9
+ [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
10
10
 
11
11
  [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
12
12
  [⛳liberapay]: https://liberapay.com/pboling/donate
@@ -16,12 +16,8 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
16
16
  [🖇osc-sponsors-i]: https://opencollective.com/galtzo-floss/sponsors/badge.svg?style=flat
17
17
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
18
18
  [🖇sponsor]: https://github.com/sponsors/pboling
19
- [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
20
- [🖇polar]: https://polar.sh/pboling
21
19
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
22
20
  [🖇kofi]: https://ko-fi.com/pboling
23
- [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
24
- [🖇patreon]: https://patreon.com/galtzo
25
21
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
26
22
  [🖇buyme]: https://www.buymeacoffee.com/pboling
27
23
  [🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
data/LICENSE.md CHANGED
@@ -7,5 +7,5 @@ Choose the option that best fits your use case:
7
7
 
8
8
  ## Copyright Notice
9
9
 
10
- Copyright (c) 2022-2023, 2025-2026 Peter H. Boling
11
- Copyright (c) 2025 Aboling0
10
+ - Copyright (c) 2022-2023, 2025-2026 Peter H. Boling
11
+ - Copyright (c) 2025 Aboling0
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
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>
2
2
 
3
-
4
-
5
3
  # 🏁 Gitmoji::Regex
6
4
 
7
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]
@@ -12,9 +10,9 @@
12
10
 
13
11
  `if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
14
12
 
15
- [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
13
+ [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
16
14
 
17
- <details>
15
+ <details markdown="1">
18
16
  <summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
19
17
 
20
18
  I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
@@ -47,9 +45,9 @@ or extract leading gitmoji from strings.
47
45
 
48
46
  | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
49
47
  |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
50
- | Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
51
- | Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
52
- | Works with MRI Ruby 4 | [![Ruby 4.0 Compat][💎ruby-4.0i]][🚎11-c-wf] [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
48
+ | Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
49
+ | Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
50
+ | Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
53
51
  | Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
54
52
  | Works with MRI Ruby 2 | [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
55
53
  | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
@@ -68,13 +66,64 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
68
66
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
69
67
  not practical for the current toolchain.
70
68
 
71
- | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 and the color 💚 green 💚 |
72
- |------------------------------------------------|--------------------------------------------------------|
73
- | 👟 Check it out! | [github.com/appraisal-rb/appraisal2][💎appraisal2] ✨ |
69
+ <a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
70
+
71
+ The _amazing_ test matrix is powered by the kettle-dev stack.
72
+
73
+ <details markdown="1">
74
+ <summary>How kettle-dev manages complexity in tests</summary>
75
+
76
+ | Gem | Source | Role | Daily download rank |
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) |
86
+
87
+ </details>
88
+
89
+ ### Federated DVCS
90
+
91
+ <details markdown="1">
92
+ <summary>Find this repo on federated forges (Coming soon!)</summary>
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] |
74
100
 
101
+ </details>
102
+
103
+ [gh-discussions]: https://github.com/galtzo-floss/gitmoji-regex/discussions
75
104
 
105
+ ### 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)
76
106
 
107
+ Available as part of the Tidelift Subscription.
77
108
 
109
+ <details markdown="1">
110
+ <summary>Need enterprise-level guarantees?</summary>
111
+
112
+ The maintainers of this and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use.
113
+
114
+ [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]
115
+
116
+ - 💡Subscribe for support guarantees covering _all_ your FLOSS dependencies
117
+ - 💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]
118
+ - 💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers
119
+
120
+ Alternatively:
121
+
122
+ - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
123
+ - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
124
+ - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
125
+
126
+ </details>
78
127
 
79
128
  ## ✨ Installation
80
129
 
@@ -96,28 +145,62 @@ Not needed.
96
145
 
97
146
  ## 🔧 Basic Usage
98
147
 
148
+ ## 🦷 FLOSS Funding
99
149
 
150
+ While galtzo-floss tools are free software and will always be, the project would benefit immensely from some funding.
151
+ Raising a monthly budget of... "dollars" would make the project more sustainable.
100
152
 
153
+ We welcome both individual and corporate sponsors! We also offer a
154
+ wide array of funding channels to account for your preferences.
155
+ Currently, [Open Collective][🖇osc] is our preferred funding platform.
101
156
 
157
+ **If you're working in a company that's making significant use of galtzo-floss tools we'd
158
+ appreciate it if you suggest to your company to become a galtzo-floss sponsor.**
102
159
 
160
+ You can support the development of galtzo-floss tools via
161
+ [GitHub Sponsors][🖇sponsor],
162
+ [Liberapay][⛳liberapay],
163
+ [PayPal][🖇paypal],
164
+ [Open Collective][🖇osc]
165
+ and [Tidelift][🏙️entsup-tidelift].
103
166
 
167
+ | 📍 NOTE |
168
+ |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
169
+ | If doing a sponsorship in the form of donation is problematic for your company <br/> from an accounting standpoint, we'd recommend the use of Tidelift, <br/> where you can get a support-like subscription instead. |
104
170
 
171
+ ### Open Collective for Individuals
105
172
 
173
+ Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/galtzo-floss#backer)]
106
174
 
175
+ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
107
176
 
177
+ <!-- OPENCOLLECTIVE-INDIVIDUALS:START -->
178
+ No backers yet. Be the first!
179
+ <!-- OPENCOLLECTIVE-INDIVIDUALS:END -->
108
180
 
181
+ ### Open Collective for Organizations
109
182
 
183
+ Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor](https://opencollective.com/galtzo-floss#sponsor)]
110
184
 
185
+ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
111
186
 
187
+ <!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
188
+ No sponsors yet. Be the first!
189
+ <!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
112
190
 
191
+ [kettle-readme-backers]: https://github.com/galtzo-floss/gitmoji-regex/blob/main/bin/kettle-readme-backers
113
192
 
193
+ ### Another way to support open-source
114
194
 
195
+ I’m driven by a passion to foster a thriving open-source community – a space where people can tackle complex problems, no matter how small. Revitalizing libraries that have fallen into disrepair, and building new libraries focused on solving real-world challenges, are my passions. I was recently affected by layoffs, and the tech jobs market is unwelcoming. I’m reaching out here because your support would significantly aid my efforts to provide for my family, and my farm (11 🐔 chickens, 2 🐶 dogs, 3 🐰 rabbits, 8 🐈‍ cats).
115
196
 
197
+ If you work at a company that uses my work, please encourage them to support me as a corporate sponsor. My work on gems you use might show up in `bundle fund`.
116
198
 
199
+ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed to empower open-source developers like myself to get paid for the work we do, in a sustainable way. Please give it a look.
117
200
 
201
+ **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
118
202
 
119
-
120
-
203
+ [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
121
204
 
122
205
  ## 🔐 Security
123
206
 
@@ -133,9 +216,48 @@ We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you m
133
216
 
134
217
  See [CONTRIBUTING.md][🤝contributing] for more detailed instructions.
135
218
 
219
+ ### 🚀 Release Instructions
220
+
221
+ See [CONTRIBUTING.md][🤝contributing].
222
+
223
+ ### Code Coverage
224
+
225
+ <details markdown="1">
226
+ <summary>Coverage service badges</summary>
227
+
228
+ [![Coverage Graph][🏀codecov-g]][🏀codecov]
229
+
230
+ [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls]
136
231
 
232
+ [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov]
137
233
 
234
+ </details>
235
+
236
+ ### 🪇 Code of Conduct
237
+
238
+ Everyone interacting with this project's codebases, issue trackers,
239
+ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct].
240
+
241
+ ## 🌈 Contributors
242
+
243
+ [![Contributors][🖐contributors-img]][🖐contributors]
244
+
245
+ Made with [contributors-img][🖐contrib-rocks].
246
+
247
+ Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/gitmoji-regex/-/graphs/main][🚎contributors-gl]
248
+
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>
138
259
 
260
+ </details>
139
261
 
140
262
  ## 📌 Versioning
141
263
 
@@ -168,8 +290,41 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
168
290
  The gem is available as open source under the terms of
169
291
  the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
170
292
 
171
- [gh-discussions]: https://github.com/galtzo-floss/gitmoji-regex/discussions
172
- [kettle-readme-backers]: https://github.com/galtzo-floss/gitmoji-regex/blob/main/exe/kettle-readme-backers
293
+ ### © Copyright
294
+
295
+ See [LICENSE.md][📄license] for the official copyright notice.
296
+
297
+ <details markdown="1">
298
+ <summary>Copyright holders</summary>
299
+
300
+ - Copyright (c) 2022-2023, 2025-2026 Peter H. Boling
301
+ - Copyright (c) 2025 Aboling0
302
+
303
+ </details>
304
+
305
+ ## 🤑 A request for help
306
+
307
+ Maintainers have teeth and need to pay their dentists.
308
+ After getting laid off in an RIF in March, and encountering difficulty finding a new one,
309
+ I began spending most of my time building open source tools.
310
+ I'm hoping to be able to pay for my kids' health insurance this month,
311
+ so if you value the work I am doing, I need your support.
312
+ Please consider sponsoring me or the project.
313
+
314
+ To join the community or get help 👇️ Join the Discord.
315
+
316
+ [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
317
+
318
+ To say "thanks!" ☝️ Join the Discord or 👇️ send money.
319
+
320
+ [![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
+
322
+ ### Please give the project a star ⭐ ♥.
323
+
324
+ Many parts of this project are actively managed by a [kettle-jem](https://github.com/structuredmerge/structuredmerge-ruby/tree/main/gems/kettle-jem) smart template utilizing [StructuredMerge.org](https://structuredmerge.org) merge contracts.
325
+
326
+ Thanks for RTFM. ☺️
327
+
173
328
  [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
174
329
  [⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
175
330
  [⛳liberapay]: https://liberapay.com/pboling/donate
@@ -187,12 +342,8 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
187
342
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
188
343
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
189
344
  [🖇sponsor]: https://github.com/sponsors/pboling
190
- [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
191
- [🖇polar]: https://polar.sh/pboling
192
345
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
193
346
  [🖇kofi]: https://ko-fi.com/pboling
194
- [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
195
- [🖇patreon]: https://patreon.com/galtzo
196
347
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
197
348
  [🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
198
349
  [🖇buyme]: https://www.buymeacoffee.com/pboling
@@ -205,6 +356,7 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
205
356
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
206
357
  [✉️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
207
358
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
359
+
208
360
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
209
361
  [⛳️gem-namespace]: https://github.com/galtzo-floss/gitmoji-regex
210
362
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Gitmoji::Regex-3C2D2D.svg?style=square&logo=ruby&logoColor=white
@@ -281,11 +433,13 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
281
433
  [🚎jruby-9.2-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/jruby-9.2.yml
282
434
  [🚎jruby-9.3-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/jruby-9.3.yml
283
435
  [🚎jruby-9.4-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/jruby-9.4.yml
436
+ [🚎jruby-10.0-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/jruby-10.0.yml
284
437
  [🚎truby-22.3-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffleruby-22.3.yml
285
438
  [🚎truby-23.0-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffleruby-23.0.yml
286
439
  [🚎truby-23.1-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffleruby-23.1.yml
287
440
  [🚎truby-24.2-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffleruby-24.2.yml
288
441
  [🚎truby-25.0-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffleruby-25.0.yml
442
+ [🚎truby-33.0-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffleruby-33.0.yml
289
443
  [🚎2-cov-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/coverage.yml
290
444
  [🚎2-cov-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/coverage.yml/badge.svg
291
445
  [🚎3-hd-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/heads.yml
@@ -315,7 +469,6 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
315
469
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
316
470
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
317
471
  [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
318
- [💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
319
472
  [💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
320
473
  [💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
321
474
  [💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
@@ -323,10 +476,13 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
323
476
  [💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
324
477
  [💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
325
478
  [💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
479
+ [💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
326
480
  [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
481
+ [💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
327
482
  [💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
328
483
  [💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
329
484
  [💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
485
+ [💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
330
486
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
331
487
  [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
332
488
  [🤝gh-issues]: https://github.com/galtzo-floss/gitmoji-regex/issues
@@ -341,6 +497,7 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
341
497
  [🖐contrib-rocks]: https://contrib.rocks
342
498
  [🖐contributors]: https://github.com/galtzo-floss/gitmoji-regex/graphs/contributors
343
499
  [🖐contributors-img]: https://contrib.rocks/image?repo=galtzo-floss/gitmoji-regex
500
+ [🚎contributors-gl]: https://gitlab.com/galtzo-floss/gitmoji-regex/-/graphs/main
344
501
  [🪇conduct]: https://github.com/galtzo-floss/gitmoji-regex/blob/main/CODE_OF_CONDUCT.md
345
502
  [🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
346
503
  [📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
@@ -362,7 +519,8 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
362
519
  [📄license-ref]: MIT.md
363
520
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
364
521
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
365
- [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-✓-259D6C.svg?style=flat&logo=Apache
522
+ [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
523
+
366
524
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
367
525
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
368
526
  [🚎yard-current]: http://rubydoc.info/gems/gitmoji-regex
@@ -374,3 +532,14 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
374
532
  [💎appraisal2]: https://github.com/appraisal-rb/appraisal2
375
533
  [💎appraisal2-img]: https://img.shields.io/badge/appraised_by-appraisal2-34495e.svg?plastic&logo=ruby&logoColor=white
376
534
  [💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
535
+
536
+ <!-- kettle-jem:metadata:start -->
537
+ | Field | Value |
538
+ |---|---|
539
+ | Package | gitmoji-regex |
540
+ | Description | 🏁 A regular expression matching Gitmoji (a subset of Unicode Emoji) symbolsFund overlooked open source projects - bottom of stack, dev/test dependencies: floss-funding.dev |
541
+ | Homepage | https://github.com/galtzo-floss/gitmoji-regex |
542
+ | Source | https://github.com/galtzo-floss/gitmoji-regex |
543
+ | License | `MIT` |
544
+ | Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/galtzo-floss, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/gitmoji-regex, https://www.buymeacoffee.com/pboling |
545
+ <!-- kettle-jem:metadata:end -->
data/SECURITY.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Version | Supported |
6
6
  |----------|-----------|
7
- | 1.latest | ✅ |
7
+ | 2.0.latest | ✅ |
8
8
 
9
9
  ## Security contact information
10
10
 
@@ -3,7 +3,7 @@
3
3
  module Gitmoji
4
4
  module Regex
5
5
  module Version
6
- VERSION = "2.0.1"
6
+ VERSION = "2.0.3"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
@@ -3,7 +3,6 @@ module Gitmoji
3
3
  REGEX: Regexp
4
4
 
5
5
  module Version
6
- VERSION: String
7
6
  end
8
7
 
9
8
  class Reference
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.1
4
+ version: 2.0.3
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.9
50
+ version: 1.1.13
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.9
60
+ version: 1.1.13
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.0'
67
+ version: '2.2'
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: 2.0.6
70
+ version: 2.2.15
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.0'
77
+ version: '2.2'
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: 2.0.6
80
+ version: 2.2.15
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: bundler-audit
83
83
  requirement: !ruby/object:Gem::Requirement
@@ -132,20 +132,20 @@ dependencies:
132
132
  requirements:
133
133
  - - "~>"
134
134
  - !ruby/object:Gem::Version
135
- version: '3.0'
135
+ version: '3.1'
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: 3.0.6
138
+ version: 3.1.2
139
139
  type: :development
140
140
  prerelease: false
141
141
  version_requirements: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: '3.0'
145
+ version: '3.1'
146
146
  - - ">="
147
147
  - !ruby/object:Gem::Version
148
- version: 3.0.6
148
+ version: 3.1.2
149
149
  - !ruby/object:Gem::Dependency
150
150
  name: kettle-test
151
151
  requirement: !ruby/object:Gem::Requirement
@@ -155,7 +155,7 @@ dependencies:
155
155
  version: '2.0'
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
- version: 2.0.1
158
+ version: 2.0.6
159
159
  type: :development
160
160
  prerelease: false
161
161
  version_requirements: !ruby/object:Gem::Requirement
@@ -165,7 +165,27 @@ dependencies:
165
165
  version: '2.0'
166
166
  - - ">="
167
167
  - !ruby/object:Gem::Version
168
- version: 2.0.1
168
+ version: 2.0.6
169
+ - !ruby/object:Gem::Dependency
170
+ name: turbo_tests2
171
+ requirement: !ruby/object:Gem::Requirement
172
+ requirements:
173
+ - - "~>"
174
+ - !ruby/object:Gem::Version
175
+ version: '3.1'
176
+ - - ">="
177
+ - !ruby/object:Gem::Version
178
+ version: 3.1.4
179
+ type: :development
180
+ prerelease: false
181
+ version_requirements: !ruby/object:Gem::Requirement
182
+ requirements:
183
+ - - "~>"
184
+ - !ruby/object:Gem::Version
185
+ version: '3.1'
186
+ - - ">="
187
+ - !ruby/object:Gem::Version
188
+ version: 3.1.4
169
189
  - !ruby/object:Gem::Dependency
170
190
  name: ruby-progressbar
171
191
  requirement: !ruby/object:Gem::Requirement
@@ -347,11 +367,11 @@ homepage: https://github.com/galtzo-floss/gitmoji-regex
347
367
  licenses:
348
368
  - MIT
349
369
  metadata:
350
- homepage_uri: https://structuredmerge.org
351
- source_code_uri: https://github.com/galtzo-floss/gitmoji-regex/tree/v2.0.1
352
- changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.1/CHANGELOG.md
370
+ homepage_uri: https://gitmoji-regex.galtzo.com
371
+ source_code_uri: https://github.com/galtzo-floss/gitmoji-regex/tree/v2.0.3
372
+ changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.3/CHANGELOG.md
353
373
  bug_tracker_uri: https://github.com/galtzo-floss/gitmoji-regex/issues
354
- documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.1
374
+ documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.3
355
375
  funding_uri: https://github.com/sponsors/pboling
356
376
  wiki_uri: https://github.com/galtzo-floss/gitmoji-regex/wiki
357
377
  news_uri: https://www.railsbling.com/tags/gitmoji-regex
metadata.gz.sig CHANGED
Binary file