File tree Expand file tree Collapse file tree 3 files changed +29
-5
lines changed
Expand file tree Collapse file tree 3 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1+ .DS_Store
12TAGS
23.yardoc /
34coverage.info
Original file line number Diff line number Diff line change 11= History of Changes
22
3+ === 1.0.2 / 2021-12-29
4+
5+ * A minor maintenance version to address a minor but annoying warning for
6+ circular dependencies.
7+
8+ === 1.0.1 / 2021-12-29
9+
10+ * Updated all dependencies (dev and runtime) to their latest stable releases.
11+ This is to primarily address potential CVE exposures from upstream libraries.
12+
13+ * Updated the supported version of MRI Ruby to 2.7.x
14+
15+ * Minor code cleanup using the safe automated corrections using rubocop.
16+
17+ * Note that this was never released to {https://rubygems.org rubygems.org})
18+
19+ === 1.0.0 / 2017-12-21
20+
21+ * Finally! Released version 1.0.0.
22+
23+ * This is a maintenance release that updates the dependent gem versions and
24+ addresses a few security vulnerabilities for older upstream gem packages.
25+
26+ * With this release, Rubytree now requires Ruby version 2.2.x or higher.
27+
328=== 0.9.7 / 2015-12-31
429
530* Released 0.9.6. This is a minor bug-fix release.
Original file line number Diff line number Diff line change 11<!--
22 README.md
33
4- Copyright (C) 2006-2017, 2020 Anupam Sengupta (anupamsg@gmail.com)
4+ Copyright (C) 2006-2017, 2020, 2021 Anupam Sengupta (anupamsg@gmail.com)
55
66-->
77# ** RubyTree** #
@@ -54,9 +54,7 @@ See the [API][rt_doc] documentation for more details.
5454#
5555# example_basic.rb:: Basic usage of the tree library.
5656#
57- # Author: Anupam Sengupta
58- # Time-stamp: <2013-12-28 12:14:20 anupam>
59- # Copyright (C) 2013 Anupam Sengupta <anupamsg@gmail.com>
57+ # Copyright (C) 2013-2021 Anupam Sengupta <anupamsg@gmail.com>
6058#
6159# The following example implements this tree structure:
6260#
@@ -119,7 +117,7 @@ This example can also be found at
119117
120118## REQUIREMENTS: ##
121119
122- * [ Ruby] [ ] 2.2.x, 2.3.x or 2.4.x
120+ * [ Ruby] [ ] 2.7.x+
123121
124122
125123* Run-time Dependencies:
You can’t perform that action at this time.
0 commit comments