phcpresspro 5.5.3 → 5.5.4

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: 8350def4db759794eda682c09bcd3127b6ad5f0c
4
- data.tar.gz: 5105cffdb6f11d1d01da2be84ac2e4a025ff83ef
3
+ metadata.gz: e7f76b279611d6d3f854944fb2b2b6b4406c8d07
4
+ data.tar.gz: 88c26c7be023c179737cf6c9a743161b3697e56f
5
5
  SHA512:
6
- metadata.gz: 4d6faade2b3597b5c5c92bb839034ebf697dbe3222eb9aadfc652c4807b9c30748c2fcdca917822e2b61a614006084d1be17c872407f8f06dc37b876e9f32598
7
- data.tar.gz: 956ae566de8b5cd286d49c347581ed4976b8d15c73c6464c1eaba46e59958500cf2877124b0218895b78a802e088d358c0c5ac8a777fac4f69cba992a73eab49
6
+ metadata.gz: cdd40f2b570a877a56d4158fa79a86f1f4ced2f7ab3675b6b64ca2df9bb4327677d8f408a5f5470959a4b4434f1649685c727ddeeb2fa33573f44fc9ef81e310
7
+ data.tar.gz: fd3002cd5085b46d5338e2c1b4368d1893b8b105dd76bc2de9b0816e125d8e9522c19bb873a0c5c3f2d498a4430ca0c8f48eafebb4559fcd5bf4ca658f35c814
@@ -31,7 +31,7 @@
31
31
  <% @article_index.each do |article_index| %>
32
32
  <div class="blog-post-item">
33
33
 
34
- <% if f.object.pstimage? %>
34
+ <% if article_index.object.pstimage? %>
35
35
  <figure class="margin-bottom-20">
36
36
  <%= image_tag article_index.pstimage_url, class: "img-responsive" %>
37
37
  </figure>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "5.5.3"
2
+ VERSION = "5.5.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.3
4
+ version: 5.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts