xqsr3 0.39.3 → 0.39.3.2
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/README.md +21 -6
- data/lib/xqsr3/version.rb +3 -3
- data/test/unit/quality/tc_parameter_checking.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0522d1a6025ddeb57a8218894b547694b860ae2d9f404cf211da4446f50512b8
|
4
|
+
data.tar.gz: c1238fd57e0909ff408731ce90dbf27c8165d80c1ae71a72c6adffe67aef7e92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc0e19bafefafdc4da756bf3022350e3a73f4c5575b1670034ebbbc2c40691a69404be5d9d5b3ff15f5a2568cb99f6ae2f32070ddc59518bce3367b901058268
|
7
|
+
data.tar.gz: aabe2d598b67c848c7c214c7c6edbb142d092afdd39bb8c3076f7d7eb63ef85db2274c28a4ad82dd5ba7a3d49db7a9f16fb812358d644f67b2ba34bca25874d6
|
data/README.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1
1
|
# xqsr3 <!-- omit in toc -->
|
2
2
|
|
3
|
+

|
4
|
+
[](https://opensource.org/licenses/BSD-3-Clause)
|
5
|
+
[](https://badge.fury.io/rb/xqsr3)
|
6
|
+
[](https://github.com/synesissoftware/xqsr3/commits/master)
|
7
|
+
|
3
8
|
e**X**tensions by fine **Q**uantum for **S**tandard **R**uby and **3**rd-party libraries
|
4
9
|
|
5
|
-
[](https://badge.fury.io/rb/xqsr3)
|
6
10
|
|
7
11
|
## Introduction
|
8
12
|
|
@@ -19,10 +23,11 @@ It may be pronounced (lamely) as "excusers".
|
|
19
23
|
- [Components](#components)
|
20
24
|
- [Examples](#examples)
|
21
25
|
- [Project Information](#project-information)
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
+
- [Where to get help](#where-to-get-help)
|
27
|
+
- [Contribution guidelines](#contribution-guidelines)
|
28
|
+
- [Related projects](#related-projects)
|
29
|
+
- [License](#license)
|
30
|
+
|
26
31
|
|
27
32
|
## Installation
|
28
33
|
|
@@ -42,7 +47,7 @@ require 'xqsr3/containers/frequency_map'
|
|
42
47
|
```
|
43
48
|
|
44
49
|
Alternatively, to use all **test/unit** extensions you would ``require`` all
|
45
|
-
|
50
|
+
relative via the file:
|
46
51
|
|
47
52
|
```Ruby
|
48
53
|
require 'xqsr3/extensions/test/unit'
|
@@ -50,6 +55,7 @@ require 'xqsr3/extensions/test/unit'
|
|
50
55
|
|
51
56
|
which brings in nine extensions.
|
52
57
|
|
58
|
+
|
53
59
|
## Components
|
54
60
|
|
55
61
|
**xqsr3** provides components in the following categories:
|
@@ -77,35 +83,44 @@ and extensions to the following standard library components:
|
|
77
83
|
* String extensions
|
78
84
|
* test/unit extensions
|
79
85
|
|
86
|
+
|
80
87
|
## Examples
|
81
88
|
|
82
89
|
Examples are provided in the ```examples``` directory, along with a markdown description for each. A detailed list TOC of them is provided in [EXAMPLES.md](./EXAMPLES.md).
|
83
90
|
|
91
|
+
|
84
92
|
## Project Information
|
85
93
|
|
94
|
+
|
86
95
|
### Where to get help
|
87
96
|
|
88
97
|
[GitHub Page](https://github.com/synesissoftware/xqsr3 "GitHub Page")
|
89
98
|
|
99
|
+
|
90
100
|
### Contribution guidelines
|
91
101
|
|
92
102
|
Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/xqsr3.
|
93
103
|
|
104
|
+
|
94
105
|
### Related projects
|
95
106
|
|
96
107
|
**xqsr3** is a runtime dependency of:
|
97
108
|
|
98
109
|
* the **[libCLImate.Ruby](https://github.com/synesissoftware/libCLImate.Ruby)** library;
|
110
|
+
* the **[comment_strip-ruby](https://github.com/synesissoftware/comment_strip.r)** library;
|
99
111
|
* the [**xqsr3-xml**](https://github.com/synesissoftware.com/xqsr3-xml/) library.
|
100
112
|
|
101
113
|
and a development dependency of:
|
102
114
|
|
103
115
|
* the **[CLASP.Ruby](https://github.com/synesissoftware/CLASP.Ruby)** library;
|
104
116
|
* the **[cmpfs.Ruby](https://github.com/synesissoftware/cmpfs.Ruby)** library;
|
117
|
+
* the **[Diagnosticism.Ruby](https://github.com/synesissoftware/Diagnosticism.Ruby)** library;
|
105
118
|
* the **[libpath.Ruby](https://github.com/synesissoftware/libpath.Ruby)** library;
|
106
119
|
* the **[Pantheios.Ruby](https://github.com/synesissoftware/Pantheios.Ruby)** library.
|
120
|
+
* the **[recls.Ruby](https://github.com/synesissoftware/recls.Ruby)** library;
|
107
121
|
* the **[Quench.Ruby](https://github.com/synesissoftware/Quench.Ruby)** library.
|
108
122
|
|
123
|
+
|
109
124
|
### License
|
110
125
|
|
111
126
|
**xqsr3** is released under the 3-clause BSD license. See [LICENSE](./LICENSE) for details.
|
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: 29th August 2025
|
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-2025, 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.3'
|
54
|
+
VERSION = '0.39.3.2'
|
55
55
|
|
56
56
|
private
|
57
57
|
VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xqsr3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.39.3
|
4
|
+
version: 0.39.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Wilson
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |
|
14
14
|
eXtensions by fine Quantum for Standard Ruby and 3rd-party libraries is a
|
@@ -160,7 +160,7 @@ homepage: http://github.com/synesissoftware/xqsr3
|
|
160
160
|
licenses:
|
161
161
|
- BSD-3-Clause
|
162
162
|
metadata: {}
|
163
|
-
post_install_message:
|
163
|
+
post_install_message:
|
164
164
|
rdoc_options: []
|
165
165
|
require_paths:
|
166
166
|
- lib
|
@@ -178,9 +178,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
178
178
|
- !ruby/object:Gem::Version
|
179
179
|
version: '0'
|
180
180
|
requirements: []
|
181
|
-
|
182
|
-
|
183
|
-
signing_key:
|
181
|
+
rubygems_version: 3.2.15
|
182
|
+
signing_key:
|
184
183
|
specification_version: 4
|
185
184
|
summary: xqsr3
|
186
185
|
test_files: []
|