gitmoji-regex 2.0.3 → 2.0.4

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: a6fcb35ced4005c86ca3a64b645314cabbc929deca68306a1a102e44d060997e
4
- data.tar.gz: 86a57ae9dffebaad76614ce8ca719456a2a287ed1707ccfb149ddcf226d45950
3
+ metadata.gz: f83e96e39a2d743458d6bfab44aac7d5c324a9d7e74e2fc5ed5137300c7a3588
4
+ data.tar.gz: 8137356948f12cc0c84ab8c9048bced2868be2cc556472c7542f32eb8bc36d46
5
5
  SHA512:
6
- metadata.gz: 1596f8c9dcfe8d3a763fefc607ede5743513c086b1eb17264de2369e4c245ec9d118940c21490d4c069d4258a9a01ee4bf05c7ac8fae239b8150013e08edbeb4
7
- data.tar.gz: 0a9cc71b3b6f80ddc378094ef220190aa93f416decdef2b4f4ff076207256f87c7f56565b2e9fc77af3ebad8ccbabbb769e873a5816c0661cacb31aaeac092f6
6
+ metadata.gz: 631b41c918f992ec56872000cfc42b4824b02061f28f0f498cd2401e46f8290386c413fdacffaeaed5cf40bf77cfec754068e1ffa9286bd88e0ef695738fe1d3
7
+ data.tar.gz: caba5a0b244bb355e6f5bcc3390a3f28ddc84e368394d8de12b59faafb1126b0168b77bec00dbfd29f340e52b2cc89995433ce21fef20e8e528e260aa13a6245
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.0.4] - 2026-07-02
34
+
35
+ - TAG: [v2.0.4][2.0.4t]
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
+ ### Fixed
41
+
42
+ - Package configured license files in gem release file lists.
43
+
33
44
  ## [2.0.3] - 2026-06-22
34
45
 
35
46
  - TAG: [v2.0.3][2.0.3t]
@@ -194,7 +205,9 @@ Please file a bug if you notice a violation of semantic versioning.
194
205
 
195
206
  - Initial release
196
207
 
