yeptris 0.1.3.0 → 0.1.5.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/version.rb +1 -1
  3. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b807a31b858b7ed956a299bd21225d5277db03df2c157ffec384822f14f8e2f
4
- data.tar.gz: 4bd9c2bd9f7dc05e93be3579de67d59d245ad1ae969cd299e7b91b25f673b857
3
+ metadata.gz: 452666559ee9d904b6f4a75f4f6ec6f18d90d518e5b708069dbaad23b9f782b1
4
+ data.tar.gz: 72364220f5c04c168a8a2a98f9e9567a4291e951e062f267cedc35dbac9e6c1a
5
5
  SHA512:
6
- metadata.gz: 0e690d9df6e2f8354e5d79794fbb88cc6bd635a8f57e97f810c548373a3352ccd35af1c17288da70e7b3575b02d6f9a6ab2fafdd49dad43dc2418c7c0a4c70e3
7
- data.tar.gz: a4352bf3b3d9f7c7cbdafa08b4d06c2658dd5b4c25b03e55fcc1a50ac1b7927716f8992cf59cf9832a0fc2fab3236127f941c2998a2c8d3e3a4d33670e43939f
6
+ metadata.gz: b14eac3ed7686f125fb53b82c61d8186913f125534c41f998bb7b7a712e951057a5495696cc73a68e93e92b4ee9d167bb5e32835e6d7dace7254973cf625c72d
7
+ data.tar.gz: '0872f3ac4b779be90d3f72e78bb118fe3d9150b8cc43f2159fff0c5b0e0fa861f0df8b55ec6a70a4bf9a1a7b5ef94d97bb55f53301c83e8a736af3583ad7185b'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Yeptris
4
- VERSION = "0.1.3.0"
4
+ VERSION = "0.1.5.0"
5
5
  end
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.3.0
4
+ version: 0.1.5.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-04 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: ffi
@@ -54,6 +55,7 @@ metadata:
54
55
  homepage_uri: https://github.com/leptris/yeptris
55
56
  source_code_uri: https://github.com/leptris/yeptris
56
57
  changelog_uri: https://github.com/leptris/yeptris/releases
58
+ post_install_message:
57
59
  rdoc_options: []
58
60
  require_paths:
59
61
  - lib
@@ -68,7 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
70
  - !ruby/object:Gem::Version
69
71
  version: '0'
70
72
  requirements: []
71
- rubygems_version: 4.0.16
73
+ rubygems_version: 3.5.22
74
+ signing_key:
72
75
  specification_version: 4
73
76
  summary: 'The YAML counterpart of libleptris: ultra-performance YAML 1.2 for Ruby'
74
77
  test_files: []