serialbench 0.9.1 → 0.9.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +6 -3
  3. data/lib/serialbench/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7bdffce4061d0423a29fd90e1b8e40d42375f2edb7fc939a07be4211c515d8ee
4
- data.tar.gz: bcc951356f7189dec61b5beb12d477b5605aa00bf90e4fa9e2486befd7431e7a
3
+ metadata.gz: 99cdf688cd6a4bd4662e8f0182911ec87f6b2ecf184045c6514cee6959c09e2d
4
+ data.tar.gz: 3e1ba2b330008ef51fe28c7fad6b0571bad06c491ca9c6a7e46634c558b20a23
5
5
  SHA512:
6
- metadata.gz: 99346a600ad99b956bc9a92f4bdd7601e1cde5183b0b82877548dbd839bdda0aa535bd6c1628335005d0d82456c97dac41dcb4be7ceb3faf131cdbef9daec4b4
7
- data.tar.gz: 7cfa20bcf32cdf3c100bd2e021fb6bf71239bbcdc99fe09c5b7b50b0ce7bd39bb2d5db8a6b99fc1495c8ca76bc2c103cbb7204162a63cf62419df9b62b773c57
6
+ metadata.gz: 30fc0f72e78b350c78b918a6366793be940a35ab6b826e3a74c08547d11b0251f90d8be9ec4822a7b1c197656805e6c7e2142c483b123981c7e7e5ba64c1e030
7
+ data.tar.gz: a44b14c1638c2c450b89d8f8a032041cdfb14eb1a1ccb57eb9a6b88d248f2f18d1be127095babef559f938918048b89b1c7d950cf9fb9f64eabcbfd29787de61
data/Gemfile CHANGED
@@ -12,9 +12,12 @@ unless Gem.win_platform? && RUBY_PLATFORM.include?('aarch64')
12
12
  gem 'libxml-ruby'
13
13
  end
14
14
 
15
- gem 'leptris', '1.9.156.0' # precompiled platform gems bundle libleptris (darwin/linux/mingw)
16
- gem 'yeptris', '0.2.0.1' # precompiled darwin/linux; no windows or darwin-intel gems yet
17
- gem 'teptris', '0.1.0' # precompiled all platforms
15
+ gem 'leptris', '1.9.156.2' # precompiled platform gems bundle libleptris (darwin/linux/mingw)
16
+ gem 'yeptris', '0.2.2.1' # precompiled darwin/linux; no windows or darwin-intel gems yet
17
+ # teptris stays 0.1.0: 0.2.1's native ext links libruby by absolute build-runner
18
+ # path (loads only under exactly Ruby 3.3.12 at hostedtoolcache) and ships no
19
+ # mingw gems. Bump when the ext links portably and windows variants exist.
20
+ gem 'teptris', '0.1.0'
18
21
  gem 'benchmark' # Removed from stdlib in Ruby 4.0
19
22
  gem 'base64' # Required for Ruby 3.4+
20
23
  gem 'lutaml-model', '~> 0.7'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Serialbench
4
- VERSION = '0.9.1'
4
+ VERSION = '0.9.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serialbench
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose