imgproxy 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55e93cacc2a68c479e9b76cfadbd45cbe6e0dabc3c12628de3eeef0519f4839b
4
- data.tar.gz: e0ac82d77ea5ac64fbe47ed895aea1f48bf01de610bece8f344a6afb9c84c2e3
3
+ metadata.gz: cfcf61128475771936852251e3b3525cfd88b4dd37587a624fde29bc23a3f1cd
4
+ data.tar.gz: 965ad9ac3c19c898481356e12232f1c78998b64dda684ff7928da076d50965cb
5
5
  SHA512:
6
- metadata.gz: bf8141488c246b00affdb21d533987c7af1345e4fda278f5a08dcc53e2e7e47829f0ce0101502a125c76933a651f4fd9ad45721e08aac5832f6d6c08740c7732
7
- data.tar.gz: cdf4c6d1d7173d75c6fd11c56c6ebb5242a557071d8e78280ec9b9f451e6ed2ffda5f896b7d4fb2f4fbcc6f4df0e50589b19b7be7cd3e801fc580ea061f1e83d
6
+ metadata.gz: bd23c1f227b35ad0401955ca29ab3c36ddb9fc2070097983731416cdf409d2292b9c3d9157fe4e3e913d0da525f66397922f4997e4974f665d22ec752b338c8f
7
+ data.tar.gz: 8338e73961d8e6c00e37deb55223c1aa3760d1ded5094afabfb7461a0cad7b44cf2f1a1d98dd9d9a59ee5bbe2c98067ae183e7b9f0765b60110d165068278bca
data/README.md CHANGED
@@ -262,7 +262,7 @@ Imgproxy.url_for(
262
262
  # => .../c:500:600:nowe:10:5/...
263
263
  ```
264
264
 
265
- All the argguments have the same names as in [imgproxy documentation](https://docs.imgproxy.net/#/generating_the_url_advanced?id=processing-options).
265
+ All the arguments have the same names as in [imgproxy documentation](https://docs.imgproxy.net/#/generating_the_url_advanced?id=processing-options).
266
266
 
267
267
  You can use named arguments even if the processing option is not supported by the gem. In this case the arguments won't be reordered nor formatted, so you should provide them in the same order and right the same way they should appear in the URL:
268
268
 
@@ -6,7 +6,7 @@ module Imgproxy
6
6
  resizing_algorithm: :ra,
7
7
  width: :w,
8
8
  height: :h,
9
- enlarge: :en,
9
+ enlarge: :el,
10
10
  extend: :ex,
11
11
  gravity: :g,
12
12
  crop: :c,
@@ -1,3 +1,3 @@
1
1
  module Imgproxy
2
- VERSION = "2.0.0".freeze
2
+ VERSION = "2.0.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imgproxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Alexandrovich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-02 00:00:00.000000000 Z
11
+ date: 2021-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: anyway_config