gitmoji-regex 2.0.10 → 2.0.11
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 +30 -1
- data/README.md +14 -14
- data/lib/gitmoji/regex/version.rb +1 -1
- data.tar.gz.sig +5 -4
- metadata +11 -10
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ec4d7befd272ce052a97df723107248765e23358033b9cb1058edf34f4791f6
|
|
4
|
+
data.tar.gz: 1533be76d92c083f51f0f540e113f9187920d67d0a537784cb6c4cf916b76233
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78c0a93d8b7025fd94dbe4a20df094f88046f320a07e2fcffb103e2002b754be948a5374ae87699feeb666c5ad6ebc0df7f67b9b413f16678d0d7c311698884c
|
|
7
|
+
data.tar.gz: 33d6a3135e11225c678ac7dbce1a2aa7323df552cd76b0724339f36605c14584b317c0cfe9183e86b77488499c715824037e86a854f714dab2dc26dca1800876
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,33 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.11] - 2026-07-31
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.11][2.0.11t]
|
|
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
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
43
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
44
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
45
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
46
|
+
|
|
47
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
48
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
49
|
+
specs without adding `version_gem`.
|
|
50
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
51
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
52
|
+
even when the gemspec is loaded from another working directory.
|
|
53
|
+
|
|
54
|
+
### Added
|
|
55
|
+
|
|
56
|
+
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
57
|
+
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
58
|
+
tagged RubyForum community alongside Discord.
|
|
59
|
+
|
|
33
60
|
## [2.0.10] - 2026-07-28
|
|
34
61
|
|
|
35
62
|
- TAG: [v2.0.10][2.0.10t]
|
|
@@ -326,7 +353,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
326
353
|
|
|
327
354
|
- Initial release
|
|
328
355
|
|
|
329
|
-
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.
|
|
356
|
+
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.11...HEAD
|
|
357
|
+
[2.0.11]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.10...v2.0.11
|
|
358
|
+
[2.0.11t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.11
|
|
330
359
|
[2.0.10]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.9...v2.0.10
|
|
331
360
|
[2.0.10t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.10
|
|
332
361
|
[2.0.9]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.8...v2.0.9
|
data/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
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] [![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]
|
|
6
6
|
|
|
7
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
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
|
|
|
@@ -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 |
|
|
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 |
|
|
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 [](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]
|
|
@@ -311,11 +309,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
311
309
|
so if you value the work I am doing, I need your support.
|
|
312
310
|
Please consider sponsoring me or the project.
|
|
313
311
|
|
|
314
|
-
To join the community or get help
|
|
312
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
315
313
|
|
|
314
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
316
315
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
317
316
|
|
|
318
|
-
To say "thanks!" ☝️ Join the
|
|
317
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
319
318
|
|
|
320
319
|
[![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
320
|
|
|
@@ -356,8 +355,9 @@ Thanks for RTFM. ☺️
|
|
|
356
355
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
357
356
|
[✉️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
357
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
359
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
360
|
-
[✉️ruby-forum]: https://
|
|
358
|
+
[✉️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
|
|
359
|
+
[✉️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
|
|
360
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/galtzo-floss
|
|
361
361
|
|
|
362
362
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
363
363
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/gitmoji-regex
|
|
@@ -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.
|
|
8
|
+
VERSION = "2.0.11"
|
|
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
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
�
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
�H��2�)�1z�;��0̾���߱%��;��Y�z�''o+��N~P�/r��~
|
|
2
|
+
#d���)|
|
|
3
|
+
\!�k�7���;a�eq�96)IM�<A?pG,�:�}�5zx �qҘaX6�ߢ�.�S�������;�����R�5!=����{�ӝ��9�pfzOKQV寧�Ɂ.�
|
|
4
|
+
b�Y���}�Cy>%�g�㓏?'�=�B�u�l]�KT��G�UX�?�o�K�i/�C�0��R�&�?��IQ�dq>H���tP��
|
|
5
|
+
PTq��1JvW ߄|��l�S����m�fG*�,���
|
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.
|
|
4
|
+
version: 2.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -64,20 +64,20 @@ dependencies:
|
|
|
64
64
|
requirements:
|
|
65
65
|
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: '2.
|
|
67
|
+
version: '2.5'
|
|
68
68
|
- - ">="
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: 2.
|
|
70
|
+
version: 2.5.13
|
|
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.
|
|
77
|
+
version: '2.5'
|
|
78
78
|
- - ">="
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: 2.
|
|
80
|
+
version: 2.5.13
|
|
81
81
|
- !ruby/object:Gem::Dependency
|
|
82
82
|
name: bundler-audit
|
|
83
83
|
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.
|
|
178
|
+
version: 2.0.17
|
|
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.
|
|
188
|
+
version: 2.0.17
|
|
189
189
|
- !ruby/object:Gem::Dependency
|
|
190
190
|
name: turbo_tests2
|
|
191
191
|
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.
|
|
381
|
-
changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.
|
|
380
|
+
source_code_uri: https://github.com/galtzo-floss/gitmoji-regex/tree/v2.0.11
|
|
381
|
+
changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.11/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.
|
|
383
|
+
documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.11
|
|
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
|