promethee 5.1.1 → 5.1.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f55f9055e14729bd5f0a8b1d2cee1eb6f84685741425a93fd47eb76b203233ef
|
4
|
+
data.tar.gz: 4f6a033b88b19484cd8eff767b7c967200f82a388a6974070ef27cb068f9ab99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8d533e8cf53efab1c3844ff108214bb3b55d2c24a04c09a2c6167a14bf7fdd76a41e9d7c253cc7eb65fb13d95664a5019ff4ad52e04966f5ef72ff777b9dfac
|
7
|
+
data.tar.gz: 4d279ed97429aa256038aceab01700e1f196cec2365f035abff2cffaff8cf9b69401e68b47527d88e2138749db1aeeb4c2559f98988bc3ac86623d862c3f5992
|
@@ -2,7 +2,7 @@
|
|
2
2
|
blob.analyze unless blob.analyzed?
|
3
3
|
image_zoomable = true if image_zoomable.nil? # do not use ||= as image_zoomable may be "false"
|
4
4
|
fullsize_url = url_for(blob)
|
5
|
-
image_width = blob.metadata[:width]
|
5
|
+
image_width = blob.metadata[:width].to_i
|
6
6
|
alt ||= ''
|
7
7
|
title ||= ''
|
8
8
|
%>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: promethee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.
|
4
|
+
version: 5.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sébastien Gaya
|
@@ -11,10 +11,9 @@ authors:
|
|
11
11
|
- Antoine Prévost
|
12
12
|
- Alexis Rousseau
|
13
13
|
- Steven Ing
|
14
|
-
autorequire:
|
15
14
|
bindir: bin
|
16
15
|
cert_chain: []
|
17
|
-
date:
|
16
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
18
17
|
dependencies:
|
19
18
|
- !ruby/object:Gem::Dependency
|
20
19
|
name: rails
|
@@ -156,7 +155,6 @@ dependencies:
|
|
156
155
|
- - ">="
|
157
156
|
- !ruby/object:Gem::Version
|
158
157
|
version: '0'
|
159
|
-
description:
|
160
158
|
email:
|
161
159
|
- sebastien.gaya@gmail.com
|
162
160
|
- julien.dargelos@me.com
|
@@ -498,8 +496,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
498
496
|
- !ruby/object:Gem::Version
|
499
497
|
version: '0'
|
500
498
|
requirements: []
|
501
|
-
rubygems_version: 3.
|
502
|
-
signing_key:
|
499
|
+
rubygems_version: 3.6.9
|
503
500
|
specification_version: 4
|
504
501
|
summary: Bring fire to your page
|
505
502
|
test_files: []
|