pulitzer 0.15.26 → 0.15.27
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9cafe9b19e572d7bfedff1af86e06add4aa23be7
|
4
|
+
data.tar.gz: 6a8b64a4392a1a3682902d84ab53a75090cb2e3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 057357c89f0438799928c73ec1b2d5a1f6cd234d3875225b16877eb1fc254f69d0fcb467c94bfac9def62e577645fca444037343a5c2565b034726bd497bfd77
|
7
|
+
data.tar.gz: c8bcc549502d1e370e6a5e03a8708d4b4c4b8cf26204a8e92bc893c0ebf7585af54d358f833f1ecde73a12c7c6cfda8cbdee1a9f805a493aa1c5582003376f08
|
@@ -1,5 +1,10 @@
|
|
1
1
|
<br>
|
2
2
|
<%= image_tag(content_element.image_url(:thumb)) if content_element.image_url %>
|
3
|
+
<% if content_element.width.present? && content_element.height.present? %>
|
4
|
+
<div class="ih-row quiet">
|
5
|
+
minimum dimensions (w x h): <%= content_element.width %> x <%= content_element.height %>
|
6
|
+
</div>
|
7
|
+
<% end %>
|
3
8
|
<div class="upload-group">
|
4
9
|
<%= f.file_field :image, placeholder: 'Image' %>
|
5
10
|
</div>
|
data/lib/pulitzer/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulitzer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.27
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Draut
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-
|
12
|
+
date: 2018-05-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|