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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +6 -0
  3. data/NEWS.md +1 -0
  4. data/lib/woad/version.rb +2 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c578114a551870cd59cfd4ad518b0f8cbca6d1ddd80289c22b61950480d39e6b
4
- data.tar.gz: 3e806763261f8b9756844a9a88f2d5aa6a0d8ba9cc79ec50606f4dc48fa3d18e
3
+ metadata.gz: d04768b6af41bb4eb8fd01c6f64481cd55de6af32e29f1adff25b515b6b80228
4
+ data.tar.gz: 129c71c6f830e9e668ccacf89c2760fdde40d328e8e0aa7c6f0718a2b137c323
5
5
  SHA512:
6
- metadata.gz: 190e13c675dd2990aab7b3109827d94e1dc225f69c66ff2a26098e39e26c3709dff5be1392932389f1d862156740bd12fe1ca367e8d9d7423c182a84983eeb34
7
- data.tar.gz: 63fa26d3635eaff836d794d9698e66644830fba8904afed8c89f72e14bd4f7332afa18e19b920adfb6f5c2c09346f56bae1c060d5739a4f15141a29ba7804d40
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: 28th August 2026
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.3'
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.3
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-28 00:00:00.000000000 Z
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.