serialbench 0.11.0 → 0.12.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2f980d28503e644be4c2f0807637b531c91640ad50af4eeb72c5cf41b26f3eb
4
- data.tar.gz: 2e45051b18ab56d9a4fe2d569d3abc3206f151398dca094aa0a28fecd3ceb07f
3
+ metadata.gz: fb1d328cda41b77014e07bcca03086cf860a81a9f02c8863918e37d41ab1e201
4
+ data.tar.gz: 889ba7216bdc343cf5886f2fdaf6257452633161cd291c66e54823caa4cfbb7d
5
5
  SHA512:
6
- metadata.gz: 35d305480351a282cf7cccc5c18874d1d5f053f2ee914452082c0abed7f1b92e66a63ba582a90ed898320d55c499a43b5207c3e4f12c529111223f7841e5d89b
7
- data.tar.gz: 7441471432ba4b498ac91d7a4bdf4b21338c36789a231014f3f0bc49bb3858952f3627eeb2209442b9c266d4664e91515e677dda472003bb20614c25648c5010
6
+ metadata.gz: 64d0c977c7efffaa614ac03425eae1cf5c3e83d44f06bc2ba98da8b03671644887ec8813d8c506987e6d0f0ce74424af5bf74bf025ad9a09303f7d57a0c3ffa4
7
+ data.tar.gz: 4db8775576b87ff4eb268f063e323527f5f639d3c65c55f12f02078d7772ff552dc67578f048179a7c17d0a33a08058527959f96f2b0403595ce349c4bb9c79c
@@ -131,21 +131,6 @@ jobs:
131
131
  (cd test_data && sha256sum -c SHA256SUMS) || (cd test_data && shasum -a 256 -c SHA256SUMS)
132
132
  shell: bash
133
133
 
134
- - name: Point teptris at its vendored DLL (Windows)
135
- if: startsWith(matrix.platform, 'windows-')
136
- shell: bash
137
- run: |
138
- # teptris 0.1.0's mingw gem vendors the library as teptris.dll but
139
- # its FFI loader searches libteptris.dll; TEPTRIS_LIB_PATH (the
140
- # loader's first candidate) bridges until the ext-based gem ships.
141
- DLL=$(bundle exec ruby -e "print File.join(Gem::Specification.find_by_name('teptris').gem_dir, 'lib', 'teptris.dll')" 2>/dev/null || true)
142
- if [ -n "$DLL" ] && [ -f "$DLL" ]; then
143
- echo "TEPTRIS_LIB_PATH=$DLL" >> "$GITHUB_ENV"
144
- echo "TEPTRIS_LIB_PATH=$DLL"
145
- else
146
- echo "no vendored teptris.dll found — teptris stays unavailable on this leg"
147
- fi
148
-
149
134
  - name: Create environment config
150
135
  run: |
151
136
  mkdir -p config/environments
data/Gemfile CHANGED
@@ -12,12 +12,9 @@ unless Gem.win_platform? && RUBY_PLATFORM.include?('aarch64')
12
12
  gem 'libxml-ruby'
13
13
  end
14
14
 
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'
15
+ gem 'leptris', '1.9.193.4' # html5 conformance campaign + memchr tokenizer perf
16
+ gem 'yeptris', '0.6.5.4' # compiled plan walk; dump round-trip fixed (plain keys)
17
+ gem 'teptris', '0.2.36' # full platform matrix incl. mingw - windows coverage unblocked
21
18
  gem 'benchmark' # Removed from stdlib in Ruby 4.0
22
19
  gem 'base64' # Required for Ruby 3.4+
23
20
  gem 'lutaml-model', '~> 0.7'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Serialbench
4
- VERSION = '0.11.0'
4
+ VERSION = '0.12.0'
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.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose