clasp-ruby 0.23.3 → 0.23.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 +5 -0
  3. data/NEWS.md +1 -0
  4. data/lib/clasp/version.rb +2 -2
  5. metadata +3 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a5885da7e4fe5d1cf3ffbc0f67977a27c9efbdddd26b0840aaeba75b3a46076
4
- data.tar.gz: e67e35318c346513794314ac8d76c5f0020210c75d1811431fa2a8f5020c23ce
3
+ metadata.gz: 440404692ba0dcb7d052da96b893d2cb406aceaa7716976f970744a0b444f8f4
4
+ data.tar.gz: 84e97cf605758d5fdb101da28ed8796cdb7dbe896b247173263c90a4c831df3e
5
5
  SHA512:
6
- metadata.gz: '0684c8effc10586d10a238d6fd640d46c7d888c3ae4c61ea37e1734eb9c000efa8445c50e9aee7b26fb59d98bfea7e51a5b2b105ba778fe5e03e898470114299'
7
- data.tar.gz: 7ae5f53aca0352e97186f61f497dfeefed3036e14d170e60589ab78cb5c1ca1c3d18c27b3971e5b126dc8e645fa9ebf7f394ca3915eb8f72dcdc0023c341db19
6
+ metadata.gz: f6a8dfd96988ed974624a19748602f2605b1ccc6eb05d1ebd2dd3a91998adc29243da889aaa1dd385a770750aebdcc8476e445d32002a0c05f2a0f53f4bd3fc4
7
+ data.tar.gz: b907020d15fc4fcf8458ee8b0055c23909d1e8c97c3b3a215f2bc2afe7f64a1ef4803be2d581f9a61a4ccfc4caf5f6c4c44d224d8747bf506f6f6cf2ab2ab83d
data/CHANGES.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # CLASP.Ruby - Changes <!-- omit in toc -->
2
2
 
3
3
 
4
+ ## 0.23.4 - 30th August 2026
5
+
6
+ * corrected shared project URL metadata in **clasp-ruby.gemspec**;
7
+
8
+
4
9
  ## 0.23.3 - 27th August 2026
5
10
 
6
11
  * renamed **CLASP.gemspec** to **clasp-ruby.gemspec** so the filename stem matches `spec.name`;
data/NEWS.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Date | News Item |
4
4
  | ------------------ | ------------------------------------------------------------------------------------------ |
5
+ | 30th August 2026 | [**CLASP.Ruby** 0.23.4](https://github.com/synesissoftware/CLASP.Ruby/releases/tag/0.23.4) |
5
6
  | 27th August 2026 | [**CLASP.Ruby** 0.23.3](https://github.com/synesissoftware/CLASP.Ruby/releases/tag/0.23.3) |
6
7
  | 15th August 2026 | [**CLASP.Ruby** 0.23.2](https://github.com/synesissoftware/CLASP.Ruby/releases/tag/0.23.2) |
7
8
  | 6th March 2025 | **CLASP.Ruby** 0.23.1 released |
data/lib/clasp/version.rb CHANGED
@@ -5,7 +5,7 @@
5
5
  # Purpose: Version for CLASP.Ruby library
6
6
  #
7
7
  # Created: 16th November 2014
8
- # Updated: 27th August 2026
8
+ # Updated: 30th August 2026
9
9
  #
10
10
  # Home: https://github.com/synesissoftware/CLASP.Ruby
11
11
  #
@@ -52,7 +52,7 @@
52
52
  module CLASP
53
53
 
54
54
  # Current version of the CLASP.Ruby library
55
- VERSION = '0.23.3'
55
+ VERSION = '0.23.4'
56
56
 
57
57
  private
58
58
  # @!visibility private
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clasp-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.3
4
+ version: 0.23.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wilson
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-08-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: xqsr3
@@ -99,7 +98,6 @@ metadata:
99
98
  changelog_uri: https://github.com/synesissoftware/CLASP.Ruby/blob/master/CHANGES.md
100
99
  homepage_uri: https://github.com/synesissoftware/CLASP.Ruby
101
100
  source_code_uri: https://github.com/synesissoftware/CLASP.Ruby
102
- post_install_message:
103
101
  rdoc_options: []
104
102
  require_paths:
105
103
  - lib
@@ -114,8 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
112
  - !ruby/object:Gem::Version
115
113
  version: '0'
116
114
  requirements: []
117
- rubygems_version: 3.3.7
118
- signing_key:
115
+ rubygems_version: 3.6.9
119
116
  specification_version: 4
120
117
  summary: Command-Line Argument Sorting and Parsing, for Ruby
121
118
  test_files: []