woad 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/woad/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: d04768b6af41bb4eb8fd01c6f64481cd55de6af32e29f1adff25b515b6b80228
|
|
4
|
+
data.tar.gz: 129c71c6f830e9e668ccacf89c2760fdde40d328e8e0aa7c6f0718a2b137c323
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 030f5b04de173b86d21f0f85e6085ab5705fed414417dc9b81a30243d2e050fbb4bd74f3b2f85973c9c8154b171a3627f20de066de0ab6dc51af4fd4c77fe379
|
|
7
|
+
data.tar.gz: ecbbee9a1407aa0d6740c82871962a4f85d93f32cea386d09b1265a5b95e849ddead1f897fb7fd1102f910a03adeb96873421a5acf6465d5d30a4dbc661e459b
|
data/CHANGES.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# woad.Ruby - Changes <!-- omit in toc -->
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## 0.0.4 - 30th August 2026
|
|
5
|
+
|
|
6
|
+
* added shared **.vimrc** editor configuration;
|
|
7
|
+
* removed obsolete `bp-2` push branch from **GitHub Actions** CI;
|
|
8
|
+
|
|
9
|
+
|
|
4
10
|
## 0.0.3 - 28th August 2026
|
|
5
11
|
|
|
6
12
|
* updated GitHub Actions checkout references to **v7**;
|
data/NEWS.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
| Date | News Item |
|
|
4
4
|
| ---------------- | -------------------------------------------------------------------------------------- |
|
|
5
|
+
| 30th August 2026 | [**woad.Ruby** 0.0.4](https://github.com/synesissoftware/woad.Ruby/releases/tag/0.0.4) |
|
|
5
6
|
| 28th August 2026 | [**woad.Ruby** 0.0.3](https://github.com/synesissoftware/woad.Ruby/releases/tag/0.0.3) |
|
|
6
7
|
| 20th August 2026 | [**woad.Ruby** 0.0.2](https://github.com/synesissoftware/woad.Ruby/releases/tag/0.0.2) |
|
|
7
8
|
| 15th August 2026 | [**woad.Ruby** 0.0.1](https://github.com/synesissoftware/woad.Ruby/releases/tag/0.0.1) |
|
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: 30th 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.4'
|
|
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.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
|
description: |
|
|
14
14
|
Minimal ANSI terminal colour codes, for Ruby.
|