gitmoji-regex 2.0.8 → 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 +31 -1
- data/lib/gitmoji/regex/version.rb +1 -1
- data.tar.gz.sig +0 -0
- 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,32 @@ 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
|
+
|
|
46
|
+
## [2.0.9] - 2026-07-28
|
|
47
|
+
|
|
48
|
+
- TAG: [v2.0.9][2.0.9t]
|
|
49
|
+
- COVERAGE: 100.00% -- 58/58 lines in 3 files
|
|
50
|
+
- BRANCH COVERAGE: 100.00% -- 4/4 branches in 3 files
|
|
51
|
+
- 100.00% documented
|
|
52
|
+
|
|
53
|
+
### Fixed
|
|
54
|
+
|
|
55
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
56
|
+
missing canonical version spec when a project only has shim namespace version
|
|
57
|
+
specs.
|
|
58
|
+
|
|
33
59
|
## [2.0.8] - 2026-07-28
|
|
34
60
|
|
|
35
61
|
- TAG: [v2.0.8][2.0.8t]
|
|
@@ -300,7 +326,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
300
326
|
|
|
301
327
|
- Initial release
|
|
302
328
|
|
|
303
|
-
[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
|
|
332
|
+
[2.0.9]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.8...v2.0.9
|
|
333
|
+
[2.0.9t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.9
|
|
304
334
|
[2.0.8]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.7...v2.0.8
|
|
305
335
|
[2.0.8t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.8
|
|
306
336
|
[2.0.7]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.6...v2.0.7
|
|
@@ -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
|
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.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
|