oximg 0.10.1 → 0.11.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/oximg/version.rb +7 -5
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db7c5148333d62798fb1d68546bef2da49d165e5fd5c0467da50e9c47ebc6b5d
4
- data.tar.gz: b54875a223ad16a6ce69e666926425066d3d48d37d5991bba1d7b34d0c95ef0b
3
+ metadata.gz: 8f9240896922269e6e8e96d3fa5b78de6e67b53aa58c1bfe93d20c0e15487def
4
+ data.tar.gz: 55b613d8b18ba178ed408ac16d867bc5728eae62eb9374ea9a0653c8108994da
5
5
  SHA512:
6
- metadata.gz: b4b66769221e10f85e3611f6a129bc813582abb40abf0f2be4098213eddf1e17a9de0c15bfa9e8e578008e0af9c8406030968c697b712c06a7772e755f88a2c7
7
- data.tar.gz: 2727aa6fd56a760a65cec6e73f9f610f334eb0f418a963a90675d3d39da7fe04472f86a2f83802d45d6cbb63c0c4cd43ebb0931c2e27239e78673d077ca0cd9d
6
+ metadata.gz: 49173ccb9d336081d7670a8e4e5abcbc329a1dc25c623d4c414f75aac4bd083bebb1ff416382f8a2d1edeb5dc84ff27947cb7b9e76c9405ca8e1afb763bff59a
7
+ data.tar.gz: 9e6d1cb6eceecaf1324d7f818f99b1596f664e442f9889e195f728a115c7895d36c35dd69abac3bba054c3b6caabdc82765b7c567a51bf8b53c94ea7aeaf15f3
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: ruby
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
@@ -45,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  requirements: []
48
- rubygems_version: 3.6.2
48
+ rubygems_version: 3.6.9
49
49
  specification_version: 4
50
50
  summary: Image compression and resizing for Ruby, without libvips or ImageMagick
51
51
  test_files: []