gitmoji-regex 2.0.9 → 2.0.10
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 +16 -1
- data/lib/gitmoji/regex/version.rb +1 -1
- data.tar.gz.sig +4 -1
- metadata +4 -4
- 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: f89bb1f47f0c1eb68b4f145ea1aa711ed60adb2ee343bcb4be0e898b61f393b1
|
|
4
|
+
data.tar.gz: 50b2e5aed2a8de16680183e931038159945b540bdabc5ff53ab9f3b9cff31dbc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bb8c079f74b083260c6ca150f3571b976d8a7848bcbb5d9edce14f85e30072d0091267cef4cf605d6559bc3ad0b98fb6893366bae0c93096ec107cfe16fc444
|
|
7
|
+
data.tar.gz: 75c9445374bee1e18bb74c1c664da14a16f5ca8cfa8cb91ef6bddcd06a34b566f391eb72ef0853d1b60c7dad4ce196d0677cd1cb11921c6f033d271991aebe23
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,19 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.10] - 2026-07-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.10][2.0.10t]
|
|
36
|
+
- COVERAGE: 100.00% -- 58/58 lines in 3 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 4/4 branches in 3 files
|
|
38
|
+
- 100.00% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
43
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
44
|
+
failures against `gem.coop`.
|
|
45
|
+
|
|
33
46
|
## [2.0.9] - 2026-07-28
|
|
34
47
|
|
|
35
48
|
- TAG: [v2.0.9][2.0.9t]
|
|
@@ -313,7 +326,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
313
326
|
|
|
314
327
|
- Initial release
|
|
315
328
|
|
|
316
|
-
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.
|
|
329
|
+
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.10...HEAD
|
|
330
|
+
[2.0.10]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.9...v2.0.10
|
|
331
|
+
[2.0.10t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.10
|
|
317
332
|
[2.0.9]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.8...v2.0.9
|
|
318
333
|
[2.0.9t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.9
|
|
319
334
|
[2.0.8]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.7...v2.0.8
|
|
@@ -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.10"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
@@ -1 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
�F�$����-���6��5�"����J��&7XO�{��s�
|
|
2
|
+
���vsż�#��ݦ�I��*��cYV����gDݬ�ǂ��CH�Rvwtˣ��|&�Ҹ�y�t����
|
|
3
|
+
`��T��O �w�n&����*�8�5w�����S�����`Q�n�Jd4�x�x����y~9z���% ����i�hWA�}�-Du.4�
|
|
4
|
+
��|��g�;�l!brM� 6�.6�� ���c|7�;�f��LFګT3n\F������l��.��b���R��O�O��k��cc����
|
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.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -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.10
|
|
381
|
+
changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.10/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.10
|
|
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
|