gitmoji-regex 2.0.8 → 2.0.9
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 +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: 8ce4c5166a6eb2c961afcb29ff24fedc6f8e262f0f0d20c7787a38315ea7ff4d
|
|
4
|
+
data.tar.gz: f14f0035c47e68578e8c85276ae59b8bb0482d247315108b2e37be97865391f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d53ab72df2a86dfb08191b03b0a7b03d857a50a4f6650c90d5abeba82bd82d005f7d87e7c1ace55aff53c26f1c07df9e051a05b073b3ca58147f346a221d5d8
|
|
7
|
+
data.tar.gz: c2962669e5999b088dcf2846690ccd1e21fee77d34423cd7b7829a6559fb6ed17074627d4f46bf78dd84b94f318fe0e427305b622e66b78b87173c8a4af6633f
|
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.9] - 2026-07-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.9][2.0.9t]
|
|
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-20260728-005 - VersionGem bootstrap now creates the
|
|
43
|
+
missing canonical version spec when a project only has shim namespace version
|
|
44
|
+
specs.
|
|
45
|
+
|
|
33
46
|
## [2.0.8] - 2026-07-28
|
|
34
47
|
|
|
35
48
|
- TAG: [v2.0.8][2.0.8t]
|
|
@@ -300,7 +313,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
300
313
|
|
|
301
314
|
- Initial release
|
|
302
315
|
|
|
303
|
-
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.
|
|
316
|
+
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.9...HEAD
|
|
317
|
+
[2.0.9]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.8...v2.0.9
|
|
318
|
+
[2.0.9t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.9
|
|
304
319
|
[2.0.8]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.7...v2.0.8
|
|
305
320
|
[2.0.8t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.8
|
|
306
321
|
[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.9"
|
|
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.9
|
|
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.9
|
|
381
|
+
changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.9/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.9
|
|
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
|