version_gem 1.1.13 → 1.1.14

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: a35c1b30554276bcbe1820e44e3e92fe88385f66e9444b479fc6f192c3b9825b
4
- data.tar.gz: d73b1bb48d4622894d12efa0482c9c99f66384682bf2b951ea09209c07b183fe
3
+ metadata.gz: 62705aeb54e19419230583cca299f86e742b94ea7b6d4f949fa0f2c3abb790ee
4
+ data.tar.gz: 0b287df7d9c93527228d92209716d125fb35893f67ddcb50c72835ed119e10c2
5
5
  SHA512:
6
- metadata.gz: 6c76be6fea8fe4505dc7d4111e5739dcd93418f9304eac4c9f7a159ba2d34729030067467eb6d92ae1f31528b54dd7ba53a170019827676e57e8043e38c16a66
7
- data.tar.gz: 3e1afd9a61dab89bf56ee57f5ac590775b5c9b3c2e5bb316f4fcbeb352740869abd1136fbb06185d46e2f8697758ab784a57861f04e2df8ba73b8d4ed22ad756
6
+ metadata.gz: 30c974bee52cb418b7c8aac41f5354c3cff1f7531dca5e4ffa1726d64389e73be3803c07b8ccb1738da1094486c3b07970edbd0cb585e46457ed2bb1bf9585b4
7
+ data.tar.gz: 275c991c0e972b7c3cd85c5e2f146be261d741b2e86ea88a01e1dc80938d93180173c88fdfc725c292621fa0f4a287e31b8be87eaa5559fc73427d3806a2fc3b
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
+ ## [1.1.14] - 2026-07-13
34
+
35
+ - TAG: [v1.1.14][1.1.14t]
36
+ - COVERAGE: 100.00% -- 119/119 lines in 8 files
37
+ - BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
38
+ - 85.19% documented
39
+
40
+ ### Fixed
41
+
42
+ - Package configured license files in gem release file lists.
43
+
33
44
  ## [1.1.13] - 2026-06-22
34
45
 
35
46
  - TAG: [v1.1.13][1.1.13t]
@@ -345,7 +356,9 @@ Please file a bug if you notice a violation of semantic versioning.
345
356
 
346
357
  - Initial release, with basic version parsing API (@pboling)
347
358
 
