token-resolver 2.0.2 → 2.0.3
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 +32 -11
- data/CONTRIBUTING.md +2 -2
- data/FUNDING.md +1 -5
- data/README.md +33 -17
- data/lib/token/resolver/document.rb +1 -1
- data/lib/token/resolver/resolve.rb +2 -2
- data/lib/token/resolver/version.rb +1 -1
- data/sig/token/resolver.rbs +0 -1
- data.tar.gz.sig +2 -4
- metadata +16 -16
- 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: 8e37d81f8a393c2ad5991a2537d44c36c0618d4e7ed8545f60dd3f723686f150
|
|
4
|
+
data.tar.gz: f828374a47a0692e0acbf3a5f98ac73271db597a9eb5bb6ea5c929d0456d9103
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be7a70ea0bc349030ed96c214f2f3a5c9a7ac16e1d301f8ca9405f859126fc617e5a06a6525faffddb799025d79532835a1d5f4a74b0890a5000f0f5adaa98ca
|
|
7
|
+
data.tar.gz: 282802896a4b25743e9c87747ea7443559a55357c55209914b268dc3bc0dd75b029fb3f5d2eab954dad679ac049f8d1d22ee5d0faec73c698746d78a9e284da1
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,25 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.3] - 2026-06-21
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.3][2.0.3t]
|
|
36
|
+
- COVERAGE: 99.62% -- 265/266 lines in 11 files
|
|
37
|
+
- BRANCH COVERAGE: 98.46% -- 64/65 branches in 11 files
|
|
38
|
+
- 93.55% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Added support for JRuby 10.1 and TruffleRuby 34.0.
|
|
43
|
+
|
|
44
|
+
### Changed
|
|
45
|
+
|
|
46
|
+
- Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
|
|
47
|
+
|
|
48
|
+
### Fixed
|
|
49
|
+
|
|
50
|
+
- Corrected OpenCollective funding metadata to use the `kettle-dev` collective.
|
|
51
|
+
|
|
33
52
|
## [2.0.2] - 2026-06-10
|
|
34
53
|
|
|
35
54
|
- TAG: [v2.0.2][2.0.2t]
|
|
@@ -180,16 +199,18 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
180
199
|
|
|
181
200
|
### Security
|
|
182
201
|
|
|
183
|
-
[Unreleased]: https://github.com/kettle-dev/token-resolver/compare/v2.0.
|
|
202
|
+
[Unreleased]: https://github.com/kettle-dev/token-resolver/compare/v2.0.3...HEAD
|
|
203
|
+
[2.0.3]: https://github.com/kettle-dev/token-resolver/compare/v2.0.2...v2.0.3
|
|
204
|
+
[2.0.3t]: https://github.com/kettle-dev/token-resolver/releases/tag/v2.0.3
|
|
184
205
|
[2.0.2]: https://github.com/kettle-dev/token-resolver/compare/v2.0.1...v2.0.2
|
|
185
206
|
[2.0.2t]: https://github.com/kettle-dev/token-resolver/releases/tag/v2.0.2
|
|
186
|
-
[2.0.1]: https://github.com/kettle-
|
|
187
|
-
[2.0.1t]: https://github.com/kettle-
|
|
188
|
-
[2.0.0]: https://github.com/kettle-
|
|
189
|
-
[2.0.0t]: https://github.com/kettle-
|
|
190
|
-
[1.0.2]: https://github.com/kettle-
|
|
191
|
-
[1.0.2t]: https://github.com/kettle-
|
|
192
|
-
[1.0.1]: https://github.com/kettle-
|
|
193
|
-
[1.0.1t]: https://github.com/kettle-
|
|
194
|
-
[1.0.0]: https://github.com/kettle-
|
|
195
|
-
[1.0.0t]: https://github.com/kettle-
|
|
207
|
+
[2.0.1]: https://github.com/kettle-dev/token-resolver/compare/v2.0.0...v2.0.1
|
|
208
|
+
[2.0.1t]: https://github.com/kettle-dev/token-resolver/releases/tag/v2.0.1
|
|
209
|
+
[2.0.0]: https://github.com/kettle-dev/token-resolver/compare/v1.0.2...v2.0.0
|
|
210
|
+
[2.0.0t]: https://github.com/kettle-dev/token-resolver/releases/tag/v2.0.0
|
|
211
|
+
[1.0.2]: https://github.com/kettle-dev/token-resolver/compare/v1.0.1...v1.0.2
|
|
212
|
+
[1.0.2t]: https://github.com/kettle-dev/token-resolver/releases/tag/v1.0.2
|
|
213
|
+
[1.0.1]: https://github.com/kettle-dev/token-resolver/compare/v1.0.0...v1.0.1
|
|
214
|
+
[1.0.1t]: https://github.com/kettle-dev/token-resolver/releases/tag/v1.0.1
|
|
215
|
+
[1.0.0]: https://github.com/kettle-dev/ast-merge/compare/e0e299cad6e6914d512845c71df6b7ac8009e5ac...v1.0.0
|
|
216
|
+
[1.0.0t]: https://github.com/kettle-dev/ast-merge/tags/v1.0.0
|
data/CONTRIBUTING.md
CHANGED
|
@@ -109,14 +109,14 @@ Git diff driver setup
|
|
|
109
109
|
- Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
|
|
110
110
|
|
|
111
111
|
```console
|
|
112
|
-
K_JEM_TEMPLATING=true
|
|
112
|
+
K_JEM_TEMPLATING=true kettle-jem install
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
Troubleshooting Git diffs
|
|
116
116
|
- Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
|
|
117
117
|
- Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
|
|
118
118
|
- If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
|
|
119
|
-
- To remove managed local entries, run `K_JEM_TEMPLATING=true
|
|
119
|
+
- To remove managed local entries, run `K_JEM_TEMPLATING=true kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
|
|
120
120
|
|
|
121
121
|
For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
|
|
122
122
|
|
data/FUNDING.md
CHANGED
|
@@ -6,7 +6,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
6
6
|
|
|
7
7
|
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
|
|
8
8
|
|
|
9
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
9
|
+
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
10
10
|
|
|
11
11
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
12
12
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
@@ -16,12 +16,8 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
16
16
|
[🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
|
|
17
17
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
18
18
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
19
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
20
|
-
[🖇polar]: https://polar.sh/pboling
|
|
21
19
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
22
20
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
23
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
24
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
25
21
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
26
22
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
27
23
|
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
data/README.md
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
`if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
|
|
12
12
|
|
|
13
|
-
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
13
|
+
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
14
14
|
|
|
15
|
-
<details>
|
|
15
|
+
<details markdown="1">
|
|
16
16
|
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
17
17
|
|
|
18
18
|
I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
|
|
@@ -38,9 +38,9 @@ result = Token::Resolver.resolve(
|
|
|
38
38
|
|
|
39
39
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
40
40
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
41
|
-
| Works with JRuby | [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
42
|
-
| Works with Truffle Ruby | [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
|
|
43
|
-
| Works with MRI Ruby 4 | [![Ruby
|
|
41
|
+
| Works with JRuby | [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
42
|
+
| Works with Truffle Ruby | [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
|
|
43
|
+
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
44
44
|
| Works with MRI Ruby 3 | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
45
45
|
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
46
46
|
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
|
@@ -58,9 +58,25 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
|
58
58
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
59
59
|
not practical for the current toolchain.
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
|
|
62
|
+
|
|
63
|
+
The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
64
|
+
|
|
65
|
+
<details markdown="1">
|
|
66
|
+
<summary>How kettle-dev manages complexity in tests</summary>
|
|
67
|
+
|
|
68
|
+
| Gem | Source | Role | Daily download rank |
|
|
69
|
+
|-----|--------|------|---------------------|
|
|
70
|
+
| [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://bestgems.org/gems/appraisal2) |
|
|
71
|
+
| [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://bestgems.org/gems/appraisal2-rubocop) |
|
|
72
|
+
| [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://bestgems.org/gems/kettle-dev) |
|
|
73
|
+
| [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://bestgems.org/gems/kettle-jem) |
|
|
74
|
+
| [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://bestgems.org/gems/kettle-soup-cover) |
|
|
75
|
+
| [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://bestgems.org/gems/kettle-test) |
|
|
76
|
+
| [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://bestgems.org/gems/rubocop-lts) |
|
|
77
|
+
| [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://bestgems.org/gems/turbo_tests2) |
|
|
78
|
+
|
|
79
|
+
</details>
|
|
64
80
|
|
|
65
81
|
### Federated DVCS
|
|
66
82
|
|
|
@@ -274,7 +290,7 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
274
290
|
|
|
275
291
|
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/token-resolver/-/graphs/main][🚎contributors-gl]
|
|
276
292
|
|
|
277
|
-
<details>
|
|
293
|
+
<details markdown="1">
|
|
278
294
|
<summary>⭐️ Star History</summary>
|
|
279
295
|
|
|
280
296
|
<a href="https://star-history.com/kettle-dev/token-resolver&Date">
|
|
@@ -371,12 +387,8 @@ Thanks for RTFM. ☺️
|
|
|
371
387
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
372
388
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
373
389
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
374
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
375
|
-
[🖇polar]: https://polar.sh/pboling
|
|
376
390
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
377
391
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
378
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
379
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
380
392
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
381
393
|
[🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
|
|
382
394
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
@@ -457,8 +469,10 @@ Thanks for RTFM. ☺️
|
|
|
457
469
|
[🚎ruby-3.2-wf]: https://github.com/kettle-dev/token-resolver/actions/workflows/ruby-3.2.yml
|
|
458
470
|
[🚎ruby-3.3-wf]: https://github.com/kettle-dev/token-resolver/actions/workflows/ruby-3.3.yml
|
|
459
471
|
[🚎ruby-3.4-wf]: https://github.com/kettle-dev/token-resolver/actions/workflows/ruby-3.4.yml
|
|
472
|
+
[🚎jruby-10.0-wf]: https://github.com/kettle-dev/token-resolver/actions/workflows/jruby-10.0.yml
|
|
460
473
|
[🚎truby-24.2-wf]: https://github.com/kettle-dev/token-resolver/actions/workflows/truffleruby-24.2.yml
|
|
461
474
|
[🚎truby-25.0-wf]: https://github.com/kettle-dev/token-resolver/actions/workflows/truffleruby-25.0.yml
|
|
475
|
+
[🚎truby-33.0-wf]: https://github.com/kettle-dev/token-resolver/actions/workflows/truffleruby-33.0.yml
|
|
462
476
|
[🚎2-cov-wf]: https://github.com/kettle-dev/token-resolver/actions/workflows/coverage.yml
|
|
463
477
|
[🚎2-cov-wfi]: https://github.com/kettle-dev/token-resolver/actions/workflows/coverage.yml/badge.svg
|
|
464
478
|
[🚎3-hd-wf]: https://github.com/kettle-dev/token-resolver/actions/workflows/heads.yml
|
|
@@ -480,12 +494,14 @@ Thanks for RTFM. ☺️
|
|
|
480
494
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
481
495
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
482
496
|
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
483
|
-
[💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
484
497
|
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
485
498
|
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
486
499
|
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
487
500
|
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
501
|
+
[💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
488
502
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
503
|
+
[💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
|
|
504
|
+
[💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
489
505
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
490
506
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
491
507
|
[🤝gh-issues]: https://github.com/kettle-dev/token-resolver/issues
|
|
@@ -514,7 +530,7 @@ Thanks for RTFM. ☺️
|
|
|
514
530
|
[📌gitmoji]: https://gitmoji.dev
|
|
515
531
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
516
532
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
517
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
533
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.266-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
518
534
|
[🔐security]: https://github.com/kettle-dev/token-resolver/blob/main/SECURITY.md
|
|
519
535
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
520
536
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -542,7 +558,7 @@ Thanks for RTFM. ☺️
|
|
|
542
558
|
| Package | token-resolver |
|
|
543
559
|
| Description | 🪙 Token::Resolver provides configurable PEG-based (parslet) parsing and resolution of structured tokens (e.g., {KJ\|GEM_NAME}) in arbitrary text. Useful for template ETL pipelines where tokens in template files must be resolved before format-specific merging. |
|
|
544
560
|
| Homepage | https://github.com/kettle-dev/token-resolver |
|
|
545
|
-
| Source | https://github.com/kettle-dev/token-resolver
|
|
561
|
+
| Source | https://github.com/kettle-dev/token-resolver |
|
|
546
562
|
| License | `AGPL-3.0-only` OR `PolyForm-Small-Business-1.0.0` |
|
|
547
|
-
| Funding | https://github.com/sponsors/pboling, https://
|
|
563
|
+
| Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-dev, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/token-resolver, https://www.buymeacoffee.com/pboling |
|
|
548
564
|
<!-- kettle-jem:metadata:end -->
|
|
@@ -82,7 +82,7 @@ module Token
|
|
|
82
82
|
private
|
|
83
83
|
|
|
84
84
|
def handle_missing(token_node, result)
|
|
85
|
-
# :
|
|
85
|
+
# simplecov:disable
|
|
86
86
|
case @on_missing
|
|
87
87
|
when :raise
|
|
88
88
|
raise UnresolvedTokenError.new(token_node.key)
|
|
@@ -91,7 +91,7 @@ module Token
|
|
|
91
91
|
when :remove
|
|
92
92
|
# emit nothing
|
|
93
93
|
end
|
|
94
|
-
# :
|
|
94
|
+
# simplecov:enable
|
|
95
95
|
end
|
|
96
96
|
|
|
97
97
|
# Validate that all replacement keys only contain characters allowed by the config.
|
data/sig/token/resolver.rbs
CHANGED
data.tar.gz.sig
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
��_�y�r�HZ�I�e3QTPNT}��UZ�rv���U�<m����ӊ��O�����L�nєC�����t���l����W���#A���J���&iﰷ���be��D�g�:���I���b�n��(d�a
|
|
4
|
-
��e�W>e�r���j
|
|
1
|
+
:m�1���n��u���F�t�����L���8���
|
|
2
|
+
c/�ϼ_`����G#�+AsαQHJn�iዟƁ�UD<:���ړn
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -60,7 +60,7 @@ dependencies:
|
|
|
60
60
|
version: '1.1'
|
|
61
61
|
- - ">="
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 1.1.
|
|
63
|
+
version: 1.1.12
|
|
64
64
|
type: :runtime
|
|
65
65
|
prerelease: false
|
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -70,7 +70,7 @@ dependencies:
|
|
|
70
70
|
version: '1.1'
|
|
71
71
|
- - ">="
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: 1.1.
|
|
73
|
+
version: 1.1.12
|
|
74
74
|
- !ruby/object:Gem::Dependency
|
|
75
75
|
name: kettle-dev
|
|
76
76
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
version: '2.2'
|
|
81
81
|
- - ">="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: 2.2.
|
|
83
|
+
version: 2.2.15
|
|
84
84
|
type: :development
|
|
85
85
|
prerelease: false
|
|
86
86
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -90,7 +90,7 @@ dependencies:
|
|
|
90
90
|
version: '2.2'
|
|
91
91
|
- - ">="
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
|
-
version: 2.2.
|
|
93
|
+
version: 2.2.15
|
|
94
94
|
- !ruby/object:Gem::Dependency
|
|
95
95
|
name: bundler-audit
|
|
96
96
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -148,7 +148,7 @@ dependencies:
|
|
|
148
148
|
version: '3.1'
|
|
149
149
|
- - ">="
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
|
-
version: 3.1.
|
|
151
|
+
version: 3.1.2
|
|
152
152
|
type: :development
|
|
153
153
|
prerelease: false
|
|
154
154
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -158,7 +158,7 @@ dependencies:
|
|
|
158
158
|
version: '3.1'
|
|
159
159
|
- - ">="
|
|
160
160
|
- !ruby/object:Gem::Version
|
|
161
|
-
version: 3.1.
|
|
161
|
+
version: 3.1.2
|
|
162
162
|
- !ruby/object:Gem::Dependency
|
|
163
163
|
name: kettle-test
|
|
164
164
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -168,7 +168,7 @@ dependencies:
|
|
|
168
168
|
version: '2.0'
|
|
169
169
|
- - ">="
|
|
170
170
|
- !ruby/object:Gem::Version
|
|
171
|
-
version: 2.0.
|
|
171
|
+
version: 2.0.6
|
|
172
172
|
type: :development
|
|
173
173
|
prerelease: false
|
|
174
174
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -178,7 +178,7 @@ dependencies:
|
|
|
178
178
|
version: '2.0'
|
|
179
179
|
- - ">="
|
|
180
180
|
- !ruby/object:Gem::Version
|
|
181
|
-
version: 2.0.
|
|
181
|
+
version: 2.0.6
|
|
182
182
|
- !ruby/object:Gem::Dependency
|
|
183
183
|
name: turbo_tests2
|
|
184
184
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -188,7 +188,7 @@ dependencies:
|
|
|
188
188
|
version: '3.1'
|
|
189
189
|
- - ">="
|
|
190
190
|
- !ruby/object:Gem::Version
|
|
191
|
-
version: 3.1.
|
|
191
|
+
version: 3.1.4
|
|
192
192
|
type: :development
|
|
193
193
|
prerelease: false
|
|
194
194
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -198,7 +198,7 @@ dependencies:
|
|
|
198
198
|
version: '3.1'
|
|
199
199
|
- - ">="
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 3.1.
|
|
201
|
+
version: 3.1.4
|
|
202
202
|
- !ruby/object:Gem::Dependency
|
|
203
203
|
name: ruby-progressbar
|
|
204
204
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -242,7 +242,7 @@ dependencies:
|
|
|
242
242
|
version: '2.0'
|
|
243
243
|
- - ">="
|
|
244
244
|
- !ruby/object:Gem::Version
|
|
245
|
-
version: 2.0.
|
|
245
|
+
version: 2.0.2
|
|
246
246
|
type: :development
|
|
247
247
|
prerelease: false
|
|
248
248
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -252,7 +252,7 @@ dependencies:
|
|
|
252
252
|
version: '2.0'
|
|
253
253
|
- - ">="
|
|
254
254
|
- !ruby/object:Gem::Version
|
|
255
|
-
version: 2.0.
|
|
255
|
+
version: 2.0.2
|
|
256
256
|
description: "\U0001FA99 Token::Resolver provides configurable PEG-based (parslet)
|
|
257
257
|
parsing and resolution of structured tokens (e.g., {KJ|GEM_NAME}) in arbitrary text.
|
|
258
258
|
Useful for template ETL pipelines where tokens in template files must be resolved
|
|
@@ -301,10 +301,10 @@ licenses:
|
|
|
301
301
|
- PolyForm-Small-Business-1.0.0
|
|
302
302
|
metadata:
|
|
303
303
|
homepage_uri: https://token-resolver.galtzo.com/
|
|
304
|
-
source_code_uri: https://github.com/kettle-dev/token-resolver/tree/v2.0.
|
|
305
|
-
changelog_uri: https://github.com/kettle-dev/token-resolver/blob/v2.0.
|
|
304
|
+
source_code_uri: https://github.com/kettle-dev/token-resolver/tree/v2.0.3
|
|
305
|
+
changelog_uri: https://github.com/kettle-dev/token-resolver/blob/v2.0.3/CHANGELOG.md
|
|
306
306
|
bug_tracker_uri: https://github.com/kettle-dev/token-resolver/issues
|
|
307
|
-
documentation_uri: https://www.rubydoc.info/gems/token-resolver/2.0.
|
|
307
|
+
documentation_uri: https://www.rubydoc.info/gems/token-resolver/2.0.3
|
|
308
308
|
funding_uri: https://github.com/sponsors/pboling
|
|
309
309
|
wiki_uri: https://github.com/kettle-dev/token-resolver/wiki
|
|
310
310
|
news_uri: https://www.railsbling.com/tags/token-resolver
|
metadata.gz.sig
CHANGED
|
Binary file
|