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.
- checksums.yaml +4 -4
- data/lib/oximg/version.rb +7 -5
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f9240896922269e6e8e96d3fa5b78de6e67b53aa58c1bfe93d20c0e15487def
|
|
4
|
+
data.tar.gz: 55b613d8b18ba178ed408ac16d867bc5728eae62eb9374ea9a0653c8108994da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
|
|
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.
|
|
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:
|
|
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.
|
|
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: []
|