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.
- checksums.yaml +4 -4
- data/CHANGES.md +7 -0
- data/NEWS.md +1 -0
- data/lib/quench/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: b0d341c43b99bb5e7a51a33243335c68b3bb4bcab0f2d84bb5b211435fd6c412
|
|
4
|
+
data.tar.gz: bcfd5d9dbe92301a98739c79526825e51a1bc7674aab1711eb0e373c990576e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/quench/version.rb
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Purpose: Version for Quench.Ruby library
|
|
6
6
|
#
|
|
7
7
|
# Created: 19th August 2026
|
|
8
|
-
# Updated:
|
|
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.
|
|
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.
|
|
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-
|
|
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
|