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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 487e1c99b73c9bab0d18952a5a3c5ad244458b16ef9a39e3fd3f8b40f9b158f7
4
- data.tar.gz: b02e0d81c05bea4c628ed242af0ad9567ec9b31049c7b58cae79c884dd502c35
3
+ metadata.gz: 20c25bf17f986f799876f2c253c0f9ed8e7494fa1a4c9049b477e6ecfaf86067
4
+ data.tar.gz: abbe1a9360efaa66dfa7db05dd6b5c6588c18918c9c18e67e6d1ec52bc5abf82
5
5
  SHA512:
6
- metadata.gz: 801e286de6d39de1894491de818f7453179642fbf5eca3074bc644d7465b0814de770db72e95de15c9f89be1bde3dbf3bf203a8c41ebbb48301d9cd18fa0ab6f
7
- data.tar.gz: 1b04258e63bb99adbb961d3e2f9e0f6fb0b4e181f1b6344f008d31d02a266de73e8d18e95ab08732563219570b22577825b42ab0eac6353a9b721deb78bbf689
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.5...HEAD
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
@@ -3,7 +3,7 @@
3
3
  module Gitmoji
4
4
  module Regex
5
5
  module Version
6
- VERSION = "2.0.5"
6
+ VERSION = "2.0.6"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
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.5
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.5
361
- changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.5/CHANGELOG.md
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.5
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