quench-ruby 0.0.1 → 0.0.2

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 +7 -0
  3. data/NEWS.md +1 -0
  4. data/lib/quench/version.rb +2 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a47a68f2482bbd2ff310e98d918b947114d4511fa81188d2bf33d70850208fb2
4
- data.tar.gz: e74fb3a300f398ba436bc781093db2e92cba2ac907551d1fad1bab8bce8721d5
3
+ metadata.gz: b0d341c43b99bb5e7a51a33243335c68b3bb4bcab0f2d84bb5b211435fd6c412
4
+ data.tar.gz: bcfd5d9dbe92301a98739c79526825e51a1bc7674aab1711eb0e373c990576e1
5
5
  SHA512:
6
- metadata.gz: 208a981ca2c3fe80a868d1b3b12287d7887f1f80df4a4edb00d661602eb552ea0f57d7f4b1a93ada185b9057109e8634f440bab7d76a7541c961666f36f81d20
7
- data.tar.gz: e9cbe724f9eef9a51f63d32befa9c060605b7b3d78a731474ab10d088a05ae40b290565eb64bc474999fee41892552ce38e64f580f7865abd3aeed590bb3c4b8
6
+ metadata.gz: 1997df02857d74ea5d9b7083733cb02929cc0f2e1c386de4dc606b4d055c399d14badd8010077486308667f98dca566b9458af37cae0f1fecacef76e55e8ab48
7
+ data.tar.gz: b66d4335b62bbc47f657d2d9f65bfde3bd967b271aec01dd9b3e235f4f1fecd2c2b5c3c2b08d84c5c28209ec0734c25323f5958224ebbc841dc85358aa566903
data/CHANGES.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Quench.Ruby - Changes <!-- omit in toc -->
2
2
 
3
3
 
4
+ ## 0.0.2 - 30th August 2026
5
+
6
+ * updated GitHub Actions checkout references to **v7**;
7
+ * added shared **.vscode/settings.json** editor configuration and stopped ignoring **.vscode/**;
8
+ * corrected shared project URL metadata in **quench-ruby.gemspec**;
9
+
10
+
4
11
  ## 0.0.1 - 19th August 2026
5
12
 
6
13
  * initial gold-standard packaging: **Gemfile**, **quench-ruby.gemspec**, **Rakefile**, GitHub Actions **ruby.yml**, **.sis**, **.editorconfig**, **.gitattributes**, **.gitignore**, helper scripts, and the Synesis markdown set;
data/NEWS.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Date | News Item |
4
4
  | ---------------- | ------------------------------------------------------------------------------------------ |
5
+ | 30th August 2026 | [**Quench.Ruby** 0.0.2](https://github.com/synesissoftware/Quench.Ruby/releases/tag/0.0.2) |
5
6
  | 19th August 2026 | [**Quench.Ruby** 0.0.1](https://github.com/synesissoftware/Quench.Ruby/releases/tag/0.0.1) |
6
7
  | 3rd August 2018 | **Quench.Ruby** 0.0.0 released |
7
8
 
@@ -5,7 +5,7 @@
5
5
  # Purpose: Version for Quench.Ruby library
6
6
  #
7
7
  # Created: 19th August 2026
8
- # Updated: 19th August 2026
8
+ # Updated: 30th August 2026
9
9
  #
10
10
  # Home: https://github.com/synesissoftware/Quench.Ruby
11
11
  #
@@ -50,7 +50,7 @@
50
50
  module Quench
51
51
 
52
52
  # Current version of the Quench.Ruby library
53
- VERSION = '0.0.1'
53
+ VERSION = '0.0.2'
54
54
 
55
55
  private
56
56
  VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quench-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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-27 00:00:00.000000000 Z
11
+ date: 2026-08-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Customisable exception-quenching library, for Ruby. Quench.Ruby currently