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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 244443de9e6f8a6beb1f07d016dd29eae799aca56921f30c9594949952a6316e
4
- data.tar.gz: a949e0f6e81fba50179eb752c4326ecbf3ae633083ca19b6321a5482c9bc03f7
3
+ metadata.gz: 0e587badf758c42e8bd7dd5e6f9b16941f63dfc7153025ec2c59f7e4fa2d9008
4
+ data.tar.gz: cb64faba59f344b380520a847629049e5738dade8b9734b97999f4b593bb652e
5
5
  SHA512:
6
- metadata.gz: fcba1fa6cb3daa2e7c5459ed75877b199ae560ea758fcd332499e7e52292c0133def3d1c089ffe62eacbc510179c4fc4d1688fea4ace291c57d8bb0c4fa44b82
7
- data.tar.gz: fa7df6af558a46b78113f573d37e722dbc89fba3632b9e45bf94638d0b6d301715151406ac8e1791dd28b23d69363615a9a251e8154758f1d85435a5079b939b
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: 20th August 2026
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.4'
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
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-19 00:00:00.000000000 Z
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
- rubygems_version: 3.1.6
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