Skip to content

Commit 3a3bb2e

Browse files
committed
Simplify install message
Trim the post-install notes to the most recent highlights and a changelog pointer for full history.
1 parent 3e2b3d8 commit 3a3bb2e

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

rubytree.gemspec

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,10 @@ Gem::Specification.new do |s|
8989
Note::
9090
9191
- 3.0.0pre sets the minimum Ruby version to 3.1.
92-
93-
- 2.2.0 is a minor update that improves tree integrity checks,
94-
traversal robustness, and node management edge cases.
95-
96-
- 2.1.1 is a minor update that updates all dependencies and
97-
Updates the guard clause for creating a tree from a hash.
98-
99-
- 2.1.0 is a minor update that brings all libraries to their
100-
latest stable versions. This version no longer supports
101-
Ruby 2.6 (minimum requirement is now >= 2.7).
102-
92+
- 2.2.0 improves tree integrity checks and traversal robustness.
10393
- 2.0.0 is a major release with BREAKING API changes.
104-
See `CHANGELOG.md` for details.
10594
106-
- For the full release history and API change notes, see `CHANGELOG.md`.
95+
For the full release history and API change notes, see `CHANGELOG.md`.
10796
10897
========================================================================
10998
END_MESSAGE

0 commit comments

Comments
 (0)