phcscriptcdnpro 20.7.1 → 20.8.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: b217468ebe2a308e34dd9729754e10f9cc486f65
4
- data.tar.gz: 258651b466a576971634772e911c194b817a8bbd
3
+ metadata.gz: d624d67e2ac5207cc21dd0934124c06cbe2eee60
4
+ data.tar.gz: 26552ad7413ac82e3e0ffa439278768bd698014a
5
5
  SHA512:
6
- metadata.gz: f1c5c2662d2ddb5862ef9e225ac8a3168ea857931c7725a51d7d86b7981155692a2d183c1a2fb6b98301cb3e32974a12f2e3088aefcb0109807fed8f195945ed
7
- data.tar.gz: 6ca76c535bead97ee6f57c6f2d7f46d6899ce241ce8692f14482aec6e717f60bdb1c2e6f98652398875a58908d78f3a05bd453f0c5fe61eb0b126bb20cd19045
6
+ metadata.gz: 184dc7d09a7f9a65aa17daf4e674622b0e5014356487270867b106fa7ed8ebe1e7d5ffdabd782a839c355b3d51552d614fccd3ffe176cce5048bddd5cf315173
7
+ data.tar.gz: 2cddacacb176c0efe183fd1b49247edc8f2ea73beb9439e6531e27f173680ab4dd7e662b41dbfef8853db808f82a5dc8e74abdce68cad53da8b759bb13e5638e
@@ -9,6 +9,7 @@ module Phcscriptcdnpro
9
9
  # Script Listing Index
10
10
  def index
11
11
  @script_listings_index = Script::Listing.all
12
+ @script_listings_index = Script::Version.all
12
13
  end
13
14
 
14
15
  # Script Listing Post
@@ -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) %> <small>v. <%= script_listings_index.version.scriptversion %></small></h2>
27
+ <h2><%= link_to script_listings_index.scripttitle, phcscriptcdnpro.frontend_listing_path(script_listings_index) %> <small>v. <%= script_listings_index.scriptversion %></small></h2>
28
28
  <ul class="blog-post-info list-inline">
29
29
  <li>
30
30
  <%= link_to "#" do %>
@@ -16,7 +16,7 @@
16
16
  <!-- Script Listing -->
17
17
  <div class="col-md-9 col-sm-9">
18
18
 
19
- <h1 class="blog-post-title"><%= @script_listings_single.scripttitle %> <small>v. <%= @script_listings_single.version.scriptversion %></small></h1>
19
+ <h1 class="blog-post-title"><%= @script_listings_single.scripttitle %> <small>v. <%= @script_listings_single.scriptversion %></small></h1>
20
20
  <ul class="blog-post-info list-inline">
21
21
  <li>
22
22
  <%= link_to "#" do %>
@@ -37,7 +37,7 @@
37
37
  <%= f.date_select :scriptlastestrelease, start_year: 1981, class: "form-control" %>
38
38
  </div>
39
39
  <div class="form-group field_with_error">
40
- <%= f.label :scriptbetarelease, "Next Release" %>
40
+ <%= f.label :scriptbetarelease, "Preview Release" %>
41
41
  <%= f.date_select :scriptbetarelease, start_year: 1981, class: "form-control" %>
42
42
  </div>
43
43
  <div class="form-group field_with_errors">
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "20.7.1"
2
+ VERSION = "20.8.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 20.7.1
4
+ version: 20.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-19 00:00:00.000000000 Z
11
+ date: 2017-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails