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: ae7bbe419f9d334cb7c0d3ac63c6a3124fe7ac08
4
- data.tar.gz: fb5c08b39a5b8ac20e21d0b18d58f55ada848e5f
3
+ metadata.gz: 9cafe9b19e572d7bfedff1af86e06add4aa23be7
4
+ data.tar.gz: 6a8b64a4392a1a3682902d84ab53a75090cb2e3e
5
5
  SHA512:
6
- metadata.gz: 3f6e638a3ec4f4df6948b11a7842548f7a9aef155a17f15ffeb4161b14f142aed87d675aa604f31c36bc59b20bca831895bfb4a979d724acc0b7068b906bc59b
7
- data.tar.gz: d20fe1e2da05b5bd3f48aaf154608f95310190be1db02a28f28561d27d0bcee09405c2885c08b16dcbf860b8264446e1440e45e8955c27501c99df770a08076f
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>
@@ -1,3 +1,3 @@
1
1
  module Pulitzer
2
- VERSION = '0.15.26'
2
+ VERSION = '0.15.27'
3
3
  end
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.26
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-03-21 00:00:00.000000000 Z
12
+ date: 2018-05-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails