phcscriptcdnpro 5.8.9 → 5.9.0

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: 354f1512572980d8d5b8ea17a837d011d7fc7f73
4
- data.tar.gz: 6ab5666af388d861661242513f6a831aba5e42b0
3
+ metadata.gz: 060ca608e6eba355ff0d2eabdf37dba390da8e65
4
+ data.tar.gz: 05a30d46e7f304fff1e868bf2e6e21cf7f527ae6
5
5
  SHA512:
6
- metadata.gz: 7263f87df59027d92c1f4a8f74edac01d4059835a9d398d05cd55308bcf842e240807261585d646659d88cadeae9f2454facb0ec73af7673d88efdfb04343dfd
7
- data.tar.gz: 0c4bf28712e3260158817fa756c0de1230f415810aa8c03a0fd95ede85e7d0517a5509b5b0f8e74f8cbf83059369445d0f21650cdc618056e520414357f5d3f3
6
+ metadata.gz: 895673f84b8d19387ad495b1fd9749b7742e388152e0c9648d27c7937366f799e6a7ee1a68874c149268f95158bb7b4375f85205b48cca33e7b5e2dfeaf97b01
7
+ data.tar.gz: 87c024d5893f4d1b5d30010e36d2164900eafb7b517012b7ffbf53a640aa28e74f581bd1ccd81046b509e5eea36a3bdadf021badf4e9587c3acd65908daa62e3
@@ -24,7 +24,7 @@
24
24
 
25
25
  <% @script_listings_index.each do |script_listings_index| %>
26
26
  <div class="blog-post-item">
27
- <h2><%= link_to script_listings_index.scripttitle, phcscriptcdnpro.frontend_listing_path(script_listings_index) %></h2>
27
+ <h2><%= link_to script_listings_index.scripttitle, phcscriptcdnpro.frontend_listing_path(script_listings_index) %> <small>v. <%= script_listings_index.version.scriptversion %></small></h2>
28
28
  <ul class="blog-post-info list-inline">
29
29
  <li>
30
30
  <%= link_to "#" do %>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "5.8.9"
2
+ VERSION = "5.9.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.8.9
4
+ version: 5.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts