Skip to content

Commit 8693f36

Browse files
committed
🔖 Prepare release v4.0.6
⚡️ A message from a fellow meat-based-AI ⚡️ - [❤️] Finely-crafted open-source tools like ast-merge (& many more) require time and effort. - [❤️] Though I adore my work, it lacks financial sustainability. - [❤️] Please, help me continue enhancing your tools by becoming a sponsor: - [💲] https://liberapay.com/pboling/donate - [💲] https://github.com/sponsors/pboling
1 parent 769bd2a commit 8693f36

File tree

100 files changed

+188
-10001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+188
-10001
lines changed

CHANGELOG.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ Please file a bug if you notice a violation of semantic versioning.
2222

2323
### Changed
2424

25-
- Updated documentation on hostile takeover of RubyGems
26-
- https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo
27-
2825
### Deprecated
2926

3027
### Removed
@@ -33,6 +30,30 @@ Please file a bug if you notice a violation of semantic versioning.
3330

3431
### Security
3532

33+
## [4.0.6] - 2026-02-19
34+
35+
- TAG: [v4.0.6][4.0.6t]
36+
- COVERAGE: 96.37% -- 2552/2648 lines in 50 files
37+
- BRANCH COVERAGE: 87.22% -- 812/931 branches in 50 files
38+
- 98.81% documented
39+
40+
### Added
41+
42+
- AGENTS.md
43+
44+
### Changed
45+
46+
- Updated documentation on hostile takeover of RubyGems
47+
- https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo
48+
- appraisal2 v3.0.6
49+
- kettle-test v1.0.10
50+
- stone_checksums v1.0.3
51+
- tree_haver v5.0.5
52+
- tree_stump v0.2.0
53+
- fork no longer required, updates all applied upstream
54+
- Updated documentation on hostile takeover of RubyGems
55+
- https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo
56+
3657
## [4.0.5] - 2026-02-01
3758

3859
- TAG: [v4.0.5][4.0.5t]
@@ -756,7 +777,9 @@ Please file a bug if you notice a violation of semantic versioning.
756777

757778
- Initial release
758779

759-
[Unreleased]: https://github.com/kettle-rb/ast-merge/compare/v4.0.5...HEAD
780+
[Unreleased]: https://github.com/kettle-rb/ast-merge/compare/v4.0.6...HEAD
781+
[4.0.6]: https://github.com/kettle-rb/ast-merge/compare/v4.0.5...v4.0.6
782+
[4.0.6t]: https://github.com/kettle-rb/ast-merge/releases/tag/v4.0.6
760783
[4.0.5]: https://github.com/kettle-rb/ast-merge/compare/v4.0.4...v4.0.5
761784
[4.0.5t]: https://github.com/kettle-rb/ast-merge/releases/tag/v4.0.5
762785
[4.0.4]: https://github.com/kettle-rb/ast-merge/compare/v4.0.3...v4.0.4

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GIT
2323
PATH
2424
remote: .
2525
specs:
26-
ast-merge (4.0.5)
26+
ast-merge (4.0.6)
2727
tree_haver (~> 5.0, >= 5.0.5)
2828
version_gem (~> 1.1, >= 1.1.9)
2929

@@ -439,7 +439,7 @@ CHECKSUMS
439439
ansi (1.5.0) sha256=5408253274e33d9d27d4a98c46d2998266fd51cba58a7eb9d08f50e57ed23592
440440
appraisal2 (3.0.6) sha256=09387896b6c8c8c0ff0749af691ddff5e3168de2f06b591a80d8fd8b6394d147
441441
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
442-
ast-merge (4.0.5)
442+
ast-merge (4.0.6)
443443
backports (3.25.3) sha256=94298d32dc3c40ca15633b54e282780b49e2db0c045f602ea1907e4f63a17235
444444
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
445445
bigdecimal (3.3.1) sha256=eaa01e228be54c4f9f53bf3cc34fe3d5e845c31963e7fcc5bedb05a4e7d52218

docs/Ast.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2>Overview</h2><div class="docstring">
124124
</div>
125125

126126
<div id="footer">
127-
Generated on Thu Feb 19 03:43:05 2026 by
127+
Generated on Thu Feb 19 03:50:05 2026 by
128128
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129129
0.9.38 (ruby-4.0.1).
130130
</div>

docs/Ast/Merge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h2>
158158
</div>
159159

160160
<div id="footer">
161-
Generated on Thu Feb 19 03:43:05 2026 by
161+
Generated on Thu Feb 19 03:50:05 2026 by
162162
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
163163
0.9.38 (ruby-4.0.1).
164164
</div>

docs/Ast/Merge/AstNode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2321,7 +2321,7 @@ <h3 class="signature " id="unwrap-instance_method">
23212321
</div>
23222322

23232323
<div id="footer">
2324-
Generated on Thu Feb 19 03:43:05 2026 by
2324+
Generated on Thu Feb 19 03:50:05 2026 by
23252325
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
23262326
0.9.38 (ruby-4.0.1).
23272327
</div>

docs/Ast/Merge/AstNode/Location.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ <h3 class="signature first" id="cover?-instance_method">
591591
</div>
592592

593593
<div id="footer">
594-
Generated on Thu Feb 19 03:43:06 2026 by
594+
Generated on Thu Feb 19 03:50:05 2026 by
595595
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
596596
0.9.38 (ruby-4.0.1).
597597
</div>

docs/Ast/Merge/AstNode/Point.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ <h3 class="signature " id="to_s-instance_method">
550550
</div>
551551

552552
<div id="footer">
553-
Generated on Thu Feb 19 03:43:05 2026 by
553+
Generated on Thu Feb 19 03:50:05 2026 by
554554
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
555555
0.9.38 (ruby-4.0.1).
556556
</div>

docs/Ast/Merge/Comment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h5 class="example_title"><div class='inline'><p>Auto-detecting style</p>
154154
</div>
155155

156156
<div id="footer">
157-
Generated on Thu Feb 19 03:43:05 2026 by
157+
Generated on Thu Feb 19 03:50:05 2026 by
158158
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
159159
0.9.38 (ruby-4.0.1).
160160
</div>

docs/Ast/Merge/Comment/Block.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ <h3 class="signature " id="type-instance_method">
11371137
</div>
11381138

11391139
<div id="footer">
1140-
Generated on Thu Feb 19 03:43:06 2026 by
1140+
Generated on Thu Feb 19 03:50:05 2026 by
11411141
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
11421142
0.9.38 (ruby-4.0.1).
11431143
</div>

docs/Ast/Merge/Comment/Empty.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ <h3 class="signature " id="type-instance_method">
911911
</div>
912912

913913
<div id="footer">
914-
Generated on Thu Feb 19 03:43:06 2026 by
914+
Generated on Thu Feb 19 03:50:05 2026 by
915915
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
916916
0.9.38 (ruby-4.0.1).
917917
</div>

0 commit comments

Comments
 (0)