phcpresspro 5.7.1 → 5.7.2

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: a312b88c558794aad86877bb333af0fba0706983
4
- data.tar.gz: 150dd6c0eb696c68b569319ff50af6cb3e250805
3
+ metadata.gz: 683274b05a3bedad55a7d9b97030653169dabc8b
4
+ data.tar.gz: fffe9f4d333c11f2cd28d3841c9ee974608b1583
5
5
  SHA512:
6
- metadata.gz: 8e449ef393aecbaada4bf34e1fe0495fe4eb96a16778a1e9c246a86b2f3a2e5cb7f43708a0016dc6ad2f04ac97ebca0cf2eeaf3a76e515cd188d02d59338b7fd
7
- data.tar.gz: 14e88029eb306fcce2db439e9f4460571520196ff8c7a78d5eee7a74643712edff93ba6f4dba479749beecbdb044cf0150d21f8a633afa93d1baafc574fd52f9
6
+ metadata.gz: cb3d9fa83562271277807d0dcba494a228bec57369f41b10081d938b8588df78c4e511c04864c0cdf7feb39e6bc38c0c059974341d914930cfdc7aac15a13a23
7
+ data.tar.gz: 2eff32f6d24eb5f28f13687cf208d2e3ba2f11e6981ba1152ed7d5c4c6185e21a3df0ff58537476db832e228f22b5923545a7310f557a175b38ead86c7f6753e
@@ -28,12 +28,12 @@
28
28
  <div class="blog-post-item">
29
29
  <% if article_index.pstimage? %>
30
30
  <figure class="margin-bottom-20">
31
- <%= link_to phcpress.frontend_article_path do %>
31
+ <%= link_to phcpresspro.frontend_article_path do %>
32
32
  <%= image_tag article_index.pstimage_url, class: "img-responsive" %>
33
33
  <% end %>
34
34
  </figure>
35
35
  <% end %>
36
- <h2><%= link_to article_index.psttitle, phcpress.frontend_article_path %></h2>
36
+ <h2><%= link_to article_index.psttitle, phcpresspro.frontend_article_path %></h2>
37
37
  <ul class="blog-post-info list-inline">
38
38
  <li>
39
39
  <%= link_to "#" do %>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "5.7.1"
2
+ VERSION = "5.7.2"
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.7.1
4
+ version: 5.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts