gitmoji-regex 1.0.3 → 2.0.1
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 +96 -5
- data/CITATION.cff +20 -0
- data/CONTRIBUTING.md +168 -39
- data/FUNDING.md +74 -0
- data/LICENSE.md +11 -0
- data/README.md +145 -266
- data/SECURITY.md +0 -1
- data/certs/pboling.pem +27 -0
- data/lib/gitmoji/regex/version.rb +2 -5
- data/lib/gitmoji/regex.rb +2 -2
- data/sig/gitmoji/regex/version.rbs +8 -0
- data/sig/gitmoji/regex.rbs +1 -0
- data.tar.gz.sig +0 -0
- metadata +146 -66
- metadata.gz.sig +3 -4
- data/LICENSE.txt +0 -21
- data/REEK +0 -0
- data/checksums/gitmoji-regex-1.0.2.gem.sha256 +0 -1
- data/checksums/gitmoji-regex-1.0.2.gem.sha512 +0 -1
- data/checksums/gitmoji-regex-1.0.3.gem.sha256 +0 -1
- data/checksums/gitmoji-regex-1.0.3.gem.sha512 +0 -1
- data/src/gitmojis.json +0 -597
data/README.md
CHANGED
|
@@ -1,31 +1,27 @@
|
|
|
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
3
|
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
[🖼️regex]: https://rubular.com/
|
|
7
|
-
[🖼️gitmoji-i]: https://logos.galtzo.com/assets/images/gitmoji/avatar-120px.png
|
|
8
|
-
[🖼️gitmoji]: https://github.com/carloscuesta/gitmoji
|
|
9
|
-
[🖼️galtzo-i]: https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px.svg
|
|
10
|
-
[🖼️galtzo-discord]: https://discord.gg/3qme4XHNKN
|
|
11
|
-
[🖼️ruby-lang-i]: https://logos.galtzo.com/assets/images/ruby-lang/avatar-128px.svg
|
|
12
|
-
[🖼️ruby-lang]: https://www.ruby-lang.org/
|
|
13
|
-
[🖼️gitmoji-regex-i]: https://logos.galtzo.com/assets/images/galtzo-floss/gitmoji-regex/avatar-192px.svg
|
|
14
|
-
[🖼️gitmoji-regex]: https://github.com/galtzo-floss/gitmoji-regex
|
|
5
|
+
# 🏁 Gitmoji::Regex
|
|
15
6
|
|
|
16
|
-
|
|
7
|
+
[![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]
|
|
17
8
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
If ☝️ `ci_badges.map(&:color).detect { it != "green" }` [let me know][🖼️galtzo-discord], as I may have missed the [discord notification][🖼️galtzo-discord].
|
|
9
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the [discord notification][✉️discord-invite].
|
|
21
10
|
|
|
22
11
|
---
|
|
23
12
|
|
|
24
|
-
|
|
13
|
+
`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
|
+
|
|
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]
|
|
25
16
|
|
|
26
|
-
|
|
17
|
+
<details>
|
|
18
|
+
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
27
19
|
|
|
28
|
-
|
|
20
|
+
I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
|
|
21
|
+
|
|
22
|
+
</details>
|
|
23
|
+
|
|
24
|
+
## 🌻 Synopsis <a href="https://discord.gg/3qme4XHNKN"><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="8%" align="right"/></a> <a href="https://ruby-toolbox.com"><img alt="ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5" src="https://logos.galtzo.com/assets/images/ruby-lang/avatar-128px.svg" width="8%" align="right"/></a>
|
|
29
25
|
|
|
30
26
|
This gem provides a regex that allows Ruby code to test a string for a [Gitmoji](https://github.com/carloscuesta/gitmoji) character. Gitmoji is a [subset](https://raw.githubusercontent.com/carloscuesta/gitmoji/master/src/data/gitmojis.json) of the Unicode Emoji character set. This gem is _not_ a fork of, but was **inspired** by, the wonderful [emoji_regex](https://github.com/ticky/ruby-emoji-regex) gem.
|
|
31
27
|
|
|
@@ -49,142 +45,79 @@ or extract leading gitmoji from strings.
|
|
|
49
45
|
|
|
50
46
|
## 💡 Info you can shake a stick at
|
|
51
47
|
|
|
52
|
-
|
|
48
|
+
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
49
|
+
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
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]|
|
|
53
|
+
| 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
|
+
| 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
|
+
| 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] |
|
|
56
|
+
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
|
57
|
+
| Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
|
|
58
|
+
| Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
|
|
59
|
+
| Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
|
|
60
|
+
| Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼♂️devto-img]][💖💁🏼♂️devto] |
|
|
61
|
+
| `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼♂️aboutme-img]][💖💁🏼♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
|
|
53
62
|
|
|
54
|
-
|
|
55
|
-
<summary>Find this repo on other forges (Coming soon!)</summary>
|
|
63
|
+
### Compatibility
|
|
56
64
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
| 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
|
|
65
|
+
Compatible with MRI Ruby 2.4+, and concordant releases of JRuby, and TruffleRuby.
|
|
66
|
+
CI workflows and Appraisals are generated for MRI Ruby 2.4+.
|
|
67
|
+
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
68
|
+
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
69
|
+
not practical for the current toolchain.
|
|
63
70
|
|
|
64
|
-
|
|
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] ✨ |
|
|
65
74
|
|
|
66
|
-
[gh-discussions]: https://github.com/galtzo-floss/gitmoji-regex/discussions
|
|
67
75
|
|
|
68
|
-
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-gitmoji-regex?utm_source=rubygems-gitmoji-regex&utm_medium=referral&utm_campaign=readme)
|
|
69
76
|
|
|
70
|
-
<details>
|
|
71
|
-
<summary>Need enterprise-level guarantees?</summary>
|
|
72
|
-
|
|
73
|
-
[![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]
|
|
74
|
-
|
|
75
|
-
- 💡Subscribe for support guarantees covering _all_ FLOSS dependencies
|
|
76
|
-
- 💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]
|
|
77
|
-
- 💡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
|
|
78
|
-
|
|
79
|
-
Alternatively:
|
|
80
77
|
|
|
81
|
-
- [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite]
|
|
82
|
-
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
83
|
-
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
84
|
-
|
|
85
|
-
</details>
|
|
86
|
-
|
|
87
|
-
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
88
|
-
|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
89
|
-
| Works with JRuby | ![JRuby 9.1 Compat][💎jruby-9.1i] ![JRuby 9.2 Compat][💎jruby-9.2i] <br/> [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎10-j-wf] [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎10-j-wf] [![JRuby 10.0 Compat][💎jruby-c-i]][🚎11-c-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf] |
|
|
90
|
-
| Works with Truffle Ruby | ![Truffle Ruby 22.3 Compat][💎truby-22.3i] <br/> [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎9-t-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎9-t-wf] [![Truffle Ruby 24.1 Compat][💎truby-c-i]][🚎11-c-wf] |
|
|
91
|
-
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-lg-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎6-s-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
|
|
92
|
-
| Works with MRI Ruby 2 | [![Ruby 2.3 Compat][💎ruby-2.3i]][🚎1-an-wf] [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
|
|
93
|
-
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
|
94
|
-
| Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![Wiki][📜wiki-img]][📜wiki] |
|
|
95
|
-
| Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
|
|
96
|
-
| Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
|
|
97
|
-
| Support | [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
98
|
-
| Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼♂️devto-img]][💖💁🏼♂️devto] |
|
|
99
|
-
| `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼♂️aboutme-img]][💖💁🏼♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
|
|
100
78
|
|
|
101
79
|
## ✨ Installation
|
|
102
80
|
|
|
103
81
|
Install the gem and add to the application's Gemfile by executing:
|
|
104
82
|
|
|
105
|
-
|
|
83
|
+
```console
|
|
84
|
+
bundle add gitmoji-regex
|
|
85
|
+
```
|
|
106
86
|
|
|
107
87
|
If bundler is not being used to manage dependencies, install the gem by executing:
|
|
108
88
|
|
|
109
|
-
$ gem install gitmoji-regex
|
|
110
|
-
|
|
111
|
-
### 🔒 Secure Installation
|
|
112
|
-
|
|
113
|
-
<details>
|
|
114
|
-
<summary>For Medium or High Security Installations</summary>
|
|
115
|
-
|
|
116
|
-
This gem is cryptographically signed, and has verifiable [SHA-256 and SHA-512][💎SHA_checksums] checksums by
|
|
117
|
-
[stone_checksums][💎stone_checksums]. Be sure the gem you install hasn’t been tampered with
|
|
118
|
-
by following the instructions below.
|
|
119
|
-
|
|
120
|
-
Add my public key (if you haven’t already, expires 2045-04-29) as a trusted certificate:
|
|
121
|
-
|
|
122
89
|
```console
|
|
123
|
-
gem
|
|
90
|
+
gem install gitmoji-regex
|
|
124
91
|
```
|
|
125
92
|
|
|
126
|
-
|
|
93
|
+
## ⚙️ Configuration
|
|
94
|
+
|
|
95
|
+
Not needed.
|
|
96
|
+
|
|
97
|
+
## 🔧 Basic Usage
|
|
127
98
|
|
|
128
|
-
```console
|
|
129
|
-
gem install gitmoji-regex -P HighSecurity
|
|
130
|
-
```
|
|
131
99
|
|
|
132
|
-
The `HighSecurity` trust profile will verify signed gems, and not allow the installation of unsigned dependencies.
|
|
133
100
|
|
|
134
|
-
If you want to up your security game full-time:
|
|
135
101
|
|
|
136
|
-
```console
|
|
137
|
-
bundle config set --global trust-policy MediumSecurity
|
|
138
|
-
```
|
|
139
102
|
|
|
140
|
-
`MediumSecurity` instead of `HighSecurity` is necessary if not all the gems you use are signed.
|
|
141
103
|
|
|
142
|
-
NOTE: Be prepared to track down certs for signed gems and add them the same way you added mine.
|
|
143
104
|
|
|
144
|
-
</details>
|
|
145
105
|
|
|
146
|
-
## ⚙️ Configuration
|
|
147
106
|
|
|
148
|
-
Not needed.
|
|
149
107
|
|
|
150
|
-
## 🔧 Basic Usage
|
|
151
108
|
|
|
152
|
-
## Usage
|
|
153
109
|
|
|
154
|
-
```ruby
|
|
155
|
-
"🔥" =~ Gitmoji::Regex::REGEX
|
|
156
|
-
# => 0 # character at position 0 is a Gitmoji!
|
|
157
110
|
|
|
158
|
-
"fire" =~ Gitmoji::Regex::REGEX
|
|
159
|
-
# => nil
|
|
160
111
|
|
|
161
|
-
(Gitmoji::Regex::REGEX =~ "✨ Add feature")
|
|
162
|
-
# => 0
|
|
163
112
|
|
|
164
|
-
"✨ Fix bug 🐛".scan(Gitmoji::Regex::REGEX)
|
|
165
|
-
# => ["✨", "🐛"]
|
|
166
|
-
```
|
|
167
113
|
|
|
168
|
-
I use this gem to validate gitmoji at the first character of each commit message in a git pre-commit-hook.
|
|
169
|
-
I blogged about the [pattern I follow](https://railsbling.com/posts/blog-setup/my-git-commit-hooks/).
|
|
170
|
-
Although that post was before I adopted Gitmoji for commits, it should be obvious how to integrate it.
|
|
171
|
-
I'll write a new blog post soon with my current commit hooks.
|
|
172
|
-
If you can't wait, you can find what I currently use in this repo: [.git-hooks](.git-hooks).
|
|
173
114
|
|
|
174
|
-
## 🦷 FLOSS Funding
|
|
175
115
|
|
|
176
|
-
> How wonderful it is that nobody need wait a single moment before starting to improve the world.<br/>
|
|
177
|
-
>—Anne Frank
|
|
178
116
|
|
|
179
|
-
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 — totaling 79 hours of FLOSS coding over just the past seven days, a pretty regular week for me. 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).
|
|
180
117
|
|
|
181
|
-
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`.
|
|
182
118
|
|
|
183
|
-
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.
|
|
184
119
|
|
|
185
|
-
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
186
120
|
|
|
187
|
-
[![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
|
|
188
121
|
|
|
189
122
|
## 🔐 Security
|
|
190
123
|
|
|
@@ -193,79 +126,33 @@ See [SECURITY.md][🔐security].
|
|
|
193
126
|
## 🤝 Contributing
|
|
194
127
|
|
|
195
128
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
196
|
-
or if it is already 💯 (see [below](#code-coverage)) check [
|
|
129
|
+
or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
|
|
197
130
|
or use the gem and think about how it could be better.
|
|
198
131
|
|
|
199
132
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
200
133
|
|
|
201
134
|
See [CONTRIBUTING.md][🤝contributing] for more detailed instructions.
|
|
202
135
|
|
|
203
|
-
### 🚀 Release Instructions
|
|
204
|
-
|
|
205
|
-
See [CONTRIBUTING.md][🤝contributing].
|
|
206
|
-
|
|
207
|
-
### Code Coverage
|
|
208
|
-
|
|
209
|
-
[![Coverage Graph][🔑codecov-g♻️]][🔑codecov]
|
|
210
136
|
|
|
211
|
-
[![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls]
|
|
212
137
|
|
|
213
|
-
[![QLTY Test Coverage][🔑qlty-covi]][🔑qlty-cov]
|
|
214
|
-
|
|
215
|
-
### 🪇 Code of Conduct
|
|
216
|
-
|
|
217
|
-
Everyone interacting with this project's codebases, issue trackers,
|
|
218
|
-
chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct].
|
|
219
|
-
|
|
220
|
-
## 🌈 Contributors
|
|
221
|
-
|
|
222
|
-
[![Contributors][🖐contributors-img]][🖐contributors]
|
|
223
|
-
|
|
224
|
-
Made with [contributors-img][🖐contrib-rocks].
|
|
225
|
-
|
|
226
|
-
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/gitmoji-regex/-/graphs/main][🚎contributors-gl]
|
|
227
|
-
|
|
228
|
-
<details>
|
|
229
|
-
<summary>⭐️ Star History</summary>
|
|
230
138
|
|
|
231
|
-
<a href="https://star-history.com/#galtzo-floss/gitmoji-regex&Date">
|
|
232
|
-
<picture>
|
|
233
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date&theme=dark" />
|
|
234
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date" />
|
|
235
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date" />
|
|
236
|
-
</picture>
|
|
237
|
-
</a>
|
|
238
|
-
|
|
239
|
-
</details>
|
|
240
139
|
|
|
241
140
|
## 📌 Versioning
|
|
242
141
|
|
|
243
|
-
This
|
|
244
|
-
|
|
245
|
-
Specifically, if a minor or patch version is released that breaks backward compatibility,
|
|
246
|
-
a new version should be immediately released that restores compatibility.
|
|
247
|
-
Breaking changes to the public API will only be introduced with new major versions.
|
|
248
|
-
|
|
249
|
-
> dropping support for a platform is both obviously and objectively a breaking change <br/>
|
|
250
|
-
>—Jordan Harband ([@ljharb](https://github.com/ljharb), maintainer of SemVer) [in SemVer issue 716][📌semver-breaking]
|
|
251
|
-
|
|
252
|
-
I understand that policy doesn't work universally ("exceptions to every rule!"),
|
|
253
|
-
but it is the policy here.
|
|
254
|
-
As such, in many cases it is good to specify a dependency on this library using
|
|
255
|
-
the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
|
|
142
|
+
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
143
|
+
For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
|
|
256
144
|
|
|
257
145
|
For example:
|
|
258
146
|
|
|
259
147
|
```ruby
|
|
260
|
-
spec.add_dependency("gitmoji-regex", "~>
|
|
148
|
+
spec.add_dependency("gitmoji-regex", "~> 2.0")
|
|
261
149
|
```
|
|
262
150
|
|
|
263
|
-
<details>
|
|
151
|
+
<details markdown="1">
|
|
264
152
|
<summary>📌 Is "Platform Support" part of the public API? More details inside.</summary>
|
|
265
153
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
It is obvious to many, but not all, and since the spec is silent, the bike shedding is endless.
|
|
154
|
+
Dropping support for a platform can be a breaking change for affected users.
|
|
155
|
+
If a release changes supported platforms, it should be called out clearly in the changelog and versioned with that impact in mind.
|
|
269
156
|
|
|
270
157
|
To get a better understanding of how SemVer is intended to work over a project's lifetime,
|
|
271
158
|
read this article from the creator of SemVer:
|
|
@@ -279,56 +166,34 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
279
166
|
## 📄 License
|
|
280
167
|
|
|
281
168
|
The gem is available as open source under the terms of
|
|
282
|
-
the [MIT
|
|
283
|
-
See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright-notice-explainer].
|
|
284
|
-
|
|
285
|
-
### © Copyright
|
|
286
|
-
|
|
287
|
-
<ul>
|
|
288
|
-
<li>
|
|
289
|
-
Copyright (c) 2025 Peter H. Boling, of
|
|
290
|
-
<a href="https://discord.gg/3qme4XHNKN">
|
|
291
|
-
Galtzo.com
|
|
292
|
-
<picture>
|
|
293
|
-
<img src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px-blank.svg" alt="Galtzo.com Logo (Wordless) by Aboling0, CC BY-SA 4.0" width="24">
|
|
294
|
-
</picture>
|
|
295
|
-
</a>, and gitmoji-regex contributors.
|
|
296
|
-
</li>
|
|
297
|
-
<li>Copyright (c) 2014-2017 Zach Taylor & Avant</li>
|
|
298
|
-
</ul>
|
|
299
|
-
|
|
300
|
-
## 🤑 A request for help
|
|
169
|
+
the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
301
170
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
I'm hoping to be able to pay for my kids' health insurance this month,
|
|
306
|
-
so if you value the work I am doing, please help.
|
|
307
|
-
I need your support. Please consider sponsoring me.
|
|
308
|
-
|
|
309
|
-
[![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay-img] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal-img]
|
|
310
|
-
|
|
311
|
-
To say "thanks for maintaining such a great tool" 👇️ Join the Discord or ☝️ send money.
|
|
312
|
-
|
|
313
|
-
To join the community or get help 👇️ Join the Discord.
|
|
314
|
-
|
|
315
|
-
[![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite]
|
|
316
|
-
|
|
317
|
-
Thanks for RTFM. ☺️
|
|
318
|
-
|
|
319
|
-
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611
|
|
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
|
|
173
|
+
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
320
174
|
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
321
175
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
176
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/galtzo-floss
|
|
177
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss
|
|
178
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/galtzo-floss
|
|
179
|
+
[🖇osc-backers]: https://opencollective.com/galtzo-floss#backer
|
|
180
|
+
[🖇osc-backers-i]: https://opencollective.com/galtzo-floss/backers/badge.svg?style=flat
|
|
181
|
+
[🖇osc-sponsors]: https://opencollective.com/galtzo-floss#sponsor
|
|
182
|
+
[🖇osc-sponsors-i]: https://opencollective.com/galtzo-floss/sponsors/badge.svg?style=flat
|
|
183
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/galtzo-floss?style=for-the-badge
|
|
184
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss?style=for-the-badge
|
|
185
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/galtzo-floss?style=for-the-badge
|
|
186
|
+
[🖇osc]: https://opencollective.com/galtzo-floss
|
|
322
187
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
323
188
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
324
189
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
325
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg
|
|
190
|
+
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
326
191
|
[🖇polar]: https://polar.sh/pboling
|
|
327
|
-
[🖇kofi-img]: https://img.shields.io/badge/ko--fi
|
|
328
|
-
[🖇kofi]: https://ko-fi.com/
|
|
329
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg
|
|
192
|
+
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
193
|
+
[🖇kofi]: https://ko-fi.com/pboling
|
|
194
|
+
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
330
195
|
[🖇patreon]: https://patreon.com/galtzo
|
|
331
|
-
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee
|
|
196
|
+
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
332
197
|
[🖇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
|
|
333
198
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
334
199
|
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
|
@@ -337,25 +202,28 @@ Thanks for RTFM. ☺️
|
|
|
337
202
|
[🖇floss-funding.dev]: https://floss-funding.dev
|
|
338
203
|
[🖇floss-funding-gem]: https://github.com/galtzo-floss/floss_funding
|
|
339
204
|
[✉️discord-invite]: https://discord.gg/3qme4XHNKN
|
|
340
|
-
[✉️discord-invite-img]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge
|
|
341
|
-
|
|
205
|
+
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
206
|
+
[✉️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
|
+
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
342
208
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
343
209
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/gitmoji-regex
|
|
344
|
-
[⛳️namespace-img]: https://img.shields.io/badge/namespace-
|
|
345
|
-
[⛳️gem-name]: https://
|
|
346
|
-
[⛳️name-img]: https://img.shields.io/badge/name-
|
|
210
|
+
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Gitmoji::Regex-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
211
|
+
[⛳️gem-name]: https://bestgems.org/gems/gitmoji-regex
|
|
212
|
+
[⛳️name-img]: https://img.shields.io/badge/name-gitmoji--regex-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
213
|
+
[⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/gitmoji-regex.svg
|
|
214
|
+
[⛳️tag]: https://github.com/galtzo-floss/gitmoji-regex/releases
|
|
347
215
|
[🚂maint-blog]: http://www.railsbling.com/tags/gitmoji-regex
|
|
348
216
|
[🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
|
|
349
217
|
[🚂maint-contact]: http://www.railsbling.com/contact
|
|
350
218
|
[🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
|
|
351
219
|
[💖🖇linkedin]: http://www.linkedin.com/in/peterboling
|
|
352
|
-
[💖🖇linkedin-img]: https://img.shields.io/badge/
|
|
353
|
-
[💖✌️wellfound]: https://wellfound.com/u/peter-boling
|
|
220
|
+
[💖🖇linkedin-img]: https://img.shields.io/badge/LinkedIn-Profile-0B66C2?style=flat&logo=newjapanprowrestling
|
|
221
|
+
[💖✌️wellfound]: https://wellfound.com/u/peter-boling
|
|
354
222
|
[💖✌️wellfound-img]: https://img.shields.io/badge/peter--boling-orange?style=flat&logo=wellfound
|
|
355
223
|
[💖💲crunchbase]: https://www.crunchbase.com/person/peter-boling
|
|
356
224
|
[💖💲crunchbase-img]: https://img.shields.io/badge/peter--boling-purple?style=flat&logo=crunchbase
|
|
357
225
|
[💖🐘ruby-mast]: https://ruby.social/@galtzo
|
|
358
|
-
[💖🐘ruby-mast-img]: https://img.shields.io/mastodon/follow/109447111526622197?domain=https
|
|
226
|
+
[💖🐘ruby-mast-img]: https://img.shields.io/mastodon/follow/109447111526622197?domain=https://ruby.social&style=flat&logo=mastodon&label=Ruby%20@galtzo
|
|
359
227
|
[💖🦋bluesky]: https://bsky.app/profile/galtzo.com
|
|
360
228
|
[💖🦋bluesky-img]: https://img.shields.io/badge/@galtzo.com-0285FF?style=flat&logo=bluesky&logoColor=white
|
|
361
229
|
[💖🌳linktree]: https://linktr.ee/galtzo
|
|
@@ -372,64 +240,72 @@ Thanks for RTFM. ☺️
|
|
|
372
240
|
[👨🏼🏫expsup-upwork-img]: https://img.shields.io/badge/UpWork-13544E?style=for-the-badge&logo=Upwork&logoColor=white
|
|
373
241
|
[👨🏼🏫expsup-codementor]: https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github
|
|
374
242
|
[👨🏼🏫expsup-codementor-img]: https://img.shields.io/badge/CodeMentor-Get_Help-1abc9c?style=for-the-badge&logo=CodeMentor&logoColor=white
|
|
375
|
-
[🏙️entsup-tidelift]: https://tidelift.com/subscription
|
|
243
|
+
[🏙️entsup-tidelift]: https://tidelift.com/subscription/pkg/rubygems-gitmoji-regex?utm_source=rubygems-gitmoji-regex&utm_medium=referral&utm_campaign=readme
|
|
376
244
|
[🏙️entsup-tidelift-img]: https://img.shields.io/badge/Tidelift_and_Sonar-Enterprise_Support-FD3456?style=for-the-badge&logo=sonar&logoColor=white
|
|
377
245
|
[🏙️entsup-tidelift-sonar]: https://blog.tidelift.com/tidelift-joins-sonar
|
|
378
246
|
[💁🏼♂️peterboling]: http://www.peterboling.com
|
|
379
247
|
[🚂railsbling]: http://www.railsbling.com
|
|
380
248
|
[📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
|
|
381
|
-
[📜src-gl]: https://gitlab.com/galtzo-floss/gitmoji-regex
|
|
249
|
+
[📜src-gl]: https://gitlab.com/galtzo-floss/gitmoji-regex
|
|
382
250
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
383
251
|
[📜src-cb]: https://codeberg.org/galtzo-floss/gitmoji-regex
|
|
384
252
|
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
|
|
385
253
|
[📜src-gh]: https://github.com/galtzo-floss/gitmoji-regex
|
|
386
254
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
387
255
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
388
|
-
[📜wiki]: https://gitlab.com/galtzo-floss/gitmoji-regex/-/wikis/home
|
|
389
|
-
[📜wiki
|
|
390
|
-
[
|
|
256
|
+
[📜gl-wiki]: https://gitlab.com/galtzo-floss/gitmoji-regex/-/wikis/home
|
|
257
|
+
[📜gh-wiki]: https://github.com/galtzo-floss/gitmoji-regex/wiki
|
|
258
|
+
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
259
|
+
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
260
|
+
[👽dl-rank]: https://bestgems.org/gems/gitmoji-regex
|
|
391
261
|
[👽dl-ranki]: https://img.shields.io/gem/rd/gitmoji-regex.svg
|
|
392
|
-
[👽
|
|
393
|
-
[👽oss-helpi]: https://www.codetriage.com/galtzo-floss/gitmoji-regex/badges/users.svg
|
|
394
|
-
[👽version]: https://rubygems.org/gems/gitmoji-regex
|
|
262
|
+
[👽version]: https://bestgems.org/gems/gitmoji-regex
|
|
395
263
|
[👽versioni]: https://img.shields.io/gem/v/gitmoji-regex.svg
|
|
396
|
-
[
|
|
397
|
-
[
|
|
398
|
-
[
|
|
399
|
-
[
|
|
400
|
-
[
|
|
401
|
-
[
|
|
402
|
-
[
|
|
403
|
-
[
|
|
404
|
-
[
|
|
405
|
-
[
|
|
406
|
-
[🚎
|
|
407
|
-
[🚎
|
|
264
|
+
[🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/gitmoji-regex
|
|
265
|
+
[🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/gitmoji-regex/maintainability.svg
|
|
266
|
+
[🏀qlty-cov]: https://qlty.sh/gh/galtzo-floss/projects/gitmoji-regex/metrics/code?sort=coverageRating
|
|
267
|
+
[🏀qlty-covi]: https://qlty.sh/gh/galtzo-floss/projects/gitmoji-regex/coverage.svg
|
|
268
|
+
[🏀codecov]: https://codecov.io/gh/galtzo-floss/gitmoji-regex
|
|
269
|
+
[🏀codecovi]: https://codecov.io/gh/galtzo-floss/gitmoji-regex/graph/badge.svg
|
|
270
|
+
[🏀coveralls]: https://coveralls.io/github/galtzo-floss/gitmoji-regex?branch=main
|
|
271
|
+
[🏀coveralls-img]: https://coveralls.io/repos/github/galtzo-floss/gitmoji-regex/badge.svg?branch=main
|
|
272
|
+
[🚎ruby-2.4-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-2.4.yml
|
|
273
|
+
[🚎ruby-2.5-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-2.5.yml
|
|
274
|
+
[🚎ruby-2.6-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-2.6.yml
|
|
275
|
+
[🚎ruby-2.7-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-2.7.yml
|
|
276
|
+
[🚎ruby-3.0-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-3.0.yml
|
|
277
|
+
[🚎ruby-3.1-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-3.1.yml
|
|
278
|
+
[🚎ruby-3.2-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-3.2.yml
|
|
279
|
+
[🚎ruby-3.3-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-3.3.yml
|
|
280
|
+
[🚎ruby-3.4-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-3.4.yml
|
|
281
|
+
[🚎jruby-9.2-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/jruby-9.2.yml
|
|
282
|
+
[🚎jruby-9.3-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/jruby-9.3.yml
|
|
283
|
+
[🚎jruby-9.4-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/jruby-9.4.yml
|
|
284
|
+
[🚎truby-22.3-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffleruby-22.3.yml
|
|
285
|
+
[🚎truby-23.0-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffleruby-23.0.yml
|
|
286
|
+
[🚎truby-23.1-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffleruby-23.1.yml
|
|
287
|
+
[🚎truby-24.2-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffleruby-24.2.yml
|
|
288
|
+
[🚎truby-25.0-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffleruby-25.0.yml
|
|
408
289
|
[🚎2-cov-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/coverage.yml
|
|
409
290
|
[🚎2-cov-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/coverage.yml/badge.svg
|
|
410
291
|
[🚎3-hd-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/heads.yml
|
|
411
292
|
[🚎3-hd-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/heads.yml/badge.svg
|
|
412
|
-
[🚎4-lg-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/legacy.yml
|
|
413
|
-
[🚎4-lg-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/legacy.yml/badge.svg
|
|
414
293
|
[🚎5-st-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/style.yml
|
|
415
294
|
[🚎5-st-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/style.yml/badge.svg
|
|
416
|
-
[🚎6-s-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/supported.yml
|
|
417
|
-
[🚎6-s-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/supported.yml/badge.svg
|
|
418
|
-
[🚎7-us-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/unsupported.yml
|
|
419
|
-
[🚎7-us-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/unsupported.yml/badge.svg
|
|
420
|
-
[🚎8-ho-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/hoary.yml
|
|
421
|
-
[🚎8-ho-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/hoary.yml/badge.svg
|
|
422
295
|
[🚎9-t-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffle.yml
|
|
423
296
|
[🚎9-t-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/truffle.yml/badge.svg
|
|
424
297
|
[🚎10-j-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/jruby.yml
|
|
425
298
|
[🚎10-j-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/jruby.yml/badge.svg
|
|
426
299
|
[🚎11-c-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/current.yml
|
|
427
300
|
[🚎11-c-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/current.yml/badge.svg
|
|
428
|
-
[🚎
|
|
429
|
-
[🚎
|
|
430
|
-
[🚎
|
|
431
|
-
[🚎
|
|
432
|
-
[
|
|
301
|
+
[🚎12-crh-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/dep-heads.yml
|
|
302
|
+
[🚎12-crh-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/dep-heads.yml/badge.svg
|
|
303
|
+
[🚎13-🔒️-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/locked_deps.yml
|
|
304
|
+
[🚎13-🔒️-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/locked_deps.yml/badge.svg
|
|
305
|
+
[🚎14-🔓️-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/unlocked_deps.yml
|
|
306
|
+
[🚎14-🔓️-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/unlocked_deps.yml/badge.svg
|
|
307
|
+
[🚎15-🪪-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/license-eye.yml
|
|
308
|
+
[🚎15-🪪-wfi]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/license-eye.yml/badge.svg
|
|
433
309
|
[💎ruby-2.4i]: https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
434
310
|
[💎ruby-2.5i]: https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
435
311
|
[💎ruby-2.6i]: https://img.shields.io/badge/Ruby-2.6-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
@@ -438,15 +314,17 @@ Thanks for RTFM. ☺️
|
|
|
438
314
|
[💎ruby-3.1i]: https://img.shields.io/badge/Ruby-3.1-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
439
315
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
440
316
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
317
|
+
[💎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
|
|
441
319
|
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
442
320
|
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
443
|
-
[💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.
|
|
321
|
+
[💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
444
322
|
[💎truby-23.0i]: https://img.shields.io/badge/Truffle_Ruby-23.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
445
323
|
[💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
324
|
+
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
325
|
+
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
446
326
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
447
|
-
[💎
|
|
448
|
-
[💎jruby-9.1i]: https://img.shields.io/badge/JRuby-9.1_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=red
|
|
449
|
-
[💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=red
|
|
327
|
+
[💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
450
328
|
[💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
451
329
|
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
452
330
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
@@ -458,40 +336,41 @@ Thanks for RTFM. ☺️
|
|
|
458
336
|
[🤝cb-issues]: https://codeberg.org/galtzo-floss/gitmoji-regex/issues
|
|
459
337
|
[🤝cb-pulls]: https://codeberg.org/galtzo-floss/gitmoji-regex/pulls
|
|
460
338
|
[🤝cb-donate]: https://donate.codeberg.org/
|
|
461
|
-
[🤝contributing]: CONTRIBUTING.md
|
|
462
|
-
[
|
|
339
|
+
[🤝contributing]: https://github.com/galtzo-floss/gitmoji-regex/blob/main/CONTRIBUTING.md
|
|
340
|
+
[🏀codecov-g]: https://codecov.io/gh/galtzo-floss/gitmoji-regex/graph/badge.svg
|
|
463
341
|
[🖐contrib-rocks]: https://contrib.rocks
|
|
464
342
|
[🖐contributors]: https://github.com/galtzo-floss/gitmoji-regex/graphs/contributors
|
|
465
343
|
[🖐contributors-img]: https://contrib.rocks/image?repo=galtzo-floss/gitmoji-regex
|
|
466
|
-
[
|
|
467
|
-
[🪇conduct]: CODE_OF_CONDUCT.md
|
|
344
|
+
[🪇conduct]: https://github.com/galtzo-floss/gitmoji-regex/blob/main/CODE_OF_CONDUCT.md
|
|
468
345
|
[🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
|
|
469
346
|
[📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
470
347
|
[📌semver]: https://semver.org/spec/v2.0.0.html
|
|
471
348
|
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
|
|
472
349
|
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
|
473
350
|
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
474
|
-
[📌changelog]: CHANGELOG.md
|
|
351
|
+
[📌changelog]: https://github.com/galtzo-floss/gitmoji-regex/blob/main/CHANGELOG.md
|
|
475
352
|
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
476
353
|
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
|
|
477
|
-
[📌gitmoji]:https://gitmoji.dev
|
|
478
|
-
[📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20
|
|
354
|
+
[📌gitmoji]: https://gitmoji.dev
|
|
355
|
+
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
479
356
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
480
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
481
|
-
[🔐security]: SECURITY.md
|
|
357
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.058-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
358
|
+
[🔐security]: https://github.com/galtzo-floss/gitmoji-regex/blob/main/SECURITY.md
|
|
482
359
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
483
360
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
484
|
-
[📄license]: LICENSE.
|
|
485
|
-
[📄license-ref]:
|
|
361
|
+
[📄license]: LICENSE.md
|
|
362
|
+
[📄license-ref]: MIT.md
|
|
486
363
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
364
|
+
[📄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
|
|
487
366
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
488
367
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
|
489
368
|
[🚎yard-current]: http://rubydoc.info/gems/gitmoji-regex
|
|
490
|
-
[🚎yard-head]: https://
|
|
369
|
+
[🚎yard-head]: https://gitmoji-regex.galtzo.com
|
|
491
370
|
[💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
|
|
492
371
|
[💎SHA_checksums]: https://gitlab.com/galtzo-floss/gitmoji-regex/-/tree/main/checksums
|
|
493
372
|
[💎rlts]: https://github.com/rubocop-lts/rubocop-lts
|
|
494
|
-
[💎rlts-img]: https://img.shields.io/badge/code_style_
|
|
373
|
+
[💎rlts-img]: https://img.shields.io/badge/code_style_&_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
495
374
|
[💎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
496
375
|
[💎appraisal2-img]: https://img.shields.io/badge/appraised_by-appraisal2-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
497
376
|
[💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
|