gitmoji-regex 2.0.0 → 2.0.2
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 +42 -1
- data/CONTRIBUTING.md +20 -4
- data/FUNDING.md +13 -2
- data/LICENSE.md +2 -2
- data/README.md +172 -30
- data/SECURITY.md +1 -1
- data/lib/gitmoji/regex/version.rb +1 -1
- data/sig/gitmoji/regex.rbs +0 -1
- data.tar.gz.sig +0 -0
- metadata +43 -17
- 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: 45359e10ae9b7e818eb627be379e1687de36304368276e871f79f468c6db6e1c
|
|
4
|
+
data.tar.gz: 49420da1c4eafabd7a33e78441f66fd52fc670a30f8bb29efbce2be7f28f2912
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad1fee0fa3488e07ef7f37d3fe7b03a1d9936c49f42f53c01dce541583b8a26ed0c9d865b32ec36f0ef0e6b9c87f8b34942581835a0e85d32305db9f4f36f78e
|
|
7
|
+
data.tar.gz: fd366c8001d2727740bd2ebe42f5ee2cab80c60ff0cc8edd049a38f0337b0ee7fd9976033ba57198a65d5300695ded9a449aaa49447dcf8bbafe158e40e66808
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
22
22
|
|
|
23
23
|
### Changed
|
|
24
24
|
|
|
25
|
+
- Corrected the kettle-jem template profile from package-only to full
|
|
26
|
+
standalone templating so generated workflows are refreshed by retemplating.
|
|
27
|
+
|
|
25
28
|
### Deprecated
|
|
26
29
|
|
|
27
30
|
### Removed
|
|
@@ -30,6 +33,40 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
33
|
|
|
31
34
|
### Security
|
|
32
35
|
|
|
36
|
+
## [2.0.2] - 2026-06-14
|
|
37
|
+
|
|
38
|
+
- TAG: [v2.0.2][2.0.2t]
|
|
39
|
+
- COVERAGE: 100.00% -- 58/58 lines in 3 files
|
|
40
|
+
- BRANCH COVERAGE: 100.00% -- 4/4 branches in 3 files
|
|
41
|
+
- 90.00% documented
|
|
42
|
+
|
|
43
|
+
### Fixed
|
|
44
|
+
|
|
45
|
+
- Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
|
|
46
|
+
|
|
47
|
+
### Changed
|
|
48
|
+
|
|
49
|
+
- Refreshed kettle-jem-managed project files, raising the `kettle-dev`
|
|
50
|
+
development dependency floor to 2.2.9.
|
|
51
|
+
|
|
52
|
+
## [2.0.1] - 2026-05-31
|
|
53
|
+
|
|
54
|
+
- TAG: [v2.0.1][2.0.1t]
|
|
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
|
+
### Changed
|
|
60
|
+
|
|
61
|
+
- Refreshed kettle-jem-managed project files, including StructuredMerge git
|
|
62
|
+
driver configuration, local development dependency wiring, and README/Rakefile
|
|
63
|
+
template updates.
|
|
64
|
+
|
|
65
|
+
### Fixed
|
|
66
|
+
|
|
67
|
+
- Fixed generated documentation URLs that incorrectly pointed at a monorepo
|
|
68
|
+
`gems/gitmoji-regex` path.
|
|
69
|
+
|
|
33
70
|
## [2.0.0] - 2026-05-26
|
|
34
71
|
|
|
35
72
|
- TAG: [v2.0.0][2.0.0t]
|
|
@@ -139,7 +176,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
139
176
|
|
|
140
177
|
- Initial release
|
|
141
178
|
|
|
142
|
-
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.
|
|
179
|
+
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.2...HEAD
|
|
180
|
+
[2.0.2]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.1...v2.0.2
|
|
181
|
+
[2.0.2t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.2
|
|
182
|
+
[2.0.1]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.0...v2.0.1
|
|
183
|
+
[2.0.1t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.1
|
|
143
184
|
[2.0.0]: https://github.com/galtzo-floss/gitmoji-regex/compare/v1.0.3...v2.0.0
|
|
144
185
|
[2.0.0t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.0
|
|
145
186
|
[1.0.4]: https://github.com/galtzo-floss/gitmoji-regex/compare/v1.0.3...v1.0.4
|
data/CONTRIBUTING.md
CHANGED
|
@@ -102,13 +102,29 @@ Git hooks and commit message helpers (exe/kettle-commit-msg)
|
|
|
102
102
|
- GIT_HOOK_FOOTER_SENTINEL: Required when footer append is enabled — a unique first-line sentinel to prevent duplicates
|
|
103
103
|
- GIT_HOOK_FOOTER_APPEND_DEBUG: Extra debug output in the footer template (true/false)
|
|
104
104
|
|
|
105
|
+
Git diff driver setup
|
|
106
|
+
- Local setup writes repository `.gitattributes` entries and local Git `diff.smorg-*` command config so this checkout uses StructuredMerge semantic diffs.
|
|
107
|
+
- Global setup registers `diff.smorg-*` commands once in the user Git config; use it when you work across several StructuredMerge-enabled repositories.
|
|
108
|
+
- Include-file setup writes `.git/smorg/config` and includes it from local Git config, keeping command registrations out of the repository files.
|
|
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
|
+
|
|
111
|
+
```console
|
|
112
|
+
K_JEM_TEMPLATING=true bundle exec kettle-jem install
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
Troubleshooting Git diffs
|
|
116
|
+
- Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
|
|
117
|
+
- Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
|
|
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`.
|
|
120
|
+
|
|
105
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 -- ...`.
|
|
106
122
|
|
|
107
123
|
## Appraisals
|
|
108
124
|
|
|
109
125
|
From time to time the [appraisal2][🚎appraisal2] gemfiles in `gemfiles/` will need to be updated.
|
|
110
126
|
Generated appraisal and CI workflow floors are controlled by `ruby.test_minimum`
|
|
111
|
-
in `.kettle-jem.yml`; this project was templated with `ruby.test_minimum: 2.4`.
|
|
127
|
+
in `.structuredmerge/kettle-jem.yml`; this project was templated with `ruby.test_minimum: 2.4`.
|
|
112
128
|
That value describes the lowest Ruby version expected to run the test/development
|
|
113
129
|
toolchain, and it may be higher than the gemspec runtime floor.
|
|
114
130
|
|
|
@@ -233,9 +249,9 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
|
|
|
233
249
|
14. Run `bundle exec rake release` which will create a git tag for the version,
|
|
234
250
|
push git commits and tags, and push the `.gem` file to the gem host configured in the gemspec.
|
|
235
251
|
|
|
236
|
-
[📜src-gl]: https://gitlab.com/galtzo-floss/gitmoji-regex
|
|
237
|
-
[📜src-cb]: https://codeberg.org/galtzo-floss/gitmoji-regex
|
|
238
|
-
[📜src-gh]: https://github.com/galtzo-floss/gitmoji-regex
|
|
252
|
+
[📜src-gl]: https://gitlab.com/galtzo-floss/gitmoji-regex
|
|
253
|
+
[📜src-cb]: https://codeberg.org/galtzo-floss/gitmoji-regex
|
|
254
|
+
[📜src-gh]: https://github.com/galtzo-floss/gitmoji-regex
|
|
239
255
|
[🧪build]: https://github.com/galtzo-floss/gitmoji-regex/actions
|
|
240
256
|
[🤝conduct]: https://github.com/galtzo-floss/gitmoji-regex/blob/main/CODE_OF_CONDUCT.md
|
|
241
257
|
[🖐contrib-rocks]: https://contrib.rocks
|
data/FUNDING.md
CHANGED
|
@@ -4,12 +4,16 @@ Official Discord 👉️ [![Live Chat on Discord][✉️discord-invite-img]][✉
|
|
|
4
4
|
|
|
5
5
|
Many paths lead to being a sponsor or a backer of this project. Are you on such a path?
|
|
6
6
|
|
|
7
|
-
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
|
|
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
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]
|
|
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
|
|
13
|
+
[🖇osc-backers]: https://opencollective.com/galtzo-floss#backer
|
|
14
|
+
[🖇osc-backers-i]: https://opencollective.com/galtzo-floss/backers/badge.svg?style=flat
|
|
15
|
+
[🖇osc-sponsors]: https://opencollective.com/galtzo-floss#sponsor
|
|
16
|
+
[🖇osc-sponsors-i]: https://opencollective.com/galtzo-floss/sponsors/badge.svg?style=flat
|
|
13
17
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
14
18
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
15
19
|
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
@@ -42,7 +46,7 @@ To join the community or get help 👇️ Join the Discord.
|
|
|
42
46
|
|
|
43
47
|
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
44
48
|
|
|
45
|
-
[![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
|
|
49
|
+
[![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]
|
|
46
50
|
|
|
47
51
|
# Another Way to Support Open Source Software
|
|
48
52
|
|
|
@@ -55,6 +59,13 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
|
|
|
55
59
|
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
56
60
|
|
|
57
61
|
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
62
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/galtzo-floss
|
|
63
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss
|
|
64
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/galtzo-floss
|
|
65
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/galtzo-floss?style=for-the-badge
|
|
66
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss?style=for-the-badge
|
|
67
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/galtzo-floss?style=for-the-badge
|
|
68
|
+
[🖇osc]: https://opencollective.com/galtzo-floss
|
|
58
69
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
59
70
|
[🖇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
|
|
60
71
|
[🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
|
@@ -1,21 +1,16 @@
|
|
|
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
|
-
[🖼️galtzo-floss]: https://discord.gg/3qme4XHNKN
|
|
5
|
-
[🖼️ruby-lang-i]: https://logos.galtzo.com/assets/images/ruby-lang/avatar-192px.svg
|
|
6
|
-
[🖼️ruby-lang]: https://www.ruby-lang.org/
|
|
3
|
+
# 🏁 Gitmoji::Regex
|
|
7
4
|
|
|
8
|
-
|
|
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]
|
|
9
6
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][🖼️galtzo-floss], as I may have missed the [discord notification][🖼️galtzo-floss].
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the [discord notification][✉️discord-invite].
|
|
13
8
|
|
|
14
9
|
---
|
|
15
10
|
|
|
16
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.
|
|
17
12
|
|
|
18
|
-
[![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 on Polar][🖇polar-img]][🖇polar] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
19
14
|
|
|
20
15
|
<details>
|
|
21
16
|
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
@@ -24,7 +19,7 @@ I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-ta
|
|
|
24
19
|
|
|
25
20
|
</details>
|
|
26
21
|
|
|
27
|
-
## 🌻 Synopsis
|
|
22
|
+
## 🌻 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>
|
|
28
23
|
|
|
29
24
|
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.
|
|
30
25
|
|
|
@@ -75,9 +70,44 @@ not practical for the current toolchain.
|
|
|
75
70
|
|------------------------------------------------|--------------------------------------------------------|
|
|
76
71
|
| 👟 Check it out! | ✨ [github.com/appraisal-rb/appraisal2][💎appraisal2] ✨ |
|
|
77
72
|
|
|
73
|
+
### Federated DVCS
|
|
74
|
+
|
|
75
|
+
<details markdown="1">
|
|
76
|
+
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
77
|
+
|
|
78
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
|
|
79
|
+
|-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
|
|
80
|
+
| 🧪 [galtzo-floss/gitmoji-regex on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
|
|
81
|
+
| 🧊 [galtzo-floss/gitmoji-regex on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
|
|
82
|
+
| 🐙 [galtzo-floss/gitmoji-regex on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
|
|
83
|
+
| 🎮️ [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] |
|
|
84
|
+
|
|
85
|
+
</details>
|
|
86
|
+
|
|
87
|
+
[gh-discussions]: https://github.com/galtzo-floss/gitmoji-regex/discussions
|
|
88
|
+
|
|
89
|
+
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-gitmoji-regex?utm_source=rubygems-gitmoji-regex&utm_medium=referral&utm_campaign=readme)
|
|
90
|
+
|
|
91
|
+
Available as part of the Tidelift Subscription.
|
|
92
|
+
|
|
93
|
+
<details markdown="1">
|
|
94
|
+
<summary>Need enterprise-level guarantees?</summary>
|
|
95
|
+
|
|
96
|
+
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.
|
|
97
|
+
|
|
98
|
+
[![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]
|
|
78
99
|
|
|
100
|
+
- 💡Subscribe for support guarantees covering _all_ your FLOSS dependencies
|
|
101
|
+
- 💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]
|
|
102
|
+
- 💡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
|
|
79
103
|
|
|
104
|
+
Alternatively:
|
|
80
105
|
|
|
106
|
+
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
107
|
+
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
108
|
+
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
109
|
+
|
|
110
|
+
</details>
|
|
81
111
|
|
|
82
112
|
## ✨ Installation
|
|
83
113
|
|
|
@@ -99,24 +129,62 @@ Not needed.
|
|
|
99
129
|
|
|
100
130
|
## 🔧 Basic Usage
|
|
101
131
|
|
|
132
|
+
## 🦷 FLOSS Funding
|
|
133
|
+
|
|
134
|
+
While galtzo-floss tools are free software and will always be, the project would benefit immensely from some funding.
|
|
135
|
+
Raising a monthly budget of... "dollars" would make the project more sustainable.
|
|
136
|
+
|
|
137
|
+
We welcome both individual and corporate sponsors! We also offer a
|
|
138
|
+
wide array of funding channels to account for your preferences.
|
|
139
|
+
Currently, [Open Collective][🖇osc] is our preferred funding platform.
|
|
102
140
|
|
|
141
|
+
**If you're working in a company that's making significant use of galtzo-floss tools we'd
|
|
142
|
+
appreciate it if you suggest to your company to become a galtzo-floss sponsor.**
|
|
103
143
|
|
|
144
|
+
You can support the development of galtzo-floss tools via
|
|
145
|
+
[GitHub Sponsors][🖇sponsor],
|
|
146
|
+
[Liberapay][⛳liberapay],
|
|
147
|
+
[PayPal][🖇paypal],
|
|
148
|
+
[Open Collective][🖇osc]
|
|
149
|
+
and [Tidelift][🏙️entsup-tidelift].
|
|
104
150
|
|
|
151
|
+
| 📍 NOTE |
|
|
152
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
153
|
+
| 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. |
|
|
105
154
|
|
|
155
|
+
### Open Collective for Individuals
|
|
106
156
|
|
|
157
|
+
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/galtzo-floss#backer)]
|
|
107
158
|
|
|
159
|
+
NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
|
|
108
160
|
|
|
161
|
+
<!-- OPENCOLLECTIVE-INDIVIDUALS:START -->
|
|
162
|
+
No backers yet. Be the first!
|
|
163
|
+
<!-- OPENCOLLECTIVE-INDIVIDUALS:END -->
|
|
109
164
|
|
|
165
|
+
### Open Collective for Organizations
|
|
110
166
|
|
|
167
|
+
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)]
|
|
111
168
|
|
|
169
|
+
NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
|
|
112
170
|
|
|
171
|
+
<!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
|
|
172
|
+
No sponsors yet. Be the first!
|
|
173
|
+
<!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
|
|
113
174
|
|
|
175
|
+
[kettle-readme-backers]: https://github.com/galtzo-floss/gitmoji-regex/blob/main/exe/kettle-readme-backers
|
|
114
176
|
|
|
177
|
+
### Another way to support open-source
|
|
115
178
|
|
|
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. 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).
|
|
116
180
|
|
|
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`.
|
|
117
182
|
|
|
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.
|
|
118
184
|
|
|
185
|
+
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
119
186
|
|
|
187
|
+
[![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 to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
|
|
120
188
|
|
|
121
189
|
## 🔐 Security
|
|
122
190
|
|
|
@@ -132,9 +200,48 @@ We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you m
|
|
|
132
200
|
|
|
133
201
|
See [CONTRIBUTING.md][🤝contributing] for more detailed instructions.
|
|
134
202
|
|
|
203
|
+
### 🚀 Release Instructions
|
|
204
|
+
|
|
205
|
+
See [CONTRIBUTING.md][🤝contributing].
|
|
206
|
+
|
|
207
|
+
### Code Coverage
|
|
208
|
+
|
|
209
|
+
<details markdown="1">
|
|
210
|
+
<summary>Coverage service badges</summary>
|
|
211
|
+
|
|
212
|
+
[![Coverage Graph][🏀codecov-g]][🏀codecov]
|
|
213
|
+
|
|
214
|
+
[![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls]
|
|
215
|
+
|
|
216
|
+
[![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov]
|
|
217
|
+
|
|
218
|
+
</details>
|
|
219
|
+
|
|
220
|
+
### 🪇 Code of Conduct
|
|
135
221
|
|
|
222
|
+
Everyone interacting with this project's codebases, issue trackers,
|
|
223
|
+
chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct].
|
|
136
224
|
|
|
225
|
+
## 🌈 Contributors
|
|
137
226
|
|
|
227
|
+
[![Contributors][🖐contributors-img]][🖐contributors]
|
|
228
|
+
|
|
229
|
+
Made with [contributors-img][🖐contrib-rocks].
|
|
230
|
+
|
|
231
|
+
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/gitmoji-regex/-/graphs/main][🚎contributors-gl]
|
|
232
|
+
|
|
233
|
+
<details>
|
|
234
|
+
<summary>⭐️ Star History</summary>
|
|
235
|
+
|
|
236
|
+
<a href="https://star-history.com/galtzo-floss/gitmoji-regex&Date">
|
|
237
|
+
<picture>
|
|
238
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date&theme=dark" />
|
|
239
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date" />
|
|
240
|
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date" />
|
|
241
|
+
</picture>
|
|
242
|
+
</a>
|
|
243
|
+
|
|
244
|
+
</details>
|
|
138
245
|
|
|
139
246
|
## 📌 Versioning
|
|
140
247
|
|
|
@@ -144,7 +251,7 @@ For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with
|
|
|
144
251
|
For example:
|
|
145
252
|
|
|
146
253
|
```ruby
|
|
147
|
-
spec.add_dependency("gitmoji-regex", "~>
|
|
254
|
+
spec.add_dependency("gitmoji-regex", "~> 2.0")
|
|
148
255
|
```
|
|
149
256
|
|
|
150
257
|
<details markdown="1">
|
|
@@ -167,10 +274,55 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
167
274
|
The gem is available as open source under the terms of
|
|
168
275
|
the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
169
276
|
|
|
170
|
-
|
|
277
|
+
### © Copyright
|
|
278
|
+
|
|
279
|
+
See [LICENSE.md][📄license] for the official copyright notice.
|
|
280
|
+
|
|
281
|
+
<details markdown="1">
|
|
282
|
+
<summary>Copyright holders</summary>
|
|
283
|
+
|
|
284
|
+
- Copyright (c) 2022-2023, 2025-2026 Peter H. Boling
|
|
285
|
+
- Copyright (c) 2025 Aboling0
|
|
286
|
+
|
|
287
|
+
</details>
|
|
288
|
+
|
|
289
|
+
## 🤑 A request for help
|
|
290
|
+
|
|
291
|
+
Maintainers have teeth and need to pay their dentists.
|
|
292
|
+
After getting laid off in an RIF in March, and encountering difficulty finding a new one,
|
|
293
|
+
I began spending most of my time building open source tools.
|
|
294
|
+
I'm hoping to be able to pay for my kids' health insurance this month,
|
|
295
|
+
so if you value the work I am doing, I need your support.
|
|
296
|
+
Please consider sponsoring me or the project.
|
|
297
|
+
|
|
298
|
+
To join the community or get help 👇️ Join the Discord.
|
|
299
|
+
|
|
300
|
+
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
301
|
+
|
|
302
|
+
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
303
|
+
|
|
304
|
+
[![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]
|
|
305
|
+
|
|
306
|
+
### Please give the project a star ⭐ ♥.
|
|
307
|
+
|
|
308
|
+
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.
|
|
309
|
+
|
|
310
|
+
Thanks for RTFM. ☺️
|
|
311
|
+
|
|
171
312
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
172
313
|
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
173
314
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
315
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/galtzo-floss
|
|
316
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss
|
|
317
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/galtzo-floss
|
|
318
|
+
[🖇osc-backers]: https://opencollective.com/galtzo-floss#backer
|
|
319
|
+
[🖇osc-backers-i]: https://opencollective.com/galtzo-floss/backers/badge.svg?style=flat
|
|
320
|
+
[🖇osc-sponsors]: https://opencollective.com/galtzo-floss#sponsor
|
|
321
|
+
[🖇osc-sponsors-i]: https://opencollective.com/galtzo-floss/sponsors/badge.svg?style=flat
|
|
322
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/galtzo-floss?style=for-the-badge
|
|
323
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss?style=for-the-badge
|
|
324
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/galtzo-floss?style=for-the-badge
|
|
325
|
+
[🖇osc]: https://opencollective.com/galtzo-floss
|
|
174
326
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
175
327
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
176
328
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
@@ -192,8 +344,9 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
|
192
344
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
193
345
|
[✉️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
|
|
194
346
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
347
|
+
|
|
195
348
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
196
|
-
[⛳️gem-namespace]: https://github.com/galtzo-floss/gitmoji-regex
|
|
349
|
+
[⛳️gem-namespace]: https://github.com/galtzo-floss/gitmoji-regex
|
|
197
350
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Gitmoji::Regex-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
198
351
|
[⛳️gem-name]: https://bestgems.org/gems/gitmoji-regex
|
|
199
352
|
[⛳️name-img]: https://img.shields.io/badge/name-gitmoji--regex-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
@@ -233,11 +386,11 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
|
233
386
|
[💁🏼♂️peterboling]: http://www.peterboling.com
|
|
234
387
|
[🚂railsbling]: http://www.railsbling.com
|
|
235
388
|
[📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
|
|
236
|
-
[📜src-gl]: https://gitlab.com/galtzo-floss/gitmoji-regex
|
|
389
|
+
[📜src-gl]: https://gitlab.com/galtzo-floss/gitmoji-regex
|
|
237
390
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
238
|
-
[📜src-cb]: https://codeberg.org/galtzo-floss/gitmoji-regex
|
|
391
|
+
[📜src-cb]: https://codeberg.org/galtzo-floss/gitmoji-regex
|
|
239
392
|
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
|
|
240
|
-
[📜src-gh]: https://github.com/galtzo-floss/gitmoji-regex
|
|
393
|
+
[📜src-gh]: https://github.com/galtzo-floss/gitmoji-regex
|
|
241
394
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
242
395
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
243
396
|
[📜gl-wiki]: https://gitlab.com/galtzo-floss/gitmoji-regex/-/wikis/home
|
|
@@ -256,8 +409,6 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
|
256
409
|
[🏀codecovi]: https://codecov.io/gh/galtzo-floss/gitmoji-regex/graph/badge.svg
|
|
257
410
|
[🏀coveralls]: https://coveralls.io/github/galtzo-floss/gitmoji-regex?branch=main
|
|
258
411
|
[🏀coveralls-img]: https://coveralls.io/repos/github/galtzo-floss/gitmoji-regex/badge.svg?branch=main
|
|
259
|
-
[🖐codeQL]: https://github.com/galtzo-floss/gitmoji-regex/security/code-scanning
|
|
260
|
-
[🖐codeQL-img]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/codeql-analysis.yml/badge.svg
|
|
261
412
|
[🚎ruby-2.4-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-2.4.yml
|
|
262
413
|
[🚎ruby-2.5-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-2.5.yml
|
|
263
414
|
[🚎ruby-2.6-wf]: https://github.com/galtzo-floss/gitmoji-regex/actions/workflows/ruby-2.6.yml
|
|
@@ -330,6 +481,7 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
|
330
481
|
[🖐contrib-rocks]: https://contrib.rocks
|
|
331
482
|
[🖐contributors]: https://github.com/galtzo-floss/gitmoji-regex/graphs/contributors
|
|
332
483
|
[🖐contributors-img]: https://contrib.rocks/image?repo=galtzo-floss/gitmoji-regex
|
|
484
|
+
[🚎contributors-gl]: https://gitlab.com/galtzo-floss/gitmoji-regex/-/graphs/main
|
|
333
485
|
[🪇conduct]: https://github.com/galtzo-floss/gitmoji-regex/blob/main/CODE_OF_CONDUCT.md
|
|
334
486
|
[🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
|
|
335
487
|
[📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
@@ -352,6 +504,7 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
|
352
504
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
353
505
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
354
506
|
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-✓-259D6C.svg?style=flat&logo=Apache
|
|
507
|
+
|
|
355
508
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
356
509
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
|
357
510
|
[🚎yard-current]: http://rubydoc.info/gems/gitmoji-regex
|
|
@@ -363,14 +516,3 @@ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
|
363
516
|
[💎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
364
517
|
[💎appraisal2-img]: https://img.shields.io/badge/appraised_by-appraisal2-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
365
518
|
[💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
|
|
366
|
-
|
|
367
|
-
<!-- kettle-jem:metadata:start -->
|
|
368
|
-
| Field | Value |
|
|
369
|
-
|---|---|
|
|
370
|
-
| Package | gitmoji-regex |
|
|
371
|
-
| 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 |
|
|
372
|
-
| Homepage | https://github.com/galtzo-floss/gitmoji-regex |
|
|
373
|
-
| Source | https://github.com/galtzo-floss/gitmoji-regex/tree/v1.0.3 |
|
|
374
|
-
| License | `MIT` |
|
|
375
|
-
| Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/gitmoji-regex, https://www.buymeacoffee.com/pboling |
|
|
376
|
-
<!-- kettle-jem:metadata:end -->
|
data/SECURITY.md
CHANGED
data/sig/gitmoji/regex.rbs
CHANGED
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.
|
|
4
|
+
version: 2.0.2
|
|
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.
|
|
50
|
+
version: 1.1.11
|
|
51
51
|
type: :runtime
|
|
52
52
|
prerelease: false
|
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -57,21 +57,27 @@ dependencies:
|
|
|
57
57
|
version: '1.1'
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 1.1.
|
|
60
|
+
version: 1.1.11
|
|
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.
|
|
67
|
+
version: '2.2'
|
|
68
|
+
- - ">="
|
|
69
|
+
- !ruby/object:Gem::Version
|
|
70
|
+
version: 2.2.9
|
|
68
71
|
type: :development
|
|
69
72
|
prerelease: false
|
|
70
73
|
version_requirements: !ruby/object:Gem::Requirement
|
|
71
74
|
requirements:
|
|
72
75
|
- - "~>"
|
|
73
76
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: '2.
|
|
77
|
+
version: '2.2'
|
|
78
|
+
- - ">="
|
|
79
|
+
- !ruby/object:Gem::Version
|
|
80
|
+
version: 2.2.9
|
|
75
81
|
- !ruby/object:Gem::Dependency
|
|
76
82
|
name: bundler-audit
|
|
77
83
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -126,20 +132,20 @@ dependencies:
|
|
|
126
132
|
requirements:
|
|
127
133
|
- - "~>"
|
|
128
134
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: '3.
|
|
135
|
+
version: '3.1'
|
|
130
136
|
- - ">="
|
|
131
137
|
- !ruby/object:Gem::Version
|
|
132
|
-
version: 3.
|
|
138
|
+
version: 3.1.2
|
|
133
139
|
type: :development
|
|
134
140
|
prerelease: false
|
|
135
141
|
version_requirements: !ruby/object:Gem::Requirement
|
|
136
142
|
requirements:
|
|
137
143
|
- - "~>"
|
|
138
144
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: '3.
|
|
145
|
+
version: '3.1'
|
|
140
146
|
- - ">="
|
|
141
147
|
- !ruby/object:Gem::Version
|
|
142
|
-
version: 3.
|
|
148
|
+
version: 3.1.2
|
|
143
149
|
- !ruby/object:Gem::Dependency
|
|
144
150
|
name: kettle-test
|
|
145
151
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -149,7 +155,7 @@ dependencies:
|
|
|
149
155
|
version: '2.0'
|
|
150
156
|
- - ">="
|
|
151
157
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: 2.0.
|
|
158
|
+
version: 2.0.5
|
|
153
159
|
type: :development
|
|
154
160
|
prerelease: false
|
|
155
161
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -159,7 +165,27 @@ dependencies:
|
|
|
159
165
|
version: '2.0'
|
|
160
166
|
- - ">="
|
|
161
167
|
- !ruby/object:Gem::Version
|
|
162
|
-
version: 2.0.
|
|
168
|
+
version: 2.0.5
|
|
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.3
|
|
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.3
|
|
163
189
|
- !ruby/object:Gem::Dependency
|
|
164
190
|
name: ruby-progressbar
|
|
165
191
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -304,7 +330,7 @@ dependencies:
|
|
|
304
330
|
- - ">="
|
|
305
331
|
- !ruby/object:Gem::Version
|
|
306
332
|
version: 1.0.11
|
|
307
|
-
description: "\
|
|
333
|
+
description: "\U0001F3C1 A regular expression matching Gitmoji (a subset of Unicode
|
|
308
334
|
Emoji) symbolsFund overlooked open source projects - bottom of stack, dev/test dependencies:
|
|
309
335
|
floss-funding.dev"
|
|
310
336
|
email:
|
|
@@ -342,10 +368,10 @@ licenses:
|
|
|
342
368
|
- MIT
|
|
343
369
|
metadata:
|
|
344
370
|
homepage_uri: https://structuredmerge.org
|
|
345
|
-
source_code_uri: https://github.com/galtzo-floss/gitmoji-regex/tree/v2.0.
|
|
346
|
-
changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.
|
|
371
|
+
source_code_uri: https://github.com/galtzo-floss/gitmoji-regex/tree/v2.0.2
|
|
372
|
+
changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.2/CHANGELOG.md
|
|
347
373
|
bug_tracker_uri: https://github.com/galtzo-floss/gitmoji-regex/issues
|
|
348
|
-
documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.
|
|
374
|
+
documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.2
|
|
349
375
|
funding_uri: https://github.com/sponsors/pboling
|
|
350
376
|
wiki_uri: https://github.com/galtzo-floss/gitmoji-regex/wiki
|
|
351
377
|
news_uri: https://www.railsbling.com/tags/gitmoji-regex
|
|
@@ -353,7 +379,7 @@ metadata:
|
|
|
353
379
|
rubygems_mfa_required: 'true'
|
|
354
380
|
rdoc_options:
|
|
355
381
|
- "--title"
|
|
356
|
-
- "gitmoji-regex - \
|
|
382
|
+
- "gitmoji-regex - \U0001F3C1 A regular expression for Gitmoji symbols"
|
|
357
383
|
- "--main"
|
|
358
384
|
- README.md
|
|
359
385
|
- "--exclude"
|
|
@@ -376,5 +402,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
376
402
|
requirements: []
|
|
377
403
|
rubygems_version: 4.0.10
|
|
378
404
|
specification_version: 4
|
|
379
|
-
summary: "\
|
|
405
|
+
summary: "\U0001F3C1 A regular expression for Gitmoji symbols"
|
|
380
406
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|