dragonfly_libvips 2.4.2 → 2.5.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: 7eb4b31f2a9ef8e54c19288338ba8f737a701174bc00b4439a8d62e5433524d4
4
- data.tar.gz: aca2f90bded5808371dc03d7dc93f4307a05428f44b7c48cdda2d0332871cd69
3
+ metadata.gz: 1d406440d81b35a36ff76d957aec2605e79caf29faac9df5225d91eb0a29ae9a
4
+ data.tar.gz: e33e09b0c99cdc864b082c32f0c459fd7a6c5775b0eeff9534e6ff33a0e91650
5
5
  SHA512:
6
- metadata.gz: 0ef17138d0cf0a14ff4d497fa759628bd809d4855470c89a0634250ce576ffb2c71c20e7f4420d3ce036c45978262bcfc81a8211fe7e4d979b633018bbfbb005
7
- data.tar.gz: 5d1c6afee3a94bd024d680e11bba822c59c0802b065b722fbc9829ea76ae30e39c9242991cfbccf55a9e06dce1090d3cc2ff89b7b9b4cf53a58a8228cb744070
6
+ metadata.gz: d43526ee56067f3d44f9f5af1a83b2be59e1e48b3dabca86d96503710b83483c8a7369d5f928978ca358c7610e890ae62501853d5f889451717ff0f390bb9702
7
+ data.tar.gz: 04daf214847dc14d7686d85fbeaaa0eefea256cd429ac1a9912e16cfcc5c87d384b5b065b9f0e208ca740bfed5cd07c673f89ecb36ed3a71d7f4dda9343d3b96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 2.5.0
4
+
5
+ * Fix ruby 3.0+ compatibility by @Bartuz
6
+
3
7
  ## 2.4.2
4
8
 
5
9
  * Add `webp` as supported format, and `aviz` and `heif` to formats without profile support (#14) by @asgerb
@@ -14,7 +14,7 @@ module DragonflyLibvips
14
14
  input_options['autorotate'] = true if content.mime_type == 'image/jpeg'
15
15
  input_options['dpi'] = DPI if content.mime_type == 'application/pdf'
16
16
 
17
- img = ::Vips::Image.new_from_file(content.path, DragonflyLibvips.symbolize_keys(input_options))
17
+ img = ::Vips::Image.new_from_file(content.path, **DragonflyLibvips.symbolize_keys(input_options))
18
18
 
19
19
  width = img.width
20
20
  height = img.height
@@ -1,3 +1,3 @@
1
1
  module DragonflyLibvips
2
- VERSION = '2.4.2'.freeze
2
+ VERSION = '2.5.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dragonfly_libvips
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.2
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Celizna
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-18 00:00:00.000000000 Z
11
+ date: 2022-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dragonfly