197
- [Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.3...HEAD
208
+ [Unreleased]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.4...HEAD
209
+ [2.0.4]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.3...v2.0.4
210
+ [2.0.4t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.4
198
211
  [2.0.3]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.2...v2.0.3
199
212
  [2.0.3t]: https://github.com/galtzo-floss/gitmoji-regex/releases/tag/v2.0.3
200
213
  [2.0.2]: https://github.com/galtzo-floss/gitmoji-regex/compare/v2.0.1...v2.0.2
data/CONTRIBUTING.md CHANGED
@@ -131,9 +131,12 @@ toolchain, and it may be higher than the gemspec runtime floor.
131
131
  They are created and updated with the commands:
132
132
 
133
133
  ```console
134
- bin/rake appraisal:update
134
+ bin/rake appraisal:generate
135
135
  ```
136
136
 
137
+ Use `bin/rake appraisal:update` when you intentionally need to resolve fresh
138
+ appraisal locks.
139
+
137
140
  If you need to reset all gemfiles/*.gemfile.lock files:
138
141
 
139
142
  ```console
data/MIT.md ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ See [LICENSE.md](LICENSE.md) for the copyright notice.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -3,7 +3,7 @@
3
3
  module Gitmoji
4
4
  module Regex
5
5
  module Version
6
- VERSION = "2.0.3"
6
+ VERSION = "2.0.4"
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.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -64,20 +64,20 @@ dependencies:
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '2.2'
67
+ version: '2.3'
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: 2.2.15
70
+ version: 2.3.0
71
71
  type: :development
72
72
  prerelease: false
73
73
  version_requirements: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - "~>"
76
76
  - !ruby/object:Gem::Version
77
- version: '2.2'
77
+ version: '2.3'
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: 2.2.15
80
+ version: 2.3.0
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: bundler-audit
83
83
  requirement: !ruby/object:Gem::Requirement
@@ -135,7 +135,7 @@ dependencies:
135
135
  version: '3.1'
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: 3.1.2
138
+ version: 3.1.4
139
139
  type: :development
140
140
  prerelease: false
141
141
  version_requirements: !ruby/object:Gem::Requirement
@@ -145,7 +145,7 @@ dependencies:
145
145
  version: '3.1'
146
146
  - - ">="
147
147
  - !ruby/object:Gem::Version
148
- version: 3.1.2
148
+ version: 3.1.4
149
149
  - !ruby/object:Gem::Dependency
150
150
  name: kettle-test
151
151
  requirement: !ruby/object:Gem::Requirement
@@ -155,7 +155,7 @@ dependencies:
155
155
  version: '2.0'
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
- version: 2.0.6
158
+ version: 2.0.9
159
159
  type: :development
160
160
  prerelease: false
161
161
  version_requirements: !ruby/object:Gem::Requirement
@@ -165,7 +165,7 @@ dependencies:
165
165
  version: '2.0'
166
166
  - - ">="
167
167
  - !ruby/object:Gem::Version
168
- version: 2.0.6
168
+ version: 2.0.9
169
169
  - !ruby/object:Gem::Dependency
170
170
  name: turbo_tests2
171
171
  requirement: !ruby/object:Gem::Requirement
@@ -175,7 +175,7 @@ dependencies:
175
175
  version: '3.1'
176
176
  - - ">="
177
177
  - !ruby/object:Gem::Version
178
- version: 3.1.4
178
+ version: 3.1.5
179
179
  type: :development
180
180
  prerelease: false
181
181
  version_requirements: !ruby/object:Gem::Requirement
@@ -185,7 +185,7 @@ dependencies:
185
185
  version: '3.1'
186
186
  - - ">="
187
187
  - !ruby/object:Gem::Version
188
- version: 3.1.4
188
+ version: 3.1.5
189
189
  - !ruby/object:Gem::Dependency
190
190
  name: ruby-progressbar
191
191
  requirement: !ruby/object:Gem::Requirement
@@ -209,7 +209,7 @@ dependencies:
209
209
  version: '1.0'
210
210
  - - ">="
211
211
  - !ruby/object:Gem::Version
212
- version: 1.0.3
212
+ version: 1.0.4
213
213
  type: :development
214
214
  prerelease: false
215
215
  version_requirements: !ruby/object:Gem::Requirement
@@ -219,7 +219,7 @@ dependencies:
219
219
  version: '1.0'
220
220
  - - ">="
221
221
  - !ruby/object:Gem::Version
222
- version: 1.0.3
222
+ version: 1.0.4
223
223
  - !ruby/object:Gem::Dependency
224
224
  name: http
225
225
  requirement: !ruby/object:Gem::Requirement
@@ -354,6 +354,7 @@ files:
354
354
  - CONTRIBUTING.md
355
355
  - FUNDING.md
356
356
  - LICENSE.md
357
+ - MIT.md
357
358
  - README.md
358
359
  - RUBOCOP.md
359
360
  - SECURITY.md
@@ -368,10 +369,10 @@ licenses:
368
369
  - MIT
369
370
  metadata:
370
371
  homepage_uri: https://gitmoji-regex.galtzo.com
371
- source_code_uri: https://github.com/galtzo-floss/gitmoji-regex/tree/v2.0.3
372
- changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.3/CHANGELOG.md
372
+ source_code_uri: https://github.com/galtzo-floss/gitmoji-regex/tree/v2.0.4
373
+ changelog_uri: https://github.com/galtzo-floss/gitmoji-regex/blob/v2.0.4/CHANGELOG.md
373
374
  bug_tracker_uri: https://github.com/galtzo-floss/gitmoji-regex/issues
374
- documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.3
375
+ documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/2.0.4
375
376
  funding_uri: https://github.com/sponsors/pboling
376
377
  wiki_uri: https://github.com/galtzo-floss/gitmoji-regex/wiki
377
378
  news_uri: https://www.railsbling.com/tags/gitmoji-regex
metadata.gz.sig CHANGED
Binary file