gitmoji-regex 2.0.5 → 2.0.6
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 +18 -1
- data/lib/gitmoji/regex/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +24 -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: 20c25bf17f986f799876f2c253c0f9ed8e7494fa1a4c9049b477e6ecfaf86067
|
|
4
|
+
data.tar.gz: abbe1a9360efaa66dfa7db05dd6b5c6588c18918c9c18e67e6d1ec52bc5abf82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 912ed8ada095d5b858afb9c1848c345377b042f26ad49fd2a5a58033bdeb83ea93f050972420f158c14c4ede03612e88935ce5c82f0377f7c26435ac8ca919f6
|
|
7
|
+
data.tar.gz: 70346f4f402b5c5e851d8c286f1fc8efeb0d5ae0a75554bcf94f5f9eb49f9b26e5ef2472c1ab94f6f84586ec931f6c8f648e88dfb953837dcd6b61a380b54350
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,21 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.6] - 2026-07-25
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.6][2.0.6t]
|
|
36
|
+
- COVERAGE: 100.00% -- 58/58 lines in 3 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 4/4 branches in 3 files
|
|
38
|
+
- 90.00% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260725-002 - Generated gemspec templates now include
|
|
43
|
+
`anonymous_loader` as a development dependency, and version specs use it to
|
|
44
|
+
execute generated `version.rb` files for coverage without redefining package
|
|
45
|
+
constants. Managed version specs are removed when `version_gem` is disabled
|
|
46
|
+
or incompatible with the project's runtime Ruby floor.
|
|
47
|
+
|
|
33
48
|
## [2.0.5] - 2026-07-25
|
|
34
49
|
|
|
35
50
|
- TAG: [v2.0.5][2.0.5t]
|
|
@@ -233,7 +248,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
233
248
|
|
|
234
249
|
- Initial release
|
|
235
250
|
|
|
236
|
-
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.
|
|
251
|
+
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.6...HEAD
|
|
252
|
+
[2.0.6]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.5...v2.0.6
|
|
253
|
+
[2.0.6t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.6
|
|
237
254
|
[2.0.5]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.4...v2.0.5
|
|
238
255
|
[2.0.5t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.5
|
|
239
256
|
[2.0.4]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.3...v2.0.4
|
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.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -126,6 +126,26 @@ dependencies:
|
|
|
126
126
|
- - ">="
|
|
127
127
|
- !ruby/object:Gem::Version
|
|
128
128
|
version: 1.0.4
|
|
129
|
+
- !ruby/object:Gem::Dependency
|
|
130
|
+
name: anonymous_loader
|
|
131
|
+
requirement: !ruby/object:Gem::Requirement
|
|
132
|
+
requirements:
|
|
133
|
+
- - "~>"
|
|
134
|
+
- !ruby/object:Gem::Version
|
|
135
|
+
version: '0.1'
|
|
136
|
+
- - ">="
|
|
137
|
+
- !ruby/object:Gem::Version
|
|
138
|
+
version: 0.1.3
|
|
139
|
+
type: :development
|
|
140
|
+
prerelease: false
|
|
141
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
142
|
+
requirements:
|
|
143
|
+
- - "~>"
|
|
144
|
+
- !ruby/object:Gem::Version
|
|
145
|
+
version: '0.1'
|
|
146
|
+
- - ">="
|
|
147
|
+
- !ruby/object:Gem::Version
|
|
148
|
+
version: 0.1.3
|
|
129
149
|
- !ruby/object:Gem::Dependency
|
|
130
150
|
name: appraisal2
|
|
131
151
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -357,10 +377,10 @@ licenses:
|
|
|
357
377
|
- MIT
|
|
358
378
|
metadata:
|
|
359
379
|
homepage_uri: https://gitmoji-regex.galtzo.com
|
|
360
|
-
source_code_uri: https://github.com/galtzo-floss/gitmoji-regex/tree/v2.0.
|
|
361
|
-
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.6
|
|
381
|
+
changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.6/CHANGELOG.md
|
|
362
382
|
bug_tracker_uri: https://github.com/galtzo-floss/gitmoji-regex/issues
|
|
363
|
-
documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.
|
|
383
|
+
documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.6
|
|
364
384
|
funding_uri: https://github.com/sponsors/pboling
|
|
365
385
|
wiki_uri: https://github.com/galtzo-floss/gitmoji-regex/wiki
|
|
366
386
|
news_uri: https://www.railsbling.com/tags/gitmoji-regex
|
metadata.gz.sig
CHANGED
|
Binary file
|