yeptris 0.1.9.2 → 0.1.10.0

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 +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea259f17f219097dc413cc092def02ecaa8a86a886538a51722cc7d5715afcfa
4
- data.tar.gz: 2db2a33e138ac776b75bafcec7b7d6ac7572a6cbf6d8aebcfd812977fced5162
3
+ metadata.gz: cec65c1f8da9f6256a42fdf00f6c03c637376c0a0e4d0305f4b540f31f43cc1e
4
+ data.tar.gz: fb4d51fe7dad0b08c1364b32572b4abd92fa737fab79066665c9ce0820f3c6b9
5
5
  SHA512:
6
- metadata.gz: abe427a762cd441ec136fca0a8e299cb46c42cb14899f25664b76921fdd90c569cb0d5e58e285da02b2ac73a788119077c25718b06cace1378a95e652a4636a7
7
- data.tar.gz: 1eb68fd47036d19b5ede3f380c9f97eff1061fd3a157df355caa75e52594a84c747fcaa0ae26f444f86a794bbc1792bb501ad89337d5e0c46e72e7170e9cc788
6
+ metadata.gz: 2c361ed6318a55ebdaeaacc56130e5972d699e065dcb7ed0453e84660f9c8f7054d7db1b55ab382bf438484b5a3cb42c201711517cd4feee7d08a90fd0b2fc17
7
+ data.tar.gz: 9553bc1afea94e8188dd8d28d8b7186c697865cfc5757fb1e42ab1fc6196fe83ba9a5834af922e65acd5ddca861c0f6b6dddfeec9d14fc2eecc8f19aa46559fe
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.9.2".freeze
6
+ VERSION = "0.1.10.0".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,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yeptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9.2
4
+ version: 0.1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-09-06 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: ffi
@@ -52,6 +53,7 @@ metadata:
52
53
  homepage_uri: https://github.com/leptris/yeptris
53
54
  source_code_uri: https://github.com/leptris/yeptris
54
55
  changelog_uri: https://github.com/leptris/yeptris/releases
56
+ post_install_message:
55
57
  rdoc_options: []
56
58
  require_paths:
57
59
  - lib
@@ -66,7 +68,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
68
  - !ruby/object:Gem::Version
67
69
  version: '0'
68
70
  requirements: []
69
- rubygems_version: 4.0.16
71
+ rubygems_version: 3.5.22
72
+ signing_key:
70
73
  specification_version: 4
71
74
  summary: 'The YAML counterpart of libleptris: ultra-performance YAML 1.2 for Ruby'
72
75
  test_files: []