mini_magick 4.13.0 → 4.13.1

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: '089fde47ce0a0ea4b01cf5e464ee66214b04f1262ce2a66f41824785bee4003f'
4
- data.tar.gz: ba4f942bcf0c4739472bc440273b716b72af440ab4f91e4b5b6f232cd99ecf2a
3
+ metadata.gz: 20fbff9386132eb3f620062d678ebf081cf68e4c99101bec9841590d8d959190
4
+ data.tar.gz: 5fce4715201eeaa2435a2e2664ffcf9e9e6b9f7c198289d93b54ac0950b5c70d
5
5
  SHA512:
6
- metadata.gz: f6455dad1a98483c0ae9826859784547437e9b85a2fc4da1e50d6bbc67f3d7d88c7f7b5290c021c63878cbe7d38018b96920ffcb63df74df5248e7ac970c239a
7
- data.tar.gz: 8d2610b3b2a5f7b1b29a0b64a5880f385cdd959002bbc5193c2eb94cce61a79a281f063f2539b9a999ca28f35c2a661c4f62797e50f2bd49fdd312e0a1e8198f
6
+ metadata.gz: 20b8a2642d64aa874f3bc9c2d31d8db00009b06f870216f788a46a70bf68c8164796477d0cd8b6c92de13e13151587bf4b8e40de4205bb8e95105439933fe49b
7
+ data.tar.gz: 07bc65b8d3bb29d2fb8f1d4be21d9fd2eeaed1d0059cd8bb8aa64b9faa737f78adf299e06a6f62d88b11565a6de42392f1db12e5256eb2bfe0ff6adb8dc7ce31
@@ -186,12 +186,6 @@ module MiniMagick
186
186
  end
187
187
  end
188
188
 
189
- def identify_with_cheap_info
190
- # asking for any cheap_info value will trigger `identify` to fetch _all_ cheap_info values if necessary
191
- # used by Image#validate! to avoid a second `identify` call just to populate cheap_info attributes
192
- self['format']
193
- end
194
-
195
189
  private
196
190
 
197
191
  def decode_comma_separated_ascii_characters(encoded_value)
@@ -216,7 +216,7 @@ module MiniMagick
216
216
  # @raise [MiniMagick::Invalid]
217
217
  #
218
218
  def validate!
219
- @info.identify_with_cheap_info
219
+ identify
220
220
  rescue MiniMagick::Error => error
221
221
  raise MiniMagick::Invalid, error.message
222
222
  end
@@ -9,7 +9,7 @@ module MiniMagick
9
9
  module VERSION
10
10
  MAJOR = 4
11
11
  MINOR = 13
12
- TINY = 0
12
+ TINY = 1
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_magick
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.13.0
4
+ version: 4.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Corey Johnson
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2024-06-13 00:00:00.000000000 Z
16
+ date: 2024-06-15 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: rake