carrierwave-picture 0.2.0 → 0.2.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: 592b6f4fc1639d3636d45d361ab998f1605394a1ae66babd4e0817e3af6cff06
4
- data.tar.gz: c6e1bb1f4e0e44fad92930a25de0f34a2ab876fd705c2e4f1548b1f73f8da489
3
+ metadata.gz: a2bddde394367ca8186078f99a99b45dd8cebdc68740a177da06131839c2e8b6
4
+ data.tar.gz: 8df45d910dd1859cf3c30e9d03b34a731f6462cac5fe3f98b86c68cb33c831d9
5
5
  SHA512:
6
- metadata.gz: 78a94da435f4aaea0dc4688710efc182f2b50cb79e042f644a905ea31e2b2174a4e83d9b672b6c6c65e80bc954203fcb297dc8aeb3e29b00580021989e374849
7
- data.tar.gz: 5aa3058482647c18728d500b8300dcc4e77f8ceab1789cbaa08382afb8f69f5f08e844600ba8cbbcf5f0cbc14583df3149c46562c5297dde64b5ed29e72c7ca6
6
+ metadata.gz: 8248546ef0bfa9623b30037860daf7de40dd28b10c3cacc72e214352a8288fa7d2f75f57e2adffc2f959ca9d5870e17397e2cbec4220096ea8785808c4d59a90
7
+ data.tar.gz: 35be80542846a695015046f39aa7b0e33dcc373ebdaf44ef450f04c2d864b0885c33582fb416442cc584043fe4463bbc8933688397d26f0beca19edadec56937
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["igor@snega.pro"]
11
11
 
12
12
  spec.summary = %q{A simple gem for use new web image formats with Carriewave.}
13
- spec.description = %q{Converting images to webp and progressive jpeg via imagemagic and add picture_tag to action view.}
13
+ spec.description = %q{Converting images to webp and jp2 via imagemagic and add picture_tag to action view.}
14
14
  spec.homepage = "https://github.com/PavlovIgor/carrierwave-picture"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,5 +1,5 @@
1
1
  module Carrierwave
2
2
  module Picture
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carrierwave-picture
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Pavlov
@@ -72,8 +72,8 @@ dependencies:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
74
  version: '3.0'
75
- description: Converting images to webp and progressive jpeg via imagemagic and add
76
- picture_tag to action view.
75
+ description: Converting images to webp and jp2 via imagemagic and add picture_tag
76
+ to action view.
77
77
  email:
78
78
  - igor@snega.pro
79
79
  executables: []