Skip to content

Commit 7d45fad

Browse files
authored
Merge pull request #84 from evolve75/next
Merging in the minor documentation changes from the next branch
2 parents e196e7d + 53ba34b commit 7d45fad

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
TAGS
23
.yardoc/
34
coverage.info

History.rdoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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.

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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:

0 commit comments

Comments
 (0)