carrierwave-picture 0.2.0 → 0.2.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 +4 -4
- data/carrierwave-picture.gemspec +1 -1
- data/lib/carrierwave-picture/version.rb +1 -1
- 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: a2bddde394367ca8186078f99a99b45dd8cebdc68740a177da06131839c2e8b6
|
|
4
|
+
data.tar.gz: 8df45d910dd1859cf3c30e9d03b34a731f6462cac5fe3f98b86c68cb33c831d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8248546ef0bfa9623b30037860daf7de40dd28b10c3cacc72e214352a8288fa7d2f75f57e2adffc2f959ca9d5870e17397e2cbec4220096ea8785808c4d59a90
|
|
7
|
+
data.tar.gz: 35be80542846a695015046f39aa7b0e33dcc373ebdaf44ef450f04c2d864b0885c33582fb416442cc584043fe4463bbc8933688397d26f0beca19edadec56937
|
data/carrierwave-picture.gemspec
CHANGED
|
@@ -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
|
|
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
|
|
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.
|
|
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
|
|
76
|
-
|
|
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: []
|