oximg 0.10.1-x86_64-linux-gnu → 0.11.0-x86_64-linux-gnu

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/exe/oximg +0 -0
  3. data/lib/oximg/version.rb +7 -5
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdf6b1dfad022c4423f4d73c1e670ea196cc125212ef31ebb2dce92fe2a9d0b4
4
- data.tar.gz: 698b0a4da238316640f1bb1399df0bf4663c585566a7176e103978c505f21ed4
3
+ metadata.gz: 32f0bd76e7f8025ed4165510b5249a2752c0fd39382805e85220170833e1377f
4
+ data.tar.gz: dac793dc883ae8cd14514833db84f7c98b5b10307d4813e38519d3b4c91946a3
5
5
  SHA512:
6
- metadata.gz: c79092dbc459a8ef6653c9b6bba4301021c1374113edeb5e37fa51fa7f6fe057cb498ca66674fe540fcfca6573af8003ad6031fb9558b628948e3770f90b0ddb
7
- data.tar.gz: 159013464fb4e4fee6ab06ea3d00b0bfaa3675c4bfea6dfdc1fa025f88cadd677436eec9a460766472530eee18db9e9c3182bcc36b36bf9d1d4bcda9c5a13a55
6
+ metadata.gz: 212b9502c09ad49c9bd16acaa7ccb636bdee931855dca1994da0d18fdfa9433da493b228751a9dee8bae1bf68db07569cf3e6e8848d017a4bc7fe5791b44a252
7
+ data.tar.gz: da26736e43c2ab94c9a55f377e0a5a87c07fca3f8d2819c6a731d4748aca350a4e95d5c7b768888b663aa1bb14d12c017af002cb109cd5ce25bbebfd712895fa
data/exe/oximg CHANGED
Binary file
data/lib/oximg/version.rb CHANGED
@@ -1,9 +1,11 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Oximg
4
- # The gem version tracks the oximg release whose URL grammar this
5
- # client speaks — the same convention the npm package uses. A gem-only
6
- # fix therefore waits for the next oximg release rather than shipping
7
- # under a version that names a grammar it does not match.
8
- VERSION = "0.10.1"
4
+ # The gem version is the version of the oximg it bundles the same
5
+ # convention the npm package uses. A gem-only fix therefore waits for
6
+ # the next oximg release rather than shipping under a version that
7
+ # names a binary it does not carry. `Oximg.version` reports what the
8
+ # resolved executable actually is, which can differ when it comes
9
+ # from PATH.
10
+ VERSION = "0.11.0"
9
11
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oximg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.11.0
5
5
  platform: x86_64-linux-gnu
6
6
  authors:
7
7
  - oximg contributors
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-08-06 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: 'Ruby bindings for oximg, the high-performance Rust image compression
13
13
  and resizing engine: JPEG, PNG, WebP and AVIF, resized in linear light. Platform
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  requirements: []
49
- rubygems_version: 3.6.2
49
+ rubygems_version: 3.6.9
50
50
  specification_version: 4
51
51
  summary: Image compression and resizing for Ruby, without libvips or ImageMagick
52
52
  test_files: []