gitmoji-regex 2.0.11 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +34 -19
- data/README.md +26 -31
- data/lib/gitmoji/regex/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +18 -18
- 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: c02225fae2be295cb40f6b82125614c57e32bfe70a49c3f3dc7026b0c0de5e29
|
|
4
|
+
data.tar.gz: 3a927ef133607f633b57292652fd8f28fc4c8e54b8dcec27060204326307a58d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a68de5ebfd9af824e1bf81ff9d13794bc902ad425fb77208063d7fafa7dbf20f11b537b070a0e10bc870e0018b4b1816b44a8ef49e420f2f4e9151e0b8c648c
|
|
7
|
+
data.tar.gz: 43a1656df0df31526a175bf79e2501985f2900c01b1acb5eaa0228e80e9490a1fb5d56d583cf1941f4743832e361d09e2ce29ef15899adac5ace7cd7294520b2
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,37 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.12] - 2026-08-12
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.12][2.0.12t]
|
|
36
|
+
- COVERAGE: 100.00% -- 58/58 lines in 3 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 4/4 branches in 3 files
|
|
38
|
+
- 100.00% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
43
|
+
use ClickGems instead of BestGems.
|
|
44
|
+
|
|
45
|
+
- Prepare project for kettle-jem templates: updated 12 project files across dependencies (12).
|
|
46
|
+
|
|
47
|
+
- Apply kettle-jem templates: updated 8 project files across code and tests (1), configuration (1), dependencies (2), documentation (1), other (3).
|
|
48
|
+
|
|
49
|
+
### Fixed
|
|
50
|
+
|
|
51
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
52
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
53
|
+
parameter names from producing invalid configuration after a merge.
|
|
54
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
55
|
+
documentation now normalize configured underscore hostnames to valid
|
|
56
|
+
hyphenated hostnames.
|
|
57
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
58
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
59
|
+
matching Galtzo-hosted asset exists.
|
|
60
|
+
|
|
61
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
62
|
+
preserving comments and trailing commas during template updates.
|
|
63
|
+
|
|
33
64
|
## [2.0.11] - 2026-07-31
|
|
34
65
|
|
|
35
66
|
- TAG: [v2.0.11][2.0.11t]
|
|
@@ -39,24 +70,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
39
70
|
|
|
40
71
|
### Fixed
|
|
41
72
|
|
|
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
73
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
51
74
|
relative to the gemspec directory, so packaged template assets are included
|
|
52
75
|
even when the gemspec is loaded from another working directory.
|
|
53
76
|
|
|
54
77
|
### Added
|
|
55
78
|
|
|
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
|
-
|
|
60
79
|
## [2.0.10] - 2026-07-28
|
|
61
80
|
|
|
62
81
|
- TAG: [v2.0.10][2.0.10t]
|
|
@@ -159,18 +178,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
159
178
|
|
|
160
179
|
### Changed
|
|
161
180
|
|
|
162
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
163
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
164
181
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
165
182
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
166
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
167
|
-
template-managed corporate sponsor logos from project or family config.
|
|
168
183
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
169
184
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
170
185
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
171
186
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
172
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
173
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
174
187
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
175
188
|
now include a RubyForum help badge.
|
|
176
189
|
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
@@ -353,7 +366,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
353
366
|
|
|
354
367
|
- Initial release
|
|
355
368
|
|
|
356
|
-
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.
|
|
369
|
+
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.12...HEAD
|
|
370
|
+
[2.0.12]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.11...v2.0.12
|
|
371
|
+
[2.0.12t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.12
|
|
357
372
|
[2.0.11]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.10...v2.0.11
|
|
358
373
|
[2.0.11t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.11
|
|
359
374
|
[2.0.10]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.9...v2.0.10
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by
|
|
1
|
+
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by GitHub" src="https://github.com/galtzo-floss.png?size=192" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
3
|
# 🏁 Gitmoji::Regex
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Total downloads][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
|
|
6
6
|
|
|
7
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
|
|
|
@@ -60,7 +60,7 @@ or extract leading gitmoji from strings.
|
|
|
60
60
|
|
|
61
61
|
### Compatibility
|
|
62
62
|
|
|
63
|
-
Compatible with MRI Ruby 2.4+,
|
|
63
|
+
Compatible with MRI Ruby 2.4+, JRuby, and TruffleRuby.
|
|
64
64
|
CI workflows and Appraisals are generated for MRI Ruby 2.4+.
|
|
65
65
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
66
66
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -73,16 +73,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
73
73
|
<details markdown="1">
|
|
74
74
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
75
75
|
|
|
76
|
-
| Gem | Source | Role |
|
|
76
|
+
| Gem | Source | Role | Total downloads |
|
|
77
77
|
|-----|--------|------|---------------------|
|
|
78
|
-
| [appraisal2](https://
|
|
79
|
-
| [appraisal2-rubocop](https://
|
|
80
|
-
| [kettle-dev](https://
|
|
81
|
-
| [kettle-jem](https://
|
|
82
|
-
| [kettle-soup-cover](https://
|
|
83
|
-
| [kettle-test](https://
|
|
84
|
-
| [rubocop-lts](https://
|
|
85
|
-
| [turbo_tests2](https://
|
|
78
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://clickgems.clickhouse.com/dashboard/appraisal2) |
|
|
79
|
+
| [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
|
|
80
|
+
| [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
|
|
81
|
+
| [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
|
|
82
|
+
| [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
|
|
83
|
+
| [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://clickgems.clickhouse.com/dashboard/kettle-test) |
|
|
84
|
+
| [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
|
|
85
|
+
| [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
|
|
86
86
|
|
|
87
87
|
</details>
|
|
88
88
|
|
|
@@ -143,6 +143,15 @@ Not needed.
|
|
|
143
143
|
|
|
144
144
|
## 🔧 Basic Usage
|
|
145
145
|
|
|
146
|
+
Require the generated expression and use it with Ruby's normal regexp APIs:
|
|
147
|
+
|
|
148
|
+
```ruby
|
|
149
|
+
require "gitmoji/regex"
|
|
150
|
+
|
|
151
|
+
"✨ Add a feature".match?(Gitmoji::Regex::REGEX) # => true
|
|
152
|
+
"✨ Fix a bug 🐛".scan(Gitmoji::Regex::REGEX) # => ["✨", "🐛"]
|
|
153
|
+
```
|
|
154
|
+
|
|
146
155
|
## 🦷 FLOSS Funding
|
|
147
156
|
|
|
148
157
|
While galtzo-floss tools are free software and will always be, the project would benefit immensely from some funding.
|
|
@@ -207,8 +216,7 @@ See [SECURITY.md][🔐security].
|
|
|
207
216
|
## 🤝 Contributing
|
|
208
217
|
|
|
209
218
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
210
|
-
|
|
211
|
-
or use the gem and think about how it could be better.
|
|
219
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
212
220
|
|
|
213
221
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
214
222
|
|
|
@@ -244,19 +252,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
244
252
|
|
|
245
253
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/gitmoji-regex/-/graphs/main][🚎contributors-gl]
|
|
246
254
|
|
|
247
|
-
<details markdown="1">
|
|
248
|
-
<summary>⭐️ Star History</summary>
|
|
249
|
-
|
|
250
|
-
<a href="https://star-history.com/galtzo-floss/gitmoji-regex&Date">
|
|
251
|
-
<picture>
|
|
252
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date&theme=dark" />
|
|
253
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date" />
|
|
254
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/gitmoji-regex&type=Date" />
|
|
255
|
-
</picture>
|
|
256
|
-
</a>
|
|
257
|
-
|
|
258
|
-
</details>
|
|
259
|
-
|
|
260
255
|
## 📌 Versioning
|
|
261
256
|
|
|
262
257
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -362,7 +357,7 @@ Thanks for RTFM. ☺️
|
|
|
362
357
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
363
358
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/gitmoji-regex
|
|
364
359
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Gitmoji::Regex-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
365
|
-
[⛳️gem-name]: https://
|
|
360
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/gitmoji-regex
|
|
366
361
|
[⛳️name-img]: https://img.shields.io/badge/name-gitmoji--regex-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
367
362
|
[⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/gitmoji-regex.svg
|
|
368
363
|
[⛳️tag]: https://github.com/galtzo-floss/gitmoji-regex/releases
|
|
@@ -411,9 +406,9 @@ Thanks for RTFM. ☺️
|
|
|
411
406
|
[📜gh-wiki]: https://github.com/galtzo-floss/gitmoji-regex/wiki
|
|
412
407
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
413
408
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
414
|
-
[👽dl-rank]: https://
|
|
415
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
416
|
-
[👽version]: https://
|
|
409
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/gitmoji-regex
|
|
410
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/gitmoji-regex.svg
|
|
411
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/gitmoji-regex
|
|
417
412
|
[👽versioni]: https://img.shields.io/gem/v/gitmoji-regex.svg
|
|
418
413
|
[🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/gitmoji-regex
|
|
419
414
|
[🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/gitmoji-regex/maintainability.svg
|
|
@@ -5,7 +5,7 @@ module Gitmoji
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "2.0.
|
|
8
|
+
VERSION = "2.0.12"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitmoji-regex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -47,7 +47,7 @@ dependencies:
|
|
|
47
47
|
version: '1.1'
|
|
48
48
|
- - ">="
|
|
49
49
|
- !ruby/object:Gem::Version
|
|
50
|
-
version: 1.1.
|
|
50
|
+
version: 1.1.15
|
|
51
51
|
type: :runtime
|
|
52
52
|
prerelease: false
|
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -57,27 +57,27 @@ dependencies:
|
|
|
57
57
|
version: '1.1'
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 1.1.
|
|
60
|
+
version: 1.1.15
|
|
61
61
|
- !ruby/object:Gem::Dependency
|
|
62
62
|
name: kettle-dev
|
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
|
64
64
|
requirements:
|
|
65
65
|
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: '
|
|
67
|
+
version: '3.0'
|
|
68
68
|
- - ">="
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version:
|
|
70
|
+
version: 3.0.6
|
|
71
71
|
type: :development
|
|
72
72
|
prerelease: false
|
|
73
73
|
version_requirements: !ruby/object:Gem::Requirement
|
|
74
74
|
requirements:
|
|
75
75
|
- - "~>"
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
|
-
version: '
|
|
77
|
+
version: '3.0'
|
|
78
78
|
- - ">="
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
|
-
version:
|
|
80
|
+
version: 3.0.6
|
|
81
81
|
- !ruby/object:Gem::Dependency
|
|
82
82
|
name: bundler-audit
|
|
83
83
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -155,7 +155,7 @@ dependencies:
|
|
|
155
155
|
version: '3.2'
|
|
156
156
|
- - ">="
|
|
157
157
|
- !ruby/object:Gem::Version
|
|
158
|
-
version: 3.2.
|
|
158
|
+
version: 3.2.2
|
|
159
159
|
type: :development
|
|
160
160
|
prerelease: false
|
|
161
161
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -165,7 +165,7 @@ dependencies:
|
|
|
165
165
|
version: '3.2'
|
|
166
166
|
- - ">="
|
|
167
167
|
- !ruby/object:Gem::Version
|
|
168
|
-
version: 3.2.
|
|
168
|
+
version: 3.2.2
|
|
169
169
|
- !ruby/object:Gem::Dependency
|
|
170
170
|
name: kettle-test
|
|
171
171
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -175,7 +175,7 @@ dependencies:
|
|
|
175
175
|
version: '2.0'
|
|
176
176
|
- - ">="
|
|
177
177
|
- !ruby/object:Gem::Version
|
|
178
|
-
version: 2.0.
|
|
178
|
+
version: 2.0.19
|
|
179
179
|
type: :development
|
|
180
180
|
prerelease: false
|
|
181
181
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -185,7 +185,7 @@ dependencies:
|
|
|
185
185
|
version: '2.0'
|
|
186
186
|
- - ">="
|
|
187
187
|
- !ruby/object:Gem::Version
|
|
188
|
-
version: 2.0.
|
|
188
|
+
version: 2.0.19
|
|
189
189
|
- !ruby/object:Gem::Dependency
|
|
190
190
|
name: turbo_tests2
|
|
191
191
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -195,7 +195,7 @@ dependencies:
|
|
|
195
195
|
version: '3.2'
|
|
196
196
|
- - ">="
|
|
197
197
|
- !ruby/object:Gem::Version
|
|
198
|
-
version: 3.2.
|
|
198
|
+
version: 3.2.5
|
|
199
199
|
type: :development
|
|
200
200
|
prerelease: false
|
|
201
201
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -205,7 +205,7 @@ dependencies:
|
|
|
205
205
|
version: '3.2'
|
|
206
206
|
- - ">="
|
|
207
207
|
- !ruby/object:Gem::Version
|
|
208
|
-
version: 3.2.
|
|
208
|
+
version: 3.2.5
|
|
209
209
|
- !ruby/object:Gem::Dependency
|
|
210
210
|
name: ruby-progressbar
|
|
211
211
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -229,7 +229,7 @@ dependencies:
|
|
|
229
229
|
version: '1.0'
|
|
230
230
|
- - ">="
|
|
231
231
|
- !ruby/object:Gem::Version
|
|
232
|
-
version: 1.0.
|
|
232
|
+
version: 1.0.8
|
|
233
233
|
type: :development
|
|
234
234
|
prerelease: false
|
|
235
235
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -239,7 +239,7 @@ dependencies:
|
|
|
239
239
|
version: '1.0'
|
|
240
240
|
- - ">="
|
|
241
241
|
- !ruby/object:Gem::Version
|
|
242
|
-
version: 1.0.
|
|
242
|
+
version: 1.0.8
|
|
243
243
|
- !ruby/object:Gem::Dependency
|
|
244
244
|
name: http
|
|
245
245
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -377,10 +377,10 @@ 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.12
|
|
381
|
+
changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.12/CHANGELOG.md
|
|
382
382
|
bug_tracker_uri: https://github.com/galtzo-floss/gitmoji-regex/issues
|
|
383
|
-
documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.
|
|
383
|
+
documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.12
|
|
384
384
|
funding_uri: https://github.com/sponsors/pboling
|
|
385
385
|
wiki_uri: https://github.com/galtzo-floss/gitmoji-regex/wiki
|
|
386
386
|
news_uri: https://www.railsbling.com/tags/gitmoji-regex
|
metadata.gz.sig
CHANGED
|
Binary file
|