xqsr3 0.39.3.1 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -1
  3. data/lib/xqsr3/version.rb +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7dd39b2f95697c84c5d7e599dd3feb956883e0d5950ed9d2894e9ef5829a0e53
4
- data.tar.gz: ab426c419cd34a2c44ee75b3e866b40d34cbd4c33873fd343ca468460652de4b
3
+ metadata.gz: 0522d1a6025ddeb57a8218894b547694b860ae2d9f404cf211da4446f50512b8
4
+ data.tar.gz: c1238fd57e0909ff408731ce90dbf27c8165d80c1ae71a72c6adffe67aef7e92
5
5
  SHA512:
6
- metadata.gz: dcbb5b6926e7c4fb9c0763b081e473fa5c77ff7f1ae76b371e375b3b82fdc629180fc414fe3aa242599352ddaecbabcd26af759c50960b71618456f19ce5c0a9
7
- data.tar.gz: 2208ff7f78a3db75dd7262a3e5849c4534b02a4ae923a5d48e7a66ed516c4d702a101d1419eb437a7868c7526d7fce7be011213a1d97279ce7cd86c10e18f0c9
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
+ ![Language](https://img.shields.io/badge/Ruby-CC342D?style=flat&logo=ruby&logoColor=white)
4
+ [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
5
+ [![Gem Version](https://badge.fury.io/rb/xqsr3.svg)](https://badge.fury.io/rb/xqsr3)
6
+ [![Last Commit](https://img.shields.io/github/last-commit/synesissoftware/xqsr3)](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
- [![Gem Version](https://badge.fury.io/rb/xqsr3.svg)](https://badge.fury.io/rb/xqsr3)
6
10
 
7
11
  ## Introduction
8
12
 
@@ -24,6 +28,7 @@ It may be pronounced (lamely) as "excusers".
24
28
  - [Related projects](#related-projects)
25
29
  - [License](#license)
26
30
 
31
+
27
32
  ## Installation
28
33
 
29
34
  Install via **gem** as in:
@@ -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,20 +83,25 @@ 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:
@@ -109,6 +120,7 @@ and a development dependency of:
109
120
  * the **[recls.Ruby](https://github.com/synesissoftware/recls.Ruby)** library;
110
121
  * the **[Quench.Ruby](https://github.com/synesissoftware/Quench.Ruby)** library.
111
122
 
123
+
112
124
  ### License
113
125
 
114
126
  **xqsr3** is released under the 3-clause BSD license. See [LICENSE](./LICENSE) for details.
data/lib/xqsr3/version.rb CHANGED
@@ -5,7 +5,7 @@
5
5
  # Purpose: Version for Xqsr3 library
6
6
  #
7
7
  # Created: 3rd April 2016
8
- # Updated: 6th March 2025
8
+ # Updated: 29th August 2025
9
9
  #
10
10
  # Home: http://github.com/synesissoftware/xqsr3
11
11
  #
@@ -51,7 +51,7 @@
51
51
  module Xqsr3
52
52
 
53
53
  # Current version of the Xqsr3 library
54
- VERSION = '0.39.3.1'
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.1
4
+ version: 0.39.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wilson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-06 00:00:00.000000000 Z
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