From 1c34c4490530438f0e8f0dc970f6a577315e7583 Mon Sep 17 00:00:00 2001 From: Anupam Sengupta Date: Wed, 29 Dec 2021 13:22:27 -0500 Subject: [PATCH 1/3] Updated documentation and version history. --- History.rdoc | 25 +++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/History.rdoc b/History.rdoc index d100975..e9e0f68 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,5 +1,30 @@ = History of Changes +=== 1.0.2 / 2021-12-29 + +* A minor maintenance version to address a minor but annoying warning for +circular dependencies. + +=== 1.0.1 / 2021-12-29 + +* Updated all dependencies (dev and runtime) to their latest stable releases. + This is to primarily address potential CVE exposures from upstream libraries. + +* Updated the supported version of MRI Ruby to 2.7.x + +* Minor code cleanup using the safe automated corrections using rubocop. + +* Note that this was never released to {https://rubygems.org rubygems.org}) + +=== 1.0.0 / 2017-12-21 + +* Finally! Released version 1.0.0. + +* This is a maintenance release that updates the dependent gem versions and + addresses a few security vulnerabilities for older upstream gem packages. + +* With this release, Rubytree now requires Ruby version 2.2.x or higher. + === 0.9.7 / 2015-12-31 * Released 0.9.6. This is a minor bug-fix release. diff --git a/README.md b/README.md index 90cc804..3b1cfa7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # **RubyTree** # From 74c2658122c756ecbfa4280b4c3d3db46bd0eff7 Mon Sep 17 00:00:00 2001 From: Anupam Sengupta Date: Wed, 29 Dec 2021 13:41:17 -0500 Subject: [PATCH 2/3] Ignoring the .DS_Store files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c7f9167..3c32160 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store TAGS .yardoc/ coverage.info From 53ba34b0f2b7661a8821d4873d67a93c445da265 Mon Sep 17 00:00:00 2001 From: Anupam Sengupta Date: Wed, 29 Dec 2021 13:56:13 -0500 Subject: [PATCH 3/3] Updated the example in the README.md file. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b1cfa7..2ec0fe0 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,7 @@ See the [API][rt_doc] documentation for more details. # # example_basic.rb:: Basic usage of the tree library. # -# Author: Anupam Sengupta -# Time-stamp: <2013-12-28 12:14:20 anupam> -# Copyright (C) 2013 Anupam Sengupta +# Copyright (C) 2013-2021 Anupam Sengupta # # The following example implements this tree structure: # @@ -119,7 +117,7 @@ This example can also be found at ## REQUIREMENTS: ## -* [Ruby][] 2.2.x, 2.3.x or 2.4.x +* [Ruby][] 2.7.x+ * Run-time Dependencies: