to_be 0.0.3 → 0.0.4
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/to_be/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3fec81616831b28d5872a5e18dde88f0ea15c6a52de5aa5f8e426ff357ee418
|
|
4
|
+
data.tar.gz: 888f7fff8a27b5318cd9e80ecafa9084fe80f78b687e5a75c0a9807955c4e320
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3450f467bbcbba4f47fc9b32ae7bd21aa6b0fc133c17f39cdb992781067584bb963364c582d3a4f15913c6cfc3c701b9403e20398f964838396824a81625dc7c
|
|
7
|
+
data.tar.gz: 9f90cf2967175409ebd4a591eead66a7973f201dc8a1da749e1d9245c095286ea2f091062e7d43fc507f21f9f82a2ec73b7a52af4a92745224bb7a76e53ec095
|
data/CHANGES.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# to_be.Ruby - Changes <!-- omit in toc -->
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## 0.0.4 - 30th August 2026
|
|
5
|
+
|
|
6
|
+
* updated GitHub Actions checkout references to **v7**;
|
|
7
|
+
* corrected shared project URL metadata in **to_be.gemspec**;
|
|
8
|
+
|
|
9
|
+
|
|
4
10
|
## 0.0.3 - 20th August 2026
|
|
5
11
|
|
|
6
12
|
* **EXAMPLES.md** example links are repo-relative (`./examples/…`); added **examples/classify_strings**;
|
data/NEWS.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
| Date | News Item |
|
|
4
4
|
| ------------------ | ---------------------------------------------------------------------------------------- |
|
|
5
|
+
| 30th August 2026 | [**to_be.Ruby** 0.0.4](https://github.com/synesissoftware/to_be.Ruby/releases/tag/0.0.4) |
|
|
5
6
|
| 20th August 2026 | [**to_be.Ruby** 0.0.3](https://github.com/synesissoftware/to_be.Ruby/releases/tag/0.0.3) |
|
|
6
7
|
| 1st September 2025 | [**to_be.Ruby** 0.0.2](https://github.com/synesissoftware/to_be.Ruby/releases/tag/0.0.2) |
|
|
7
8
|
| 11th August 2025 | [**to_be.Ruby** 0.0.1](https://github.com/synesissoftware/to_be.Ruby/releases/tag/0.0.1) |
|
data/lib/to_be/version.rb
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Purpose: Version for ToBe.Ruby library
|
|
6
6
|
#
|
|
7
7
|
# Created: 11th August 2025
|
|
8
|
-
# Updated:
|
|
8
|
+
# Updated: 30th August 2026
|
|
9
9
|
#
|
|
10
10
|
# Home: https://github.com/synesissoftware/to_be.Ruby
|
|
11
11
|
#
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
module ToBe
|
|
52
52
|
|
|
53
53
|
# Current version of the ToBe.Ruby library
|
|
54
|
-
VERSION = '0.0.
|
|
54
|
+
VERSION = '0.0.4'
|
|
55
55
|
|
|
56
56
|
private
|
|
57
57
|
# @!visibility private
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: to_be
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
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
|