tree_haver 5.0.3 → 5.0.5

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: 90eec58fbce0b938c367ef85c66f381c47c209595463b85a9c257d0a00dff5b1
4
- data.tar.gz: 975775bd407c82f5e429a3dcf92801f54ed343709e931adae238e323887316e5
3
+ metadata.gz: fd9369b9fe0e55f9b87b93c6b5526134d21373fef427102cfb64eac5f76c0608
4
+ data.tar.gz: b41b3b8cd51cb9b8f59a18d9e8bd71cf6f13a9fa1f8b8c8868630db306bcc78c
5
5
  SHA512:
6
- metadata.gz: fd4dde827d3fed70c8705be882be72809b489d80b97e5a1e05ae3d92f97d9a81b69ab676964444a34fc4c0bca9aedddbc5fbdf2d5bf88d9aa40f157b2dd3ecbd
7
- data.tar.gz: f7f9e60fd544f25722652d76eee5f3e70faad8ff74643dee58ff59cc7817989c2b8b8b8974a8f262d15003903db5d5510412cf2d5f5028623d0a1b6ba0776f23
6
+ metadata.gz: c5032abd497e97d76649694eb4f5a145f6e878778937288cfdff8947bce55ba45a616749ce2ed13e812ec930e7fac0b6b705dc6f523aae4c171b2f054274e675
7
+ data.tar.gz: 1a1d23be64ddd0797c71842431ff4db5a202ca8de6e9c941857979ab0540a95461b53f5a509218baba0e394f2925b7e1faeb7601a11016a231b5382412207b68
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,40 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [5.0.5] - 2026-02-18
34
+
35
+ - TAG: [v5.0.5][5.0.5t]
36
+ - COVERAGE: 84.39% -- 2146/2543 lines in 30 files
37
+ - BRANCH COVERAGE: 74.18% -- 882/1189 branches in 30 files
38
+ - 94.78% documented
39
+
40
+ ### Added
41
+
42
+ - Many more specs
43
+ - AGENTS.md
44
+ - Truffleruby 24.2, 25.0, 33.0 added to CI
45
+ - Ruby 3.4 added to CI
46
+
47
+ ### Changed
48
+
49
+ - appraisal2 v3.0.6
50
+ - tree_stump v0.2.0
51
+ - fork no longer required, updates all applied upstream
52
+ - kettle-test v1.0.10
53
+ - Updated documentation on hostile takeover of RubyGems
54
+ - https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo
55
+
56
+ ## [5.0.4] - 2026-02-04
57
+
58
+ - TAG: [v5.0.4][5.0.4t]
59
+ - COVERAGE: 83.68% -- 2128/2543 lines in 30 files
60
+ - BRANCH COVERAGE: 72.58% -- 863/1189 branches in 30 files
61
+ - 94.78% documented
62
+
63
+ ### Changed
64
+
65
+ - Update documentation on which fork/SHA to use for tree_stump & ruby_tree_sitter
66
+
33
67
  ## [5.0.3] - 2026-01-30
34
68
 
35
69
  - TAG: [v5.0.3][5.0.3t]
