phcscriptcdnpro 5.3.3 → 5.3.5

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: 4cef4d91150a9c078297270ac8d3600f229e9643
4
- data.tar.gz: fae295d39101192e496fa81a3f3aadec93b1ef71
3
+ metadata.gz: 55308fd94905b2b2d85a24bd378104005398186a
4
+ data.tar.gz: c35f3a4370c491e51e1b16922bf0cc1dc853e467
5
5
  SHA512:
6
- metadata.gz: cd95d330dcef6970e9b424882c253bfdf8dc89f0d0d5fa7ca77900bb483f388c9c34be1d8a4e208c8403c2e38d32ff5490708e7e9258220d77a9d0727f1b8eab
7
- data.tar.gz: d4245d96b1f578c1f7bb24618131ac40f94029fe9aa97310b56143a86c7f54c916ba72322e044ac2ae4de4924e663a147a38bc259ef18e85340ccf02a74bc84c
6
+ metadata.gz: 2c87bcb93b965e0a91838105221e6fd6803d138e5363ec6b97edf74c05ba8326d73abcdb5ff4c0bbcecc4d46ffedb6c33f36846bfe2020e2accacdf4a0e2461a
7
+ data.tar.gz: 66da7aa68094d74b61a967eb97c024062b1f26efe961aa1d7545c89b3f7de7cade4ed88829790801dcddb2b605b251a6a0ea972b821e4841bd0a062e9e428583
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCNetworks Blog" %>
3
- <% phc_title_tagline "News & Information" %>
2
+ <% phc_title "PHCNetworks Script CDN" %>
3
+ <% phc_title_tagline "Global Script Delivery Network" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Blog" %>
3
- <% phc_title_tagline "PHCNetworks News & Information" %>
2
+ <% phc_title "PHCNetworks Script CDN" %>
3
+ <% phc_title_tagline "Global Script Delivery Network" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -15,42 +15,31 @@
15
15
 
16
16
  <!-- Blog List -->
17
17
  <div class="col-md-9 col-sm-9">
18
- <h1 class="blog-post-title"><%= @articles_single.psttitle %></h1>
18
+ <h1 class="blog-post-title"><%= @script_listings_single.scripttitle %></h1>
19
19
  <ul class="blog-post-info list-inline">
20
20
  <li>
21
21
  <%= link_to "#" do %>
22
22
  <i class="fa fa-clock-o"></i>
23
- <span class="font-lato"><%= @articles_single.created_at %></span>
24
- <% end %>
25
- </li>
26
- <li>
27
- <%= link_to "#" do %>
28
- <i class="fa fa-comment-o"></i>
29
- <span class="font-lato">0 Comments</span>
23
+ <span class="font-lato"><%= @script_listings_single.created_at %></span>
30
24
  <% end %>
31
25
  </li>
32
26
  <li>
33
27
  <i class="fa fa-folder-open-o"></i>
34
28
  <%= link_to "#" do %>
35
- <span class="font-lato">Design</span>
29
+ <span class="font-lato">Scripts</span>
36
30
  <% end %>
37
31
  <%= link_to "#" do %>
38
- <span class="font-lato">Photography</span>
32
+ <span class="font-lato">Script CDN</span>
39
33
  <% end %>
40
34
  </li>
41
35
  <li>
42
36
  <%= link_to "#" do %>
43
37
  <i class="fa fa-user"></i>
44
- <span class="font-lato"><%= @articles_single.user_name %></span>
38
+ <span class="font-lato"></span>
45
39
  <% end %>
46
40
  </li>
47
41
  </ul>
48
- <% if @articles_single.pstimage? %>
49
- <figure class="margin-bottom-20">
50
- <%= image_tag @articles_single.pstimage_url, class: "img-responsive" %>
51
- </figure>
52
- <% end %>
53
- <div><%= @articles_single.psttext.html_safe %></div>
42
+ <div><%= @script_listings_single.scriptdescription %></div>
54
43
  </div>
55
44
  <!-- Blog List -->
56
45
 
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "5.3.3"
2
+ VERSION = "5.3.5"
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.3.3
4
+ version: 5.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -692,7 +692,6 @@ files:
692
692
  - db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
693
693
  - db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
694
694
  - db/migrate/20160821183946_create_phcscriptcdnpro_script_versions.rb
695
- - db/migrate/20170203225757_create_phcscriptcdnpro_frontend_listings.rb
696
695
  - lib/phcscriptcdnpro.rb
697
696
  - lib/phcscriptcdnpro/engine.rb
698
697
  - lib/phcscriptcdnpro/version.rb
@@ -1,8 +0,0 @@
1
- class CreatePhcscriptcdnproFrontendListings < ActiveRecord::Migration[5.0]
2
- def change
3
- create_table :phcscriptcdnpro_frontend_listings do |t|
4
-
5
- t.timestamps
6
- end
7
- end
8
- end