gitmoji-regex 2.0.5 → 2.0.7
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 +59 -1
- data/lib/gitmoji/regex/version.rb +4 -1
- data.tar.gz.sig +0 -0
- metadata +30 -10
- 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: da5f01ad14ffedaac5bb50245c640569af82453a8472a36ac0dd85e86f4eea33
|
|
4
|
+
data.tar.gz: b507416f3c3bbfd4113b416c3596b07dddcd852129f0c65309e002322497f19d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c76742ee7f0a2e35781ba70eee3b847b311ef4e449f9d42dd7a1906bf0d195b34f1c375bd2c7841d70b58b037c0032bebe1ca55b309daa58cbe2d363db89886a
|
|
7
|
+
data.tar.gz: ba3d22bb7ecd8092a971e45ab7678cb1866e0fb772e8d064dee7f1ae8c14a852261abe8398f978573ed5ccc695802879733f12b851add55f5cb3bdde9b1dc5e6
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,60 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.7] - 2026-07-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.7][2.0.7t]
|
|
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
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
|
|
43
|
+
|
|
44
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
45
|
+
configuration and documentation dependencies so documentation issues fail
|
|
46
|
+
before generated docs are refreshed.
|
|
47
|
+
|
|
48
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
49
|
+
RSpec helpers provided by `kettle-test`.
|
|
50
|
+
|
|
51
|
+
### Changed
|
|
52
|
+
|
|
53
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
54
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
55
|
+
installing the main Gemfile bundle.
|
|
56
|
+
|
|
57
|
+
### Fixed
|
|
58
|
+
|
|
59
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
60
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
61
|
+
|
|
62
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
63
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
64
|
+
coverage thresholds still pass.
|
|
65
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
66
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
67
|
+
installs are not reported as project lint debt.
|
|
68
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
69
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
70
|
+
before the test suite starts.
|
|
71
|
+
|
|
72
|
+
## [2.0.6] - 2026-07-25
|
|
73
|
+
|
|
74
|
+
- TAG: [v2.0.6][2.0.6t]
|
|
75
|
+
- COVERAGE: 100.00% -- 58/58 lines in 3 files
|
|
76
|
+
- BRANCH COVERAGE: 100.00% -- 4/4 branches in 3 files
|
|
77
|
+
- 90.00% documented
|
|
78
|
+
|
|
79
|
+
### Changed
|
|
80
|
+
|
|
81
|
+
- kettle-jem-template-20260725-002 - Generated gemspec templates now include
|
|
82
|
+
`anonymous_loader` as a development dependency, and version specs use it to
|
|
83
|
+
execute generated `version.rb` files for coverage without redefining package
|
|
84
|
+
constants. Managed version specs are removed when `version_gem` is disabled
|
|
85
|
+
or incompatible with the project's runtime Ruby floor.
|
|
86
|
+
|
|
33
87
|
## [2.0.5] - 2026-07-25
|
|
34
88
|
|
|
35
89
|
- TAG: [v2.0.5][2.0.5t]
|
|
@@ -233,7 +287,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
233
287
|
|
|
234
288
|
- Initial release
|
|
235
289
|
|
|
236
|
-
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.
|
|
290
|
+
[Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.7...HEAD
|
|
291
|
+
[2.0.7]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.6...v2.0.7
|
|
292
|
+
[2.0.7t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.7
|
|
293
|
+
[2.0.6]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.5...v2.0.6
|
|
294
|
+
[2.0.6t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.6
|
|
237
295
|
[2.0.5]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.4...v2.0.5
|
|
238
296
|
[2.0.5t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.5
|
|
239
297
|
[2.0.4]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.3...v2.0.4
|
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
module Gitmoji
|
|
4
4
|
module Regex
|
|
5
|
+
# Version namespace for this gem.
|
|
5
6
|
module Version
|
|
6
|
-
|
|
7
|
+
# Current gem version.
|
|
8
|
+
VERSION = "2.0.7"
|
|
7
9
|
end
|
|
10
|
+
# Current gem version exposed at the traditional constant location.
|
|
8
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
9
12
|
end
|
|
10
13
|
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.
|
|
4
|
+
version: 2.0.7
|
|
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
|
|
@@ -155,7 +175,7 @@ dependencies:
|
|
|
155
175
|
version: '2.0'
|
|
156
176
|
- - ">="
|
|
157
177
|
- !ruby/object:Gem::Version
|
|
158
|
-
version: 2.0.
|
|
178
|
+
version: 2.0.16
|
|
159
179
|
type: :development
|
|
160
180
|
prerelease: false
|
|
161
181
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -165,7 +185,7 @@ dependencies:
|
|
|
165
185
|
version: '2.0'
|
|
166
186
|
- - ">="
|
|
167
187
|
- !ruby/object:Gem::Version
|
|
168
|
-
version: 2.0.
|
|
188
|
+
version: 2.0.16
|
|
169
189
|
- !ruby/object:Gem::Dependency
|
|
170
190
|
name: turbo_tests2
|
|
171
191
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -175,7 +195,7 @@ dependencies:
|
|
|
175
195
|
version: '3.2'
|
|
176
196
|
- - ">="
|
|
177
197
|
- !ruby/object:Gem::Version
|
|
178
|
-
version: 3.2.
|
|
198
|
+
version: 3.2.3
|
|
179
199
|
type: :development
|
|
180
200
|
prerelease: false
|
|
181
201
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -185,7 +205,7 @@ dependencies:
|
|
|
185
205
|
version: '3.2'
|
|
186
206
|
- - ">="
|
|
187
207
|
- !ruby/object:Gem::Version
|
|
188
|
-
version: 3.2.
|
|
208
|
+
version: 3.2.3
|
|
189
209
|
- !ruby/object:Gem::Dependency
|
|
190
210
|
name: ruby-progressbar
|
|
191
211
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -209,7 +229,7 @@ dependencies:
|
|
|
209
229
|
version: '1.0'
|
|
210
230
|
- - ">="
|
|
211
231
|
- !ruby/object:Gem::Version
|
|
212
|
-
version: 1.0.
|
|
232
|
+
version: 1.0.7
|
|
213
233
|
type: :development
|
|
214
234
|
prerelease: false
|
|
215
235
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -219,7 +239,7 @@ dependencies:
|
|
|
219
239
|
version: '1.0'
|
|
220
240
|
- - ">="
|
|
221
241
|
- !ruby/object:Gem::Version
|
|
222
|
-
version: 1.0.
|
|
242
|
+
version: 1.0.7
|
|
223
243
|
- !ruby/object:Gem::Dependency
|
|
224
244
|
name: http
|
|
225
245
|
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.7
|
|
381
|
+
changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.7/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.7
|
|
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
|