woad 0.0.2 → 0.0.3
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 +8 -0
- data/NEWS.md +1 -0
- data/README.md +1 -1
- data/lib/woad/version.rb +2 -2
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c578114a551870cd59cfd4ad518b0f8cbca6d1ddd80289c22b61950480d39e6b
|
|
4
|
+
data.tar.gz: 3e806763261f8b9756844a9a88f2d5aa6a0d8ba9cc79ec50606f4dc48fa3d18e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 190e13c675dd2990aab7b3109827d94e1dc225f69c66ff2a26098e39e26c3709dff5be1392932389f1d862156740bd12fe1ca367e8d9d7423c182a84983eeb34
|
|
7
|
+
data.tar.gz: 63fa26d3635eaff836d794d9698e66644830fba8904afed8c89f72e14bd4f7332afa18e19b920adfb6f5c2c09346f56bae1c060d5739a4f15141a29ba7804d40
|
data/CHANGES.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# woad.Ruby - Changes <!-- omit in toc -->
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## 0.0.3 - 28th August 2026
|
|
5
|
+
|
|
6
|
+
* updated GitHub Actions checkout references to **v7**;
|
|
7
|
+
* added exclusions for obsolete Ruby versions to **.ruby-version-exclusions**;
|
|
8
|
+
* corrected the **woad** related-project description to include **C++**;
|
|
9
|
+
* retained the Ruby 2.0+ gem requirement and corrected shared project URL metadata;
|
|
10
|
+
|
|
11
|
+
|
|
4
12
|
## 0.0.2 - 19th August 2026
|
|
5
13
|
|
|
6
14
|
* **EXAMPLES.md** catalog and **examples/print_status**;
|
data/NEWS.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
| Date | News Item |
|
|
4
4
|
| ---------------- | -------------------------------------------------------------------------------------- |
|
|
5
|
+
| 28th August 2026 | [**woad.Ruby** 0.0.3](https://github.com/synesissoftware/woad.Ruby/releases/tag/0.0.3) |
|
|
5
6
|
| 20th August 2026 | [**woad.Ruby** 0.0.2](https://github.com/synesissoftware/woad.Ruby/releases/tag/0.0.2) |
|
|
6
7
|
| 15th August 2026 | [**woad.Ruby** 0.0.1](https://github.com/synesissoftware/woad.Ruby/releases/tag/0.0.1) |
|
|
7
8
|
| 15th August 2026 | [**woad.Ruby** 0.0.0](https://github.com/synesissoftware/woad.Ruby/releases/tag/0.0.0) |
|
data/README.md
CHANGED
|
@@ -116,7 +116,7 @@ Projects that depend on **woad.Ruby**:
|
|
|
116
116
|
|
|
117
117
|
### Related projects
|
|
118
118
|
|
|
119
|
-
* [**woad**](https://github.com/synesissoftware/woad/) (**C**);
|
|
119
|
+
* [**woad**](https://github.com/synesissoftware/woad/) (**C**, **C++**);
|
|
120
120
|
* [**woad.Python**](https://github.com/synesissoftware/woad.Python/);
|
|
121
121
|
* [**woad.Rust**](https://github.com/synesissoftware/woad.Rust/);
|
|
122
122
|
|
data/lib/woad/version.rb
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Purpose: Version for woad.Ruby library
|
|
6
6
|
#
|
|
7
7
|
# Created: 15th August 2026
|
|
8
|
-
# Updated:
|
|
8
|
+
# Updated: 28th August 2026
|
|
9
9
|
#
|
|
10
10
|
# Home: https://github.com/synesissoftware/woad.Ruby
|
|
11
11
|
#
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
module Woad
|
|
51
51
|
|
|
52
52
|
# Current version of the woad.Ruby library
|
|
53
|
-
VERSION = '0.0.
|
|
53
|
+
VERSION = '0.0.3'
|
|
54
54
|
|
|
55
55
|
private
|
|
56
56
|
# @!visibility private
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: woad
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
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-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |
|
|
14
14
|
Minimal ANSI terminal colour codes, for Ruby.
|
|
@@ -56,6 +56,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
56
56
|
- - ">="
|
|
57
57
|
- !ruby/object:Gem::Version
|
|
58
58
|
version: '2.0'
|
|
59
|
+
- - "<"
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '5'
|
|
59
62
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
63
|
requirements:
|
|
61
64
|
- - ">="
|