gitmoji-regex 2.0.7 → 2.0.8
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: 8d6f40ec9828540df986ac1c7e042bbeb09e0b4264e54d9798b1ed3827783e57
|
|
4
|
+
data.tar.gz: 4d88dc0fad1ebb664e1c7b4615cb8602771e9d561017d30ca6d11f1ec979a587
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e984b1bf5324c3b99216791f5dc90be77b3a61a9d6cf00c6f36bd4d82982f19cd23f59ef1687abb7185f3cb6ad1f040934e7b6d8f17a823de967daa45663dcf9
|
|
7
|
+
data.tar.gz: 031e2ea99f86c932534f339ff12832946c6f87828924fcd853db041acbf82d70d0cc3ab7f09c15962c73440667af7016cb222aca0ca832225e5ffb5f64df30ad
|
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.8] - 2026-07-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.8][2.0.8t]
|
|
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-004 - Generated dep-heads workflows now use the
|
|
43
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
44
|
+
lockfile parser failures on Git and path dependencies.
|
|
45
|
+
|
|
33
46
|
## [2.0.7] - 2026-07-28
|
|
34
47
|
|
|
35
48
|
- TAG: [v2.0.7][2.0.7t]
|
|
@@ -287,7 +300,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
287
300
|
|
|
288
301
|
- Initial release
|
|
289
302
|
|
|
290
|
-
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.
|
|
303
|
+
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.8...HEAD
|
|
304
|
+
[2.0.8]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.7...v2.0.8
|
|
305
|
+
[2.0.8t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.8
|
|
291
306
|
[2.0.7]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.6...v2.0.7
|
|
292
307
|
[2.0.7t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.7
|
|
293
308
|
[2.0.6]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.5...v2.0.6
|
|
@@ -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.8"
|
|
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.8
|
|
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.8
|
|
381
|
+
changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.8/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.8
|
|
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
|