yeptris 0.1.14.1 → 0.1.14.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 (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: 54858e32a38ee0beab5e9e2e415754ddc760cb5a84d072a86a28eb07015c944b
4
- data.tar.gz: e3db60062843de1a9efc921b29171bce4eb38f1409de49ed94c915ad902c1820
3
+ metadata.gz: c3f917a019fa1768553b841e4fcbcc72d736b9e47c81980eb5a2bcd029d05790
4
+ data.tar.gz: 56e41fcf4c12527877d50d7178d830341656975ff57c5b6d5292c1ff7c77088a
5
5
  SHA512:
6
- metadata.gz: 72517bc7ad2040fc9e4f64491e642a2c4c64a90908eb0cafc9c5c911b3bd065c46aa3645033f97920c02311a626fc8e4d178a6c05ffc214d728aa87126a5c8da
7
- data.tar.gz: 3122a9d861f43fdf8b9ff5fc3d134bb47d9827cd1fb419f7076392233f3a07335c9acdbd8350cac3aa0afd0a572e4a07e105c5c546367b8603584d4e3507a512
6
+ metadata.gz: 6d85cb48948548f7d22ad9f9339a0c7634bfe9d82bd2806c1a3579047bf59de74a64a18204977af12fa98cd8315fa39f0bc11506f571d64b9fd0f2ed701612af
7
+ data.tar.gz: e46055db7592ebe92447134c377a0d3bb5e862e1a4b71ccaec918fa1335db1d36c87f76a2870827e35ee9c935fe0c512e61a03696e45112104cfd573c1ec544a
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.1.14.1".freeze
6
+ VERSION = "0.1.14.2".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.1.14.1
4
+ version: 0.1.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-09-08 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
@@ -58,7 +57,6 @@ metadata:
58
57
  homepage_uri: https://github.com/leptris/yeptris
59
58
  source_code_uri: https://github.com/leptris/yeptris
60
59
  changelog_uri: https://github.com/leptris/yeptris/releases
61
- post_install_message:
62
60
  rdoc_options: []
63
61
  require_paths:
64
62
  - lib
@@ -73,8 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  - !ruby/object:Gem::Version
74
72
  version: '0'
75
73
  requirements: []
76
- rubygems_version: 3.5.22
77
- signing_key:
74
+ rubygems_version: 4.0.16
78
75
  specification_version: 4
79
76
  summary: 'The YAML counterpart of libleptris: ultra-performance YAML 1.2 for Ruby'
80
77
  test_files: []