recls-ruby 2.13.4 → 2.13.5
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/CHANGES.md +6 -0
- data/NEWS.md +1 -0
- data/lib/recls/version.rb +2 -2
- data/test/unit/test_all_separately.cmd +5 -5
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e587badf758c42e8bd7dd5e6f9b16941f63dfc7153025ec2c59f7e4fa2d9008
|
|
4
|
+
data.tar.gz: cb64faba59f344b380520a847629049e5738dade8b9734b97999f4b593bb652e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3d29057bc6a548a7669e3d39a64a45d66b45dadd2713e3041110157da05581c589ac2aa8818be0681547da1402e6ec24d32b4cf02376be9e600f21dcd306f80
|
|
7
|
+
data.tar.gz: 43e3911e6a39f83520a0b63483398abc754104addfb2feb463e793e9990ab1aeb621e4455a92b0a74f9098b1a61ce3856697dd8e8ead947ee8e1253286397fac
|
data/CHANGES.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# recls.Ruby - Changes <!-- omit in toc -->
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## 2.13.5 - 30th August 2026
|
|
5
|
+
|
|
6
|
+
* updated GitHub Actions checkout references to **v7**;
|
|
7
|
+
* corrected shared project URL metadata in **recls-ruby.gemspec**;
|
|
8
|
+
|
|
9
|
+
|
|
4
10
|
## 2.13.4 - 19th August 2026
|
|
5
11
|
|
|
6
12
|
* renamed **recls.gemspec** to **recls-ruby.gemspec** so the filename stem matches `spec.name`;
|
data/NEWS.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
| Date | News Item |
|
|
4
4
|
| ------------------ | ---------------------------------------------------------------------------------------------- |
|
|
5
|
+
| 30th August 2026 | [**recls.Ruby** 2.13.5](https://github.com/synesissoftware/recls.Ruby/releases/tag/2.13.5) |
|
|
5
6
|
| 19th August 2026 | [**recls.Ruby** 2.13.4](https://github.com/synesissoftware/recls.Ruby/releases/tag/2.13.4) |
|
|
6
7
|
| 25th April 2025 | [**recls.Ruby** 2.13.2](https://github.com/synesissoftware/recls.Ruby/releases/tag/2.13.2) |
|
|
7
8
|
| 2nd June 2024 | [**recls.Ruby** 2.13.1](https://github.com/synesissoftware/recls.Ruby/releases/tag/2.13.1) |
|
data/lib/recls/version.rb
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Purpose: Version for recls library
|
|
6
6
|
#
|
|
7
7
|
# Created: 14th February 2014
|
|
8
|
-
# Updated:
|
|
8
|
+
# Updated: 30th August 2026
|
|
9
9
|
#
|
|
10
10
|
# Author: Matthew Wilson
|
|
11
11
|
#
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
module Recls
|
|
45
45
|
|
|
46
46
|
# Current version of the recls.Ruby library
|
|
47
|
-
VERSION = '2.13.
|
|
47
|
+
VERSION = '2.13.5'
|
|
48
48
|
|
|
49
49
|
private
|
|
50
50
|
# @!visibility private
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@echo off
|
|
2
|
-
|
|
3
|
-
echo Executing all ruby tests, each in a separate process:
|
|
4
|
-
for %i in (*.rb) do @ruby "%i"
|
|
5
|
-
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
echo Executing all ruby tests, each in a separate process:
|
|
4
|
+
for %i in (*.rb) do @ruby "%i"
|
|
5
|
+
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: recls-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.13.
|
|
4
|
+
version: 2.13.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Wilson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: xqsr3
|
|
@@ -126,7 +126,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
126
126
|
- !ruby/object:Gem::Version
|
|
127
127
|
version: '0'
|
|
128
128
|
requirements: []
|
|
129
|
-
|
|
129
|
+
rubyforge_project:
|
|
130
|
+
rubygems_version: 2.7.6.3
|
|
130
131
|
signing_key:
|
|
131
132
|
specification_version: 4
|
|
132
133
|
summary: The platform-independent recursive file-system search library, for Ruby
|