parsanol 1.3.42-x86_64-linux → 1.3.43-x86_64-linux

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 921de9d0ca0156e3e82f9f7ff4799e36c5be2a18b18cd287867e7942106e100e
4
- data.tar.gz: da850b7385934eb63bcb245efb3fc0d44ad9757fd9fe37bc53a76d3da8574ccb
3
+ metadata.gz: 3f44d218858ed9ae0469ab9cd8d1f0e491b9b9584b66254dc8ae615a5642a1ac
4
+ data.tar.gz: 574a718a7edc84bcfc278731610aeaefc948b0d57aad704861cba38f160db8cc
5
5
  SHA512:
6
- metadata.gz: 9a295616f8ecf188f7fd1f2e0b6b5e0cdb8342c3fdd1abb59d7a4072e4998b3e727aca48fa777b07f2e1cdfb37ea3ead7790962745ae3a3380066ce91faaea54
7
- data.tar.gz: a3413d8a70e0592af59217372daf826ca115a0e726a7a24dc80d4f97c9a116693a23575da057952588463025b211d928f2bfb42eab5a7cc29bd06405a3e522d1
6
+ metadata.gz: 5c6b3a7a3ae4182e3e5dc003f38def7136f280434d96d8fc08bc132e6cb0f4a126957775a36902f1bb475c4c328ab14cb1980e2a97539fd8bbbdc7dcd539c2b4
7
+ data.tar.gz: a4c8320cc46b6703ed03b3c0ca58510cee9a81f9272cd77c413eeff3b849cb4f428837226d26c9d24314de274c93531f679bef0fe2f5b4cb2ef81440adfd4830
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Parsanol
4
- VERSION = "1.3.42"
4
+ VERSION = "1.3.43"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parsanol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.42
4
+ version: 1.3.43
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-20 00:00:00.000000000 Z
11
+ date: 2026-09-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A small Ruby library for constructing parsers in the PEG (Parsing Expression
14
14
  Grammar) fashion. Parsanol provides Parslet-compatible API with additional features