xqsr3 0.39.4 → 0.39.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/AUTHORS.md +16 -0
- data/CHANGES.md +181 -0
- data/EXAMPLES.md +9 -0
- data/LICENSE +19 -17
- data/NEWS.md +18 -0
- data/README.md +65 -30
- data/TODO.md +21 -0
- data/lib/xqsr3/version.rb +3 -3
- metadata +14 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4fb9c01f9cde5fba6ee5b85c5dbf6b6ccd1572aacc96b868fcc13bac0c00b0d5
|
|
4
|
+
data.tar.gz: 1c63da6872ed12528a0faeaed031d28ec2e4cfe2c30f2092316cccc84a964b4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad927cba894ebb63abf49f74d09b1a3fe3525dcd3535d5a187ac658d70de8138cfd7a6969283670bc60d477906b4ecc0d323324463e3a4f1b3c4bd68565f23d9
|
|
7
|
+
data.tar.gz: b15e439c3b98b55767742ec65e87c53c7a7eaf2192b25b77a895265521fa7a0f1d4d855c03ee40b432cad142b3fd8a2b6e2c1c329fb09f9e492a0b447b2e854e
|
data/AUTHORS.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# xqsr3 - Authors <!-- omit in toc -->
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Major Contributors:
|
|
5
|
+
|
|
6
|
+
* Matt Wilson ([mwsis](https://github.com/mwsis))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## Defect reports, fixes and suggestions (for which we are very grateful):
|
|
10
|
+
|
|
11
|
+
* \<none>
|
|
12
|
+
|
|
13
|
+
Contributions are welcomed.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
<!-- ########################### end of file ########################### -->
|
data/CHANGES.md
ADDED
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
# **xqsr3** Changes <!-- omit in toc -->
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## 0.39.4.1 - 12th August 2026
|
|
5
|
+
|
|
6
|
+
* updated **LICENSE** to canonical BSD-3-Clause form (copyright through 2026);
|
|
7
|
+
* rewritten **.gitattributes** for Ruby (EOL, diff, Linguist);
|
|
8
|
+
* updated CI branch triggers in **.github/workflows/ruby.yml**;
|
|
9
|
+
* wired **Gemfile** to `gemspec` with explicit **rake** / **test-unit** (Ruby-version-aware **rake** pins); removed obsolete gemspec `rake '~> 2'` development dependency;
|
|
10
|
+
* extended **.github/workflows/ruby.yml** with gem build/install smoke on the test matrix and a Ubuntu/**3.3** warnings job;
|
|
11
|
+
* reordered **README.md** (tagline before badges), added **Dependencies** (Efferent / Afferent), and lexicographically sorted related-project lists;
|
|
12
|
+
* added **TODO.md**, **NEWS.md**, and **AUTHORS.md**; normalised **CHANGES.md** bullets and removed legacy "previous versions / T.B.C." stub;
|
|
13
|
+
* polished **xqsr3.gemspec** (`https` homepage, Rubygems `metadata` URIs, dropped `Date.today`, package **AUTHORS**/**CHANGES**/**EXAMPLES**/**NEWS**/**TODO**);
|
|
14
|
+
* boilerplate (**CHANGES.md**, **EXAMPLES.md**, **.gitignore**, **.vscode/settings.json**);
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 0.39.4 - 29th August 2025
|
|
18
|
+
|
|
19
|
+
* GitHub Actions;
|
|
20
|
+
* Rakefile;
|
|
21
|
+
* Ruby 3.4 compatibility;
|
|
22
|
+
* warnings;
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## 0.39.3.2 - 29th August 2025
|
|
26
|
+
|
|
27
|
+
* boilerplate;
|
|
28
|
+
* updated **run_all_unit_tests.sh** (from https://github.com/synesissoftware/misc-dev-scripts);
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## 0.39.3.1 - 6th March 2025
|
|
32
|
+
|
|
33
|
+
* warnings;
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## 0.39.3 - 27th July 2024
|
|
37
|
+
|
|
38
|
+
* minor fixes;
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 0.39.2.1 - 12th April 2024
|
|
42
|
+
|
|
43
|
+
* wholesale documentation improvements;
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 0.39.2 - 12th April 2024
|
|
47
|
+
|
|
48
|
+
* fixed conditional definition / overriding of `Test::Unit::Assertions` assertion methods;
|
|
49
|
+
* fix to `IO.writelines()` extension method;
|
|
50
|
+
* various warnings fixed;
|
|
51
|
+
* settings (fix);
|
|
52
|
+
* updated **run_all_unit_tests.sh** (from https://github.com/synesissoftware/misc-dev-scripts);
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## 0.39.1 - 30th March 2024
|
|
56
|
+
|
|
57
|
+
* extends `Integer` class with the `#to_s_grp()` method;
|
|
58
|
+
* canonicalising whitespace and file format;
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 0.39.0 - 29th March 2024
|
|
62
|
+
|
|
63
|
+
* added `Integer#to_s_grp` extension method, available via **xqsr3/extensions/integer** (or **xqsr3/extensions/integer/to_s_grp**);
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 0.38.2 - 1st December 2023
|
|
67
|
+
|
|
68
|
+
* `check_parameter()` : ~ execution of block (if given) now occurs _before_ value check, rather than after;
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## 0.38.1.1 - 1st December 2023
|
|
72
|
+
|
|
73
|
+
* improved documentation;
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 0.38.1 - 26th July 2022
|
|
77
|
+
|
|
78
|
+
* ensuring all `Xqsr3::Containers::FrequencyMap` `each` methods work with and without block;
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## 0.38.0 - 25th July 2022
|
|
82
|
+
|
|
83
|
+
* various enhancements to `Xqsr3::Quality::ParameterChecking` module;
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## 0.37.3 - 19th July 2022
|
|
87
|
+
|
|
88
|
+
* added `NilClass#map_option_string` extension method, available via **xqsr3/extensions/string/map_option_string**;
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 0.37.2 - 26th June 2022
|
|
92
|
+
|
|
93
|
+
* Ruby 3.x compatibility in gemspec;
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## 0.37.1 - 25th June 2022
|
|
97
|
+
|
|
98
|
+
* compatibility with Ruby 3.x for `Hash#except` and `#except!`;
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## 0.37.0 - 20th April 2021
|
|
102
|
+
|
|
103
|
+
* added `Hash#except` extension method, available via **xqsr3/extensions/hash** (or **xqsr3/extensions/hash/except**);
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## 0.36.1.1 - 20th September 2020
|
|
107
|
+
|
|
108
|
+
* fixes to unit-tests of `tc_raise_with_options` to ensure works on Windows;
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## 0.36.1 - 2nd June 2020
|
|
112
|
+
|
|
113
|
+
* Ruby 2.7 compatibility - avoiding deprecation warning when Hash used in keyword arguments context;
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 0.36.0 - 26th May 2020
|
|
117
|
+
|
|
118
|
+
* added a number of files to simplify `require` statements:
|
|
119
|
+
* **lib/xqsr3/all_extensions.rb**;
|
|
120
|
+
* **lib/xqsr3/array_utilities.rb**;
|
|
121
|
+
* **lib/xqsr3/command_line_utilities.rb**;
|
|
122
|
+
* **lib/xqsr3/containers.rb**;
|
|
123
|
+
* **lib/xqsr3/conversion.rb**;
|
|
124
|
+
* **lib/xqsr3/diagnostics.rb**;
|
|
125
|
+
* **lib/xqsr3/extensions.rb**;
|
|
126
|
+
* **lib/xqsr3/extensions/array.rb**;
|
|
127
|
+
* **lib/xqsr3/hash_utilities.rb**;
|
|
128
|
+
* **lib/xqsr3/string_utilities.rb**;
|
|
129
|
+
* improved **CHANGES.md** markup (25th May 2020);
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 0.35.0 - 31st October 2019
|
|
133
|
+
|
|
134
|
+
* `::Xqsr3::IO.writelines()` / `::IO.writelines()` now recognises `:no_last_eol` option, which, if truey, suppresses the EOL on the last line/element in the written collection;
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
## 0.34.0 - 4th July 2019
|
|
138
|
+
|
|
139
|
+
* added `Hash#slice` for Ruby versions < 2.5, available via **xqsr3/extensions/hash** (or **xqsr3/extensions/hash/slice**);
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## 0.33.0.1 - 15th April 2019
|
|
143
|
+
|
|
144
|
+
* further hiding of internal code from rdoc and yard;
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
## 0.33.0 - 15th April 2019
|
|
148
|
+
|
|
149
|
+
* `MultiMap`:
|
|
150
|
+
* added `#has_values?` method;
|
|
151
|
+
* added `#multi_merge` and `#multi_merge!` methods;
|
|
152
|
+
* added `#strict_merge` and `#strict_merge!` methods;
|
|
153
|
+
* adding in missing (`TypeError`) parameter checks;
|
|
154
|
+
* completing all outstanding missing documentation;
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
## 0.32.3 - 12th April 2019
|
|
158
|
+
|
|
159
|
+
* comprehensive fixes to documentation;
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
## 0.32.2 - 12th April 2019
|
|
163
|
+
|
|
164
|
+
* substantially improved performance of `Enumerable#unique()`;
|
|
165
|
+
* fixes to `FrequencyMap`;
|
|
166
|
+
* fixes to `MultiMap`;
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## 0.32.1 - 12th April 2019
|
|
170
|
+
|
|
171
|
+
* `FrequencyMap` : changed `@counts` => `@elements`;
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
## 0.32.0 - 12th April 2019
|
|
175
|
+
|
|
176
|
+
* refactored `Xqsr3::Containers::FrequencyMap`, and corrected `#push()` to handle -ve count;
|
|
177
|
+
* substantially improved documentation for some components (though many more to go);
|
|
178
|
+
* added **EXAMPLES.md** and the **examples/count_word_frequencies.rb** example;
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
<!-- ########################### end of file ########################### -->
|
data/EXAMPLES.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# **xqsr3** Examples <!-- omit in toc -->
|
|
2
|
+
|
|
3
|
+
|Name|Source & Description|Summary|
|
|
4
|
+
|---|---|---|
|
|
5
|
+
|**count_word_frequencies**|[examples/count_word_frequencies.rb](/examples/count_word_frequencies.rb)<br/>[examples/count_word_frequencies.md](/examples/count_word_frequencies.md)|Simple example supporting ```--help``` and ```--version```|
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
<!-- ########################### end of file ########################### -->
|
|
9
|
+
|
data/LICENSE
CHANGED
|
@@ -1,30 +1,32 @@
|
|
|
1
|
-
xqsr3
|
|
1
|
+
xqsr3 - BSD 3-Clause License
|
|
2
2
|
|
|
3
|
+
Copyright (c) 2019-2026, Matthew Wilson and Synesis Information Systems
|
|
3
4
|
Copyright (c) 2005-2019, Matthew Wilson and Synesis Software
|
|
4
5
|
All rights reserved.
|
|
5
6
|
|
|
6
7
|
Redistribution and use in source and binary forms, with or without
|
|
7
8
|
modification, are permitted provided that the following conditions are met:
|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
1. Redistributions of source code must retain the above copyright notice,
|
|
11
|
+
this list of conditions and the following disclaimer.
|
|
11
12
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
14
|
+
this list of conditions and the following disclaimer in the documentation
|
|
15
|
+
and/or other materials provided with the distribution.
|
|
15
16
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
18
|
+
contributors may be used to endorse or promote products derived from
|
|
19
|
+
this software without specific prior written permission.
|
|
19
20
|
|
|
20
21
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
21
22
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
22
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
23
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
24
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
25
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
26
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
27
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
28
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
29
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
23
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
24
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
25
|
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
26
|
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
27
|
+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
28
|
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
29
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
30
|
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
31
|
+
POSSIBILITY OF SUCH DAMAGE.
|
|
30
32
|
|
data/NEWS.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# xqsr3 - News <!-- omit in toc -->
|
|
2
|
+
|
|
3
|
+
| Date | News Item |
|
|
4
|
+
| ------------------ | --------------------------- |
|
|
5
|
+
| 12th August 2026 | [**xqsr3** 0.39.4.1](https://github.com/synesissoftware/xqsr3/releases/tag/0.39.4.1) |
|
|
6
|
+
| 29th August 2025 | **xqsr3** 0.39.4 released |
|
|
7
|
+
| 29th August 2025 | **xqsr3** 0.39.3.2 released |
|
|
8
|
+
| 6th March 2025 | **xqsr3** 0.39.3.1 released |
|
|
9
|
+
| 27th July 2024 | **xqsr3** 0.39.3 released |
|
|
10
|
+
| 12th April 2024 | **xqsr3** 0.39.2.1 released |
|
|
11
|
+
| 12th April 2024 | **xqsr3** 0.39.2 released |
|
|
12
|
+
| 30th March 2024 | **xqsr3** 0.39.1 released |
|
|
13
|
+
| 29th March 2024 | **xqsr3** 0.39.0 released |
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
<!-- ########################### end of file ########################### -->
|
|
17
|
+
|
|
18
|
+
|
data/README.md
CHANGED
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
# xqsr3 <!-- omit in toc -->
|
|
2
2
|
|
|
3
|
+
e**X**tensions by fine **Q**uantum for **S**tandard **R**uby and **3**rd-party libraries
|
|
4
|
+
|
|
3
5
|

|
|
4
6
|
[](https://opensource.org/licenses/BSD-3-Clause)
|
|
5
7
|
[](https://badge.fury.io/rb/xqsr3)
|
|
6
8
|
[](https://github.com/synesissoftware/xqsr3/commits/master)
|
|
7
9
|
[](https://github.com/synesissoftware/xqsr3/actions/workflows/ruby.yml)
|
|
8
10
|
|
|
9
|
-
e**X**tensions by fine **Q**uantum for **S**tandard **R**uby and **3**rd-party libraries
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Introduction
|
|
13
|
-
|
|
14
|
-
**xqsr3** is a lightweight, low-coupling library of assorted extensions to standard ruby and 3rd-party libraries.
|
|
15
|
-
|
|
16
|
-
It has **no dependencies** on any other non-standard library.
|
|
17
|
-
|
|
18
|
-
It may be pronounced (lamely) as "excusers".
|
|
19
11
|
|
|
20
12
|
## Table of Contents <!-- omit in toc -->
|
|
21
13
|
|
|
@@ -24,10 +16,26 @@ It may be pronounced (lamely) as "excusers".
|
|
|
24
16
|
- [Components](#components)
|
|
25
17
|
- [Examples](#examples)
|
|
26
18
|
- [Project Information](#project-information)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
19
|
+
- [Where to get help](#where-to-get-help)
|
|
20
|
+
- [Contribution guidelines](#contribution-guidelines)
|
|
21
|
+
- [Dependencies](#dependencies)
|
|
22
|
+
- [Efferent (fan-out)](#efferent-fan-out)
|
|
23
|
+
- [Runtime Dependencies (aka "Normal Dependencies")](#runtime-dependencies-aka-normal-dependencies)
|
|
24
|
+
- [Development Dependencies](#development-dependencies)
|
|
25
|
+
- [Afferent (fan-in)](#afferent-fan-in)
|
|
26
|
+
- [Runtime dependents](#runtime-dependents)
|
|
27
|
+
- [Development dependents](#development-dependents)
|
|
28
|
+
- [Related projects](#related-projects)
|
|
29
|
+
- [License](#license)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## Introduction
|
|
33
|
+
|
|
34
|
+
**xqsr3** is a lightweight, low-coupling library of assorted extensions to standard ruby and 3rd-party libraries. It has zero runtime dependencies.
|
|
35
|
+
|
|
36
|
+
It has **no dependencies** on any other non-standard library.
|
|
37
|
+
|
|
38
|
+
It may be pronounced (lamely) as "excusers".
|
|
31
39
|
|
|
32
40
|
|
|
33
41
|
## Installation
|
|
@@ -35,7 +43,7 @@ It may be pronounced (lamely) as "excusers".
|
|
|
35
43
|
Install via **gem** as in:
|
|
36
44
|
|
|
37
45
|
```
|
|
38
|
-
gem install
|
|
46
|
+
gem install xqsr3
|
|
39
47
|
```
|
|
40
48
|
|
|
41
49
|
or add it to your `Gemfile`.
|
|
@@ -72,7 +80,7 @@ which brings in nine extensions.
|
|
|
72
80
|
* String Utilities
|
|
73
81
|
* ~~XML Utilities~~ **NOTE**: The **XML** components formerly in **xqsr3** in
|
|
74
82
|
versions **0.29**-**0.30** are now contained in the separate project
|
|
75
|
-
[**xqsr3-xml**](https://github.com/synesissoftware
|
|
83
|
+
[**xqsr3-xml**](https://github.com/synesissoftware/xqsr3-xml/).
|
|
76
84
|
|
|
77
85
|
and extensions to the following standard library components:
|
|
78
86
|
|
|
@@ -103,23 +111,51 @@ Examples are provided in the ```examples``` directory, along with a markdown des
|
|
|
103
111
|
Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/xqsr3.
|
|
104
112
|
|
|
105
113
|
|
|
106
|
-
###
|
|
114
|
+
### Dependencies
|
|
107
115
|
|
|
108
|
-
**xqsr3** is a runtime dependency of:
|
|
109
116
|
|
|
110
|
-
|
|
111
|
-
* the **[comment_strip-ruby](https://github.com/synesissoftware/comment_strip.r)** library;
|
|
112
|
-
* the [**xqsr3-xml**](https://github.com/synesissoftware.com/xqsr3-xml/) library.
|
|
117
|
+
#### Efferent (fan-out)
|
|
113
118
|
|
|
114
|
-
|
|
119
|
+
Libraries upon which **xqsr3** depends:
|
|
115
120
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
*
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
|
|
122
|
+
##### Runtime Dependencies (aka "Normal Dependencies")
|
|
123
|
+
|
|
124
|
+
* \<none>;
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
##### Development Dependencies
|
|
128
|
+
|
|
129
|
+
* [**rake**](https://rubygems.org/gems/rake);
|
|
130
|
+
* [**test-unit**](https://rubygems.org/gems/test-unit);
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
#### Afferent (fan-in)
|
|
134
|
+
|
|
135
|
+
Projects that depend on **xqsr3**:
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
##### Runtime dependents
|
|
139
|
+
|
|
140
|
+
* [**comment_strip-ruby**](https://github.com/synesissoftware/comment_strip.r);
|
|
141
|
+
* [**libCLImate.Ruby**](https://github.com/synesissoftware/libCLImate.Ruby);
|
|
142
|
+
* [**xqsr3-xml**](https://github.com/synesissoftware/xqsr3-xml/);
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
##### Development dependents
|
|
146
|
+
|
|
147
|
+
* [**CLASP.Ruby**](https://github.com/synesissoftware/CLASP.Ruby);
|
|
148
|
+
* [**cmpfs.Ruby**](https://github.com/synesissoftware/cmpfs.Ruby);
|
|
149
|
+
* [**Diagnosticism.Ruby**](https://github.com/synesissoftware/Diagnosticism.Ruby);
|
|
150
|
+
* [**libpath.Ruby**](https://github.com/synesissoftware/libpath.Ruby);
|
|
151
|
+
* [**Pantheios.Ruby**](https://github.com/synesissoftware/Pantheios.Ruby);
|
|
152
|
+
* [**Quench.Ruby**](https://github.com/synesissoftware/Quench.Ruby);
|
|
153
|
+
* [**recls.Ruby**](https://github.com/synesissoftware/recls.Ruby);
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Related projects
|
|
157
|
+
|
|
158
|
+
* [**xqsr3-xml**](https://github.com/synesissoftware/xqsr3-xml/) — XML components formerly shipped in **xqsr3**;
|
|
123
159
|
|
|
124
160
|
|
|
125
161
|
### License
|
|
@@ -128,4 +164,3 @@ and a development dependency of:
|
|
|
128
164
|
|
|
129
165
|
|
|
130
166
|
<!-- ########################### end of file ########################### -->
|
|
131
|
-
|
data/TODO.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# xqsr3 - TODO <!-- omit in toc -->
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Functional improvements
|
|
5
|
+
|
|
6
|
+
* [ ] prepare `IO.writelines` (and related helpers) for frozen-string-literal defaults (Ruby 3.4+ warnings under `-W`);
|
|
7
|
+
* [ ] quiet Ruby 3.4 `test-unit` warnings for blocks passed to `assert_nil` / `assert_not_nil` in **test/unit/quality/tc_parameter_checking.rb**;
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## Performance improvements
|
|
11
|
+
|
|
12
|
+
* \<none>
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## Packaging improvements
|
|
16
|
+
|
|
17
|
+
* [ ] after the packaging/boilerplate/CI baseline release: bump **VERSION**, drop gemspec `required_ruby_version` `< 4` upper bound, and align **CHANGES**;
|
|
18
|
+
* [x] ~~~gemspec polish: `https` homepage, Rubygems `metadata` URIs, stop using `Date.today`, include **CHANGES.md** in packaged files~~~;
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
<!-- ########################### end of file ########################### -->
|
data/lib/xqsr3/version.rb
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
# Purpose: Version for Xqsr3 library
|
|
6
6
|
#
|
|
7
7
|
# Created: 3rd April 2016
|
|
8
|
-
# Updated:
|
|
8
|
+
# Updated: 12th August 2026
|
|
9
9
|
#
|
|
10
10
|
# Home: http://github.com/synesissoftware/xqsr3
|
|
11
11
|
#
|
|
12
12
|
# Author: Matthew Wilson
|
|
13
13
|
#
|
|
14
|
-
# Copyright (c) 2019-
|
|
14
|
+
# Copyright (c) 2019-2026, Matthew Wilson and Synesis Information Systems
|
|
15
15
|
# Copyright (c) 2016-2019, Matthew Wilson and Synesis Software
|
|
16
16
|
# All rights reserved.
|
|
17
17
|
#
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
module Xqsr3
|
|
52
52
|
|
|
53
53
|
# Current version of the Xqsr3 library
|
|
54
|
-
VERSION = '0.39.4'
|
|
54
|
+
VERSION = '0.39.4.1'
|
|
55
55
|
|
|
56
56
|
private
|
|
57
57
|
VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
|
metadata
CHANGED
|
@@ -1,29 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xqsr3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.39.4
|
|
4
|
+
version: 0.39.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Wilson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
12
|
-
dependencies:
|
|
13
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: rake
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '2'
|
|
20
|
-
type: :development
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - "~>"
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '2'
|
|
11
|
+
date: 2026-08-12 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
27
13
|
description: |
|
|
28
14
|
eXtensions by fine Quantum for Standard Ruby and 3rd-party libraries is a
|
|
29
15
|
lightweight, low-coupling library of assorted extensions to standard Ruby
|
|
@@ -33,9 +19,14 @@ executables: []
|
|
|
33
19
|
extensions: []
|
|
34
20
|
extra_rdoc_files: []
|
|
35
21
|
files:
|
|
22
|
+
- AUTHORS.md
|
|
23
|
+
- CHANGES.md
|
|
24
|
+
- EXAMPLES.md
|
|
36
25
|
- LICENSE
|
|
26
|
+
- NEWS.md
|
|
37
27
|
- README.md
|
|
38
28
|
- Rakefile
|
|
29
|
+
- TODO.md
|
|
39
30
|
- examples/count_word_frequencies.md
|
|
40
31
|
- examples/count_word_frequencies.rb
|
|
41
32
|
- lib/xqsr3/all_extensions.rb
|
|
@@ -172,10 +163,14 @@ files:
|
|
|
172
163
|
- test/unit/string_utilities/ts_all.rb
|
|
173
164
|
- test/unit/tc_version.rb
|
|
174
165
|
- test/unit/ts_all.rb
|
|
175
|
-
homepage:
|
|
166
|
+
homepage: https://github.com/synesissoftware/xqsr3
|
|
176
167
|
licenses:
|
|
177
168
|
- BSD-3-Clause
|
|
178
|
-
metadata:
|
|
169
|
+
metadata:
|
|
170
|
+
bug_tracker_uri: https://github.com/synesissoftware/xqsr3/issues
|
|
171
|
+
changelog_uri: https://github.com/synesissoftware/xqsr3/blob/master/CHANGES.md
|
|
172
|
+
homepage_uri: https://github.com/synesissoftware/xqsr3
|
|
173
|
+
source_code_uri: https://github.com/synesissoftware/xqsr3
|
|
179
174
|
post_install_message:
|
|
180
175
|
rdoc_options: []
|
|
181
176
|
require_paths:
|