yeptris 0.6.5.3-aarch64-linux → 0.6.5.4-aarch64-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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yeptris.rb +1 -1
  3. metadata +3 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9a8fb3553bf4d5fcb57d8a57f08d25618228337876b7d43ba9991e1d6742484
4
- data.tar.gz: b2c2c29b119805045e571cec8c99dbfc6fa205e03d6bf467ee52ca697469a659
3
+ metadata.gz: 29523b44d62fa7129c5ab4fc6101e507953136a25568c4ba10ca7996cdcdc94d
4
+ data.tar.gz: d06d501911f9d886ada35fe94b53002e5fe46b3fd1d8dc32d08185eb9acf6a1b
5
5
  SHA512:
6
- metadata.gz: 56c765786ab446b03e936511d75e2b31b2084b358b42a051cf959e732e94bf6e1eca8fe8ab4344bc319d14c2b2f7d9ab2f0b17cdaf4a5f884eb8ea8aefde5575
7
- data.tar.gz: 6725a3e2122625c7f74fc608bced8867bcdf284aafd96fbabfe93c585c6cb26591ee1cff62e86e42c3c7a5eeb65ea69a200dd9b87db5ed8d3009dc0c116e3fad
6
+ metadata.gz: 30a87b83e11b11311be8d2bdbbd296aa894663c71d6575517e28e6e6cd1decbb2cf04512da6d7319390884cda374f380b892c1fb3d6d4b6c0a8a39815ab93ee4
7
+ data.tar.gz: c40473a47a9b68b35f42c592dbb06a0cdc4417cd426c66dea192d8b0f78b2a024bdad0063ba6458c249c185334eebf2b7878b9331f30c85874d302421fc5ebcc
data/lib/yeptris.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  module Yeptris
4
4
  # The gem's version lives in the parent namespace's file — the last
5
5
  # internal require (yeptris/version) retired with it.
6
- VERSION = "0.6.5.3".freeze
6
+ VERSION = "0.6.5.4".freeze
7
7
  # The error hierarchy lives in THIS file (the parent namespace's
8
8
  # own file): nested constants do not trigger a parent-constant
9
9
  # autoload, and the law forbids internal requires — defining the
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yeptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5.3
4
+ version: 0.6.5.4
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-09-18 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: ffi
@@ -65,7 +64,6 @@ metadata:
65
64
  homepage_uri: https://github.com/leptris/yeptris
66
65
  source_code_uri: https://github.com/leptris/yeptris
67
66
  changelog_uri: https://github.com/leptris/yeptris/releases
68
- post_install_message:
69
67
  rdoc_options: []
70
68
  require_paths:
71
69
  - lib
@@ -80,8 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
78
  - !ruby/object:Gem::Version
81
79
  version: '0'
82
80
  requirements: []
83
- rubygems_version: 3.5.22
84
- signing_key:
81
+ rubygems_version: 4.0.21
85
82
  specification_version: 4
86
83
  summary: 'The YAML counterpart of libleptris: ultra-performance YAML 1.2 for Ruby'
87
84
  test_files: []