token-resolver 2.0.6 → 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 +38 -1
- data/README.md +14 -14
- data/lib/token/resolver/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +13 -12
- 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: b111ad1d02caaa4d93507211269dce00dac19e83dfae2e489da782086423f61f
|
|
4
|
+
data.tar.gz: 637c1d88093732d63c5c7c8a4f188f83d447007d10472f65dc8be2c8b1e83e30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfd624a52b306d05b85ccd5c2b2947f1ea28715ac76e43623a7d444e2747d5578036974969b2e2392500ba5492d99bccd8984b28da598196a123ba0f4e0fdd01
|
|
7
|
+
data.tar.gz: bbbaf464313eac60e63ad0909e11e00570d2bd02dec45df5856dee06855eecb3ad6f3b7543e10ff41546efee06c2705d3bd1755cdafb20574641d52ac8f78b12
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,41 @@ 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-31
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.7][2.0.7t]
|
|
36
|
+
- COVERAGE: 99.62% -- 265/266 lines in 11 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 64/64 branches in 11 files
|
|
38
|
+
- 96.77% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
43
|
+
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
44
|
+
tagged RubyForum community alongside Discord.
|
|
45
|
+
|
|
46
|
+
### Fixed
|
|
47
|
+
|
|
48
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
49
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
50
|
+
lockfile parser failures on Git and path dependencies.
|
|
51
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
52
|
+
missing canonical version spec when a project only has shim namespace version
|
|
53
|
+
specs.
|
|
54
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
55
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
56
|
+
failures against `gem.coop`.
|
|
57
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
58
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
59
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
60
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
61
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
62
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
63
|
+
specs without adding `version_gem`.
|
|
64
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
65
|
+
relative to the gemspec directory, so release package contents stay correct
|
|
66
|
+
even when the gemspec is loaded from another working directory.
|
|
67
|
+
|
|
33
68
|
## [2.0.6] - 2026-07-28
|
|
34
69
|
|
|
35
70
|
- TAG: [v2.0.6][2.0.6t]
|
|
@@ -278,7 +313,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
278
313
|
|
|
279
314
|
### Security
|
|
280
315
|
|
|
281
|
-
[Unreleased]: https://github.com/kettle-dev/token-resolver/compare/v2.0.
|
|
316
|
+
[Unreleased]: https://github.com/kettle-dev/token-resolver/compare/v2.0.7...HEAD
|
|
317
|
+
[2.0.7]: https://github.com/kettle-dev/token-resolver/compare/v2.0.6...v2.0.7
|
|
318
|
+
[2.0.7t]: https://github.com/kettle-dev/token-resolver/releases/tag/v2.0.7
|
|
282
319
|
[2.0.6]: https://github.com/kettle-dev/token-resolver/compare/v2.0.5...v2.0.6
|
|
283
320
|
[2.0.6t]: https://github.com/kettle-dev/token-resolver/releases/tag/v2.0.6
|
|
284
321
|
[2.0.5]: https://github.com/kettle-dev/token-resolver/compare/v2.0.4...v2.0.5
|
data/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# 🪙 Token::Resolver
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only OR PolyForm-Small-Business-1.0.0][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only OR PolyForm-Small-Business-1.0.0][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
|
6
6
|
|
|
7
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -83,17 +83,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
83
83
|
<details markdown="1">
|
|
84
84
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
85
85
|
|
|
86
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
87
|
-
|
|
88
|
-
| 🧪 [kettle-dev/token-resolver on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
89
|
-
| 🧊 [kettle-dev/token-resolver on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
90
|
-
| 🐙 [kettle-dev/token-resolver on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
91
|
-
| 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
|
|
86
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
87
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
88
|
+
| 🧪 [kettle-dev/token-resolver on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
89
|
+
| 🧊 [kettle-dev/token-resolver on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
90
|
+
| 🐙 [kettle-dev/token-resolver on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
92
91
|
|
|
93
92
|
</details>
|
|
94
93
|
|
|
95
|
-
[gh-discussions]: https://github.com/kettle-dev/token-resolver/discussions
|
|
96
|
-
|
|
97
94
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-token-resolver?utm_source=rubygems-token-resolver&utm_medium=referral&utm_campaign=readme)
|
|
98
95
|
|
|
99
96
|
Available as part of the Tidelift Subscription.
|
|
@@ -111,6 +108,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
111
108
|
|
|
112
109
|
Alternatively:
|
|
113
110
|
|
|
111
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
114
112
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
115
113
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
116
114
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -356,11 +354,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
356
354
|
so if you value the work I am doing, I need your support.
|
|
357
355
|
Please consider sponsoring me or the project.
|
|
358
356
|
|
|
359
|
-
To join the community or get help
|
|
357
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
360
358
|
|
|
359
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
361
360
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
362
361
|
|
|
363
|
-
To say "thanks!" ☝️ Join the
|
|
362
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
364
363
|
|
|
365
364
|
[![Sponsor kettle-dev/token-resolver on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
|
|
366
365
|
|
|
@@ -401,8 +400,9 @@ Thanks for RTFM. ☺️
|
|
|
401
400
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
402
401
|
[✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
|
|
403
402
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
404
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
405
|
-
[✉️ruby-forum]: https://
|
|
403
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
404
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
405
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
|
|
406
406
|
|
|
407
407
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
408
408
|
[⛳️gem-namespace]: https://github.com/kettle-dev/token-resolver
|
|
@@ -5,7 +5,7 @@ module Token
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "2.0.
|
|
8
|
+
VERSION = "2.0.7"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: token-resolver
|
|
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
|
|
@@ -77,20 +77,20 @@ dependencies:
|
|
|
77
77
|
requirements:
|
|
78
78
|
- - "~>"
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: '2.
|
|
80
|
+
version: '2.5'
|
|
81
81
|
- - ">="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: 2.
|
|
83
|
+
version: 2.5.13
|
|
84
84
|
type: :development
|
|
85
85
|
prerelease: false
|
|
86
86
|
version_requirements: !ruby/object:Gem::Requirement
|
|
87
87
|
requirements:
|
|
88
88
|
- - "~>"
|
|
89
89
|
- !ruby/object:Gem::Version
|
|
90
|
-
version: '2.
|
|
90
|
+
version: '2.5'
|
|
91
91
|
- - ">="
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
|
-
version: 2.
|
|
93
|
+
version: 2.5.13
|
|
94
94
|
- !ruby/object:Gem::Dependency
|
|
95
95
|
name: bundler-audit
|
|
96
96
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -188,7 +188,7 @@ dependencies:
|
|
|
188
188
|
version: '2.0'
|
|
189
189
|
- - ">="
|
|
190
190
|
- !ruby/object:Gem::Version
|
|
191
|
-
version: 2.0.
|
|
191
|
+
version: 2.0.17
|
|
192
192
|
type: :development
|
|
193
193
|
prerelease: false
|
|
194
194
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -198,7 +198,7 @@ dependencies:
|
|
|
198
198
|
version: '2.0'
|
|
199
199
|
- - ">="
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 2.0.
|
|
201
|
+
version: 2.0.17
|
|
202
202
|
- !ruby/object:Gem::Dependency
|
|
203
203
|
name: turbo_tests2
|
|
204
204
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -262,7 +262,7 @@ dependencies:
|
|
|
262
262
|
version: '2.0'
|
|
263
263
|
- - ">="
|
|
264
264
|
- !ruby/object:Gem::Version
|
|
265
|
-
version: 2.0.
|
|
265
|
+
version: 2.0.10
|
|
266
266
|
type: :development
|
|
267
267
|
prerelease: false
|
|
268
268
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -272,7 +272,7 @@ dependencies:
|
|
|
272
272
|
version: '2.0'
|
|
273
273
|
- - ">="
|
|
274
274
|
- !ruby/object:Gem::Version
|
|
275
|
-
version: 2.0.
|
|
275
|
+
version: 2.0.10
|
|
276
276
|
description: "\U0001FA99 Token::Resolver provides configurable PEG-based (parslet)
|
|
277
277
|
parsing and resolution of structured tokens (e.g., {KJ|GEM_NAME}) in arbitrary text.
|
|
278
278
|
Useful for template ETL pipelines where tokens in template files must be resolved
|
|
@@ -304,14 +304,15 @@ licenses:
|
|
|
304
304
|
- PolyForm-Small-Business-1.0.0
|
|
305
305
|
metadata:
|
|
306
306
|
homepage_uri: https://token-resolver.galtzo.com/
|
|
307
|
-
source_code_uri: https://github.com/kettle-dev/token-resolver/tree/v2.0.
|
|
308
|
-
changelog_uri: https://github.com/kettle-dev/token-resolver/blob/v2.0.
|
|
307
|
+
source_code_uri: https://github.com/kettle-dev/token-resolver/tree/v2.0.7
|
|
308
|
+
changelog_uri: https://github.com/kettle-dev/token-resolver/blob/v2.0.7/CHANGELOG.md
|
|
309
309
|
bug_tracker_uri: https://github.com/kettle-dev/token-resolver/issues
|
|
310
|
-
documentation_uri: https://www.rubydoc.info/gems/token-resolver/2.0.
|
|
310
|
+
documentation_uri: https://www.rubydoc.info/gems/token-resolver/2.0.7
|
|
311
311
|
funding_uri: https://github.com/sponsors/pboling
|
|
312
312
|
wiki_uri: https://github.com/kettle-dev/token-resolver/wiki
|
|
313
313
|
news_uri: https://www.railsbling.com/tags/token-resolver
|
|
314
314
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
315
|
+
mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
|
|
315
316
|
rubygems_mfa_required: 'true'
|
|
316
317
|
rdoc_options:
|
|
317
318
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|