@@ -1304,7 +1338,13 @@ Despite the major version bump to 3.0.0 (following semver due to the breaking `L
1304
1338
 
1305
1339
  - Initial release
1306
1340
 
1307
- [Unreleased]: https://github.com/kettle-rb/tree_haver/compare/v5.0.3...HEAD
1341
+ [Unreleased]: https://github.com/kettle-rb/tree_haver/compare/v5.0.5...HEAD
1342
+ [5.0.6]: https://github.com/kettle-rb/tree_haver/compare/v5.0.5...v5.0.6
1343
+ [5.0.6t]: https://github.com/kettle-rb/tree_haver/releases/tag/v5.0.6
1344
+ [5.0.5]: https://github.com/kettle-rb/tree_haver/compare/v5.0.4...v5.0.5
1345
+ [5.0.5t]: https://github.com/kettle-rb/tree_haver/releases/tag/v5.0.5
1346
+ [5.0.4]: https://github.com/kettle-rb/tree_haver/compare/v5.0.3...v5.0.4
1347
+ [5.0.4t]: https://github.com/kettle-rb/tree_haver/releases/tag/v5.0.4
1308
1348
  [5.0.3]: https://github.com/kettle-rb/tree_haver/compare/v5.0.2...v5.0.3
1309
1349
  [5.0.3t]: https://github.com/kettle-rb/tree_haver/releases/tag/v5.0.3
1310
1350
  [5.0.2]: https://github.com/kettle-rb/tree_haver/compare/v5.0.1...v5.0.2
data/README.md CHANGED
@@ -1,36 +1,3 @@
1
- | 📍 NOTE |
2
- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3
- | RubyGems (the [GitHub org][rubygems-org], not the website) [suffered][draper-security] a [hostile takeover][ellen-takeover] in September 2025. |
4
- | Ultimately [4 maintainers][simi-removed] were [hard removed][martin-removed] and a reason has been given for only 1 of those, while 2 others resigned in protest. |
5
- | It is a [complicated story][draper-takeover] which is difficult to [parse quickly][draper-lies]. |
6
- | Simply put - there was active policy for adding or removing maintainers/owners of [rubygems][rubygems-maint-policy] and [bundler][bundler-maint-policy], and those [policies were not followed][policy-fail]. |
7
- | I'm adding notes like this to gems because I [don't condone theft][draper-theft] of repositories or gems from their rightful owners. |
8
- | If a similar theft happened with my repos/gems, I'd hope some would stand up for me. |
9
- | Disenfranchised former-maintainers have started [gem.coop][gem-coop]. |
10
- | Once available I will publish there exclusively; unless RubyCentral makes amends with the community. |
11
- | The ["Technology for Humans: Joel Draper"][reinteractive-podcast] podcast episode by [reinteractive][reinteractive] is the most cogent summary I'm aware of. |
12
- | See [here][gem-naming], [here][gem-coop] and [here][martin-ann] for more info on what comes next. |
13
- | What I'm doing: A (WIP) proposal for [bundler/gem scopes][gem-scopes], and a (WIP) proposal for a federated [gem server][gem-server]. |
14
-
15
- [rubygems-org]: https://github.com/rubygems/
16
- [draper-security]: https://joel.drapper.me/p/ruby-central-security-measures/
17
- [draper-takeover]: https://joel.drapper.me/p/ruby-central-takeover/
18
- [ellen-takeover]: https://pup-e.com/blog/goodbye-rubygems/
19
- [simi-removed]: https://www.reddit.com/r/ruby/s/gOk42POCaV
20
- [martin-removed]: https://bsky.app/profile/martinemde.com/post/3m3occezxxs2q
21
- [draper-lies]: https://joel.drapper.me/p/ruby-central-fact-check/
22
- [draper-theft]: https://joel.drapper.me/p/ruby-central/
23
- [reinteractive]: https://reinteractive.com/ruby-on-rails
24
- [gem-coop]: https://gem.coop
25
- [gem-naming]: https://github.com/gem-coop/gem.coop/issues/12
26
- [martin-ann]: https://martinemde.com/2025/10/05/announcing-gem-coop.html
27
- [gem-scopes]: https://github.com/galtzo-floss/bundle-namespace
28
- [gem-server]: https://github.com/galtzo-floss/gem-server
29
- [reinteractive-podcast]: https://youtu.be/_H4qbtC5qzU?si=BvuBU90R2wAqD2E6
30
- [bundler-maint-policy]: https://github.com/ruby/rubygems/blob/b1ab33a3d52310a84d16b193991af07f5a6a07c0/doc/bundler/playbooks/TEAM_CHANGES.md
31
- [rubygems-maint-policy]: https://github.com/ruby/rubygems/blob/b1ab33a3d52310a84d16b193991af07f5a6a07c0/doc/rubygems/POLICIES.md?plain=1#L187-L196
32
- [policy-fail]: https://www.reddit.com/r/ruby/comments/1ove9vp/rubycentral_hates_this_one_fact/
33
-
34
1
  [![Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-i]][🖼️galtzo-discord] [![ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5][🖼️ruby-lang-i]][🖼️ruby-lang] [![kettle-rb Logo by Aboling0, CC BY-SA 4.0][🖼️kettle-rb-i]][🖼️kettle-rb]
35
2
 
36
3
  [🖼️galtzo-i]: https://logos.galtzo.com/assets/images/galtzo-floss/avatar-192px.svg
@@ -52,6 +19,13 @@
52
19
 
53
20
  [![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 on Polar][🖇polar-img]][🖇polar] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
54
21
 
22
+ <details>
23
+ <summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
24
+
25
+ I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
26
+
27
+ </details>
28
+
55
29
  ## 🌻 Synopsis
56
30
 
57
31
  TreeHaver is a cross-Ruby adapter for the [tree-sitter](https://tree-sitter.github.io/tree-sitter/), [Citrus][citrus], and [Parslet][parslet] parsing libraries and other dedicated parsing tools that works seamlessly across MRI Ruby, JRuby, and TruffleRuby. It provides a unified API for parsing source code using grammars, regardless of your Ruby implementation.
@@ -92,8 +66,9 @@ tree = parser.parse(source_code)
92
66
  - **10 Parsing Backends** - Choose the right backend for your needs:
93
67
  - **Tree-sitter Backends** (high-performance, incremental parsing):
94
68
  - **MRI Backend**: Leverages [`ruby_tree_sitter`][ruby_tree_sitter] gem (C extension, fastest on MRI)
69
+ - **Note**: `ruby_tree_sitter` currently requires unreleased fixes in the `pboling` fork, `tree_haver` branch.
95
70
  - **Rust Backend**: Uses [`tree_stump`][tree_stump] gem (Rust with precompiled binaries)
96
- - **Note**: `tree_stump` currently requires unreleased fixes in the `main` branch.
71
+ - **Note**: Use `tree_stump` v0.2.0 or newer (fixes are released).
97
72
  - **FFI Backend**: Pure Ruby FFI bindings to `libtree-sitter` (JRuby only; TruffleRuby's FFI doesn't support tree-sitter's struct-by-value returns)
98
73
  - **Java Backend**: Native Java integration for JRuby with [`java-tree-sitter`](https://github.com/tree-sitter/java-tree-sitter) / [`jtreesitter`][jtreesitter] grammar JARs
99
74
  - **Language-Specific Backends** (native parser integration):
@@ -132,8 +107,11 @@ In ruby\_tree\_sitter v2.0, all TreeSitter exceptions were changed to inherit fr
132
107
  | `TreeSitter::QueryCreationError` | `TreeHaver::NotAvailable` | Query creation fails |
133
108
 
134
109
  ```ruby
135
- # Add to your Gemfile for MRI backend
136
- gem "ruby_tree_sitter", "~> 2.0"
110
+ # MRI tree-sitter Backend
111
+ gem "ruby_tree_sitter",
112
+ github: "pboling/ruby-tree-sitter",
113
+ branch: "tree_haver",
114
+ require: false # DO NOT LOAD, because conflicts with FFI
137
115
  ```
138
116
 
139
117
  #### Rust Backend (tree\_stump)
@@ -144,11 +122,10 @@ The Rust backend uses [tree\_stump][tree_stump], which is a Rust native extensio
144
122
 
145
123
  - **JRuby**: Cannot load native `.so` extensions (runs on JVM)
146
124
  - **TruffleRuby**: magnus/rb-sys are incompatible with TruffleRuby's C API emulation
147
- NOTE: `tree_stump` currently requires unreleased fixes in the `main` branch.
148
125
 
149
126
  ```ruby
150
- # Add to your Gemfile for Rust backend (MRI only)
151
- gem "tree_stump", github: "pboling/tree_stump", branch: "feat/upgrade-tree-sitter"
127
+ # Rust tree-sitter backend (MRI only)
128
+ gem "tree_stump", "~> 0.2.0"
152
129
  ```
153
130
 
154
131
  #### FFI Backend
@@ -484,7 +461,7 @@ tree_haver supports multiple parsing backends, but not all backends work on all
484
461
 
485
462
  **Note:** TreeHaver can use `ruby_tree_sitter` (MRI) or `tree_stump` (MRI) as backends, or `java-tree-sitter` / `jtreesitter` \>= 0.26.0 ([docs](https://tree-sitter.github.io/java-tree-sitter/), [maven][jtreesitter], [source](https://github.com/tree-sitter/java-tree-sitter), JRuby), or FFI on any backend, giving you TreeHaver's unified API, grammar discovery, and security features, plus full access to incremental parsing when using those backends.
486
463
 
487
- **Note:** `tree_stump` currently requires unreleased fixes in the `main` branch.
464
+ **Note:** Use `tree_stump` v0.2.0 or newer (fixes are released).
488
465
 
489
466
  #### When to Use Each
490
467
 
@@ -509,7 +486,7 @@ tree_haver supports multiple parsing backends, but not all backends work on all
509
486
  - You prefer Rust-based native extensions
510
487
  - You want precompiled binaries without system dependencies
511
488
  - You don't need TreeHaver's grammar discovery
512
- - **Note:** `tree_stump` currently requires unreleased fixes in the `main` branch.
489
+ - **Note:** Use `tree_stump` v0.2.0 or newer (fixes are released).
513
490
 
514
491
  **Choose citrus or parslet directly when:**
515
492
 
@@ -520,18 +497,19 @@ tree_haver supports multiple parsing backends, but not all backends work on all
520
497
 
521
498
  ## 💡 Info you can shake a stick at
522
499
 
523
- | Tokens to Remember | [![Gem name][⛳️name-img]][👽dl-rank] [![Gem namespace][⛳️namespace-img]][📜src-gh] |
524
- |-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
525
- | Works with JRuby | [![JRuby 10.0 Compat][💎jruby-c-i]][🚎11-c-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf] |
526
- | Works with Truffle Ruby | [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎9-t-wf] [![Truffle Ruby 24.1 Compat][💎truby-c-i]][🚎11-c-wf] |
527
- | Works with MRI Ruby 3 | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
528
- | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][🖼️galtzo-discord] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
529
- | 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\!](https://img.shields.io/badge/KLOC-2.484-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue)][🧮kloc] |
530
- | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
500
+ | Tokens to Remember | [![Gem name][⛳️name-img]][👽dl-rank] [![Gem namespace][⛳️namespace-img]][📜src-gh] |
501
+ |-------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
502
+ | Works with JRuby | [![JRuby 10.0 Compat][💎jruby-c-i]][🚎11-c-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf] |
503
+ | Works with Truffle Ruby | [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎9-t-wf] [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎9-t-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎9-t-wf] [![Truffle Ruby 33.0 Compat][💎truby-c-i]][🚎11-c-wf] |
504
+ | Works with MRI Ruby 4 | [![Ruby 4.0 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
505
+ | Works with MRI Ruby 3 | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎6-s-wf] |
506
+ | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][🖼️galtzo-discord] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
507
+ | 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\!](https://img.shields.io/badge/KLOC-2.484-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue)][🧮kloc] |
508
+ | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
531
509
  | Compliance | [![License: MIT][📄license-img]][📄license-ref] [![Compatible with Apache Software Projects: Verified by SkyWalking Eyes][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img][📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
532
- | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
533
- | Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
534
- | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
510
+ | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
511
+ | Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
512
+ | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
535
513
 
536
514
  ### Compatibility
537
515
 
@@ -859,8 +837,7 @@ TreeHaver.backend = :auto
859
837
  # Force a specific backend
860
838
  TreeHaver.backend = :mri # Use ruby_tree_sitter (MRI only, C extension)
861
839
  TreeHaver.backend = :rust # Use tree_stump (MRI, Rust extension with precompiled binaries)
862
- # Note: `tree_stump` currently requires unreleased fixes in the `main` branch.
863
- # See: https://github.com/joker1007/tree_stump
840
+ # Note: Use tree_stump v0.2.0 or newer (fixes are released).
864
841
  TreeHaver.backend = :ffi # Use FFI bindings (works on MRI and JRuby)
865
842
  TreeHaver.backend = :java # Use Java bindings (JRuby only, coming soon)
866
843
  TreeHaver.backend = :citrus # Use Citrus pure Ruby parser
@@ -2285,9 +2262,12 @@ Thanks for RTFM. ☺️
2285
2262
  [🚎15-🪪-wfi]: https://github.com/kettle-rb/tree_haver/actions/workflows/license-eye.yml/badge.svg
2286
2263
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
2287
2264
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
2265
+ [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
2288
2266
  [💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
2289
2267
  [💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
2290
2268
  [💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
2269
+ [💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
2270
+ [💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
2291
2271
  [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
2292
2272
  [💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
2293
2273
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
@@ -10,7 +10,7 @@ module TreeHaver
10
10
  # Current version of the tree_haver gem
11
11
  #
12
12
  # @return [String] the version string
13
- VERSION = "5.0.3"
13
+ VERSION = "5.0.5"
14
14
  end
15
15
 
16
16
  # Traditional location for VERSION constant
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tree_haver
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.3
4
+ version: 5.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -126,6 +126,9 @@ dependencies:
126
126
  - - "~>"
127
127
  - !ruby/object:Gem::Version
128
128
  version: '3.0'
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: 3.0.6
129
132
  type: :development
130
133
  prerelease: false
131
134
  version_requirements: !ruby/object:Gem::Requirement
@@ -133,6 +136,9 @@ dependencies:
133
136
  - - "~>"
134
137
  - !ruby/object:Gem::Version
135
138
  version: '3.0'
139
+ - - ">="
140
+ - !ruby/object:Gem::Version
141
+ version: 3.0.6
136
142
  - !ruby/object:Gem::Dependency
137
143
  name: kettle-soup-cover
138
144
  requirement: !ruby/object:Gem::Requirement
@@ -162,7 +168,7 @@ dependencies:
162
168
  version: '1.0'
163
169
  - - ">="
164
170
  - !ruby/object:Gem::Version
165
- version: 1.0.7
171
+ version: 1.0.10
166
172
  type: :development
167
173
  prerelease: false
168
174
  version_requirements: !ruby/object:Gem::Requirement
@@ -172,7 +178,7 @@ dependencies:
172
178
  version: '1.0'
173
179
  - - ">="
174
180
  - !ruby/object:Gem::Version
175
- version: 1.0.7
181
+ version: 1.0.10
176
182
  - !ruby/object:Gem::Dependency
177
183
  name: ruby-progressbar
178
184
  requirement: !ruby/object:Gem::Requirement
@@ -300,10 +306,10 @@ licenses:
300
306
  - MIT
301
307
  metadata:
302
308
  homepage_uri: https://tree-haver.galtzo.com/
303
- source_code_uri: https://github.com/kettle-rb/tree_haver/tree/v5.0.3
304
- changelog_uri: https://github.com/kettle-rb/tree_haver/blob/v5.0.3/CHANGELOG.md
309
+ source_code_uri: https://github.com/kettle-rb/tree_haver/tree/v5.0.5
310
+ changelog_uri: https://github.com/kettle-rb/tree_haver/blob/v5.0.5/CHANGELOG.md
305
311
  bug_tracker_uri: https://github.com/kettle-rb/tree_haver/issues
306
- documentation_uri: https://www.rubydoc.info/gems/tree_haver/5.0.3
312
+ documentation_uri: https://www.rubydoc.info/gems/tree_haver/5.0.5
307
313
  funding_uri: https://github.com/sponsors/pboling
308
314
  wiki_uri: https://github.com/kettle-rb/tree_haver/wiki
309
315
  news_uri: https://www.railsbling.com/tags/tree_haver
metadata.gz.sig CHANGED
Binary file