348
- [Unreleased]: https://github.com/ruby-oauth/version_gem/compare/v1.1.13...HEAD
359
+ [Unreleased]: https://github.com/ruby-oauth/version_gem/compare/v1.1.14...HEAD
360
+ [1.1.14]: https://github.com/ruby-oauth/version_gem/compare/v1.1.13...v1.1.14
361
+ [1.1.14t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.14
349
362
  [1.1.13]: https://github.com/ruby-oauth/version_gem/compare/v1.1.12...v1.1.13
350
363
  [1.1.13t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.13
351
364
  [1.1.12]: https://github.com/ruby-oauth/version_gem/compare/v1.1.11...v1.1.12
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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  module VersionGem
4
4
  module Version
5
- VERSION = "1.1.13"
5
+ VERSION = "1.1.14"
6
6
  end
7
7
  VERSION = Version::VERSION # Traditional Constant Location
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: version_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.13
4
+ version: 1.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -44,20 +44,20 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '2.2'
47
+ version: '2.3'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 2.2.15
50
+ version: 2.3.2
51
51
  type: :development
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - "~>"
56
56
  - !ruby/object:Gem::Version
57
- version: '2.2'
57
+ version: '2.3'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 2.2.15
60
+ version: 2.3.2
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: bundler-audit
63
63
  requirement: !ruby/object:Gem::Requirement
@@ -115,7 +115,7 @@ dependencies:
115
115
  version: '3.1'
116
116
  - - ">="
117
117
  - !ruby/object:Gem::Version
118
- version: 3.1.2
118
+ version: 3.1.4
119
119
  type: :development
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
@@ -125,7 +125,7 @@ dependencies:
125
125
  version: '3.1'
126
126
  - - ">="
127
127
  - !ruby/object:Gem::Version
128
- version: 3.1.2
128
+ version: 3.1.4
129
129
  - !ruby/object:Gem::Dependency
130
130
  name: kettle-test
131
131
  requirement: !ruby/object:Gem::Requirement
@@ -135,7 +135,7 @@ dependencies:
135
135
  version: '2.0'
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: 2.0.6
138
+ version: 2.0.10
139
139
  type: :development
140
140
  prerelease: false
141
141
  version_requirements: !ruby/object:Gem::Requirement
@@ -145,7 +145,7 @@ dependencies:
145
145
  version: '2.0'
146
146
  - - ">="
147
147
  - !ruby/object:Gem::Version
148
- version: 2.0.6
148
+ version: 2.0.10
149
149
  - !ruby/object:Gem::Dependency
150
150
  name: turbo_tests2
151
151
  requirement: !ruby/object:Gem::Requirement
@@ -155,7 +155,7 @@ dependencies:
155
155
  version: '3.1'
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
- version: 3.1.4
158
+ version: 3.1.7
159
159
  type: :development
160
160
  prerelease: false
161
161
  version_requirements: !ruby/object:Gem::Requirement
@@ -165,7 +165,7 @@ dependencies:
165
165
  version: '3.1'
166
166
  - - ">="
167
167
  - !ruby/object:Gem::Version
168
- version: 3.1.4
168
+ version: 3.1.7
169
169
  - !ruby/object:Gem::Dependency
170
170
  name: ruby-progressbar
171
171
  requirement: !ruby/object:Gem::Requirement
@@ -189,7 +189,7 @@ dependencies:
189
189
  version: '1.0'
190
190
  - - ">="
191
191
  - !ruby/object:Gem::Version
192
- version: 1.0.3
192
+ version: 1.0.6
193
193
  type: :development
194
194
  prerelease: false
195
195
  version_requirements: !ruby/object:Gem::Requirement
@@ -199,7 +199,7 @@ dependencies:
199
199
  version: '1.0'
200
200
  - - ">="
201
201
  - !ruby/object:Gem::Version
202
- version: 1.0.3
202
+ version: 1.0.6
203
203
  - !ruby/object:Gem::Dependency
204
204
  name: gitmoji-regex
205
205
  requirement: !ruby/object:Gem::Requirement
@@ -209,7 +209,7 @@ dependencies:
209
209
  version: '2.0'
210
210
  - - ">="
211
211
  - !ruby/object:Gem::Version
212
- version: 2.0.2
212
+ version: 2.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: '2.0'
220
220
  - - ">="
221
221
  - !ruby/object:Gem::Version
222
- version: 2.0.2
222
+ version: 2.0.4
223
223
  description: "\U0001F372 Versions are good. Versions are cool. Versions will win."
224
224
  email:
225
225
  - floss@galtzo.com
@@ -242,6 +242,7 @@ files:
242
242
  - CONTRIBUTING.md
243
243
  - FUNDING.md
244
244
  - LICENSE.md
245
+ - MIT.md
245
246
  - README.md
246
247
  - RUBOCOP.md
247
248
  - SECURITY.md
@@ -272,10 +273,10 @@ licenses:
272
273
  - MIT
273
274
  metadata:
274
275
  homepage_uri: https://version-gem.galtzo.com
275
- source_code_uri: https://github.com/ruby-oauth/version_gem/tree/v1.1.13
276
- changelog_uri: https://github.com/ruby-oauth/version_gem/blob/v1.1.13/CHANGELOG.md
276
+ source_code_uri: https://github.com/ruby-oauth/version_gem/tree/v1.1.14
277
+ changelog_uri: https://github.com/ruby-oauth/version_gem/blob/v1.1.14/CHANGELOG.md
277
278
  bug_tracker_uri: https://github.com/ruby-oauth/version_gem/issues
278
- documentation_uri: https://www.rubydoc.info/gems/version_gem/1.1.13
279
+ documentation_uri: https://www.rubydoc.info/gems/version_gem/1.1.14
279
280
  funding_uri: https://github.com/sponsors/pboling
280
281
  wiki_uri: https://github.com/ruby-oauth/version_gem/wiki
281
282
  news_uri: https://www.railsbling.com/tags/version_gem
metadata.gz.sig CHANGED
Binary file