phcscriptcdnpro 19.1.0 → 20.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (20) hide show
  1. checksums.yaml +4 -4
  2. data/app/views/layouts/phcscriptcdnpro/application.html.erb +50 -29
  3. data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_address.html.erb +21 -0
  4. data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_copyright.html.erb +19 -0
  5. data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_newspost.html.erb +9 -0
  6. data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_quicklinks.html.erb +7 -0
  7. data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_socialconnect.html.erb +30 -0
  8. data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout.html.erb +22 -0
  9. data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout_address.html.erb +5 -0
  10. data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout_links.html.erb +3 -0
  11. data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout_text.html.erb +2 -0
  12. data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar.html.erb +15 -0
  13. data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_main_links.html.erb +25 -0
  14. data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb +24 -0
  15. data/app/views/layouts/phcscriptcdnpro/components/frontend/navigation/_navigation.html.erb +27 -0
  16. data/app/views/layouts/phcscriptcdnpro/components/frontend/navigation/_navigation_links.html.erb +34 -0
  17. data/app/views/layouts/phcscriptcdnpro/components/frontend/pages/_titlebars.html.erb +13 -0
  18. data/app/views/layouts/phcscriptcdnpro/components/frontend/seo/_all_metainfo.html.erb +43 -0
  19. data/lib/phcscriptcdnpro/version.rb +1 -1
  20. metadata +19 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 513e808df951d9772e06bf16f5d4b19b4eb95e51
4
- data.tar.gz: 65cec93f42602db61fab0118a8b11f358f9bdb51
3
+ metadata.gz: 281989d6cfc5b7bcf4dd663cb2a142bf7271b50a
4
+ data.tar.gz: d770f9a915cd97dc07f05145f1b14ea582c90307
5
5
  SHA512:
6
- metadata.gz: 2377bde4cf0b834c8fd86609054f8488fcda87e2025c001ca2514b352447207022d15b93445afb0f7e1800f744c09c8c7854915b20822300b78efcb22dc8a1e5
7
- data.tar.gz: 321a7e10ba869ece612d92ddad167e2f56ae479f2c410b08b7c6006a25d3bb0ff58946877d9cfd20672e033398e1789a9e396b8caab8b7e1255986abba78e902
6
+ metadata.gz: ef1458e2d48e833be8ba21261bbbe0b47720b1d29ef1b140c51062d9698ddb689d68d4f4e3cd4adad7437ec3b21f44bf75521f12f8f993dc0712fdbb7bb26193
7
+ data.tar.gz: 2f8d85713c466ab2b82cfeae0b5eed76dea73175f90b74a4913c6081c00e45eb9c95fd7e2f20225c0346778e6b029bae64166ca2ca4307ae4201734a0fc74875
@@ -1,47 +1,68 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
- <head>
3
+ <head>
4
4
 
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title><%= content_for?(:title) ? yield(:title) : "PHCScriptCDN - Script Listing Engine" %></title>
7
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
8
- <link rel="canonical" href="http://phcnetworks.net">
5
+ <!-- Meta Info (Page Specific) -->
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title><%= content_for?(:title) ? yield(:title) : "PHCNetworks - Script Content Delivery Network" %></title>
9
8
 
10
- <!-- Font -->
11
- <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
9
+ <!-- Meta Info (All) -->
10
+ <%= render 'layouts/phcscriptcdnpro/components/frontend/seo/all_metainfo' %>
12
11
 
13
- <!-- Requried Style Sheets -->
14
- <%= stylesheet_link_tag "phcscriptcdnpro/application", media: "all", 'data-turbolinks-track': 'reload' %>
12
+ <!-- Font -->
13
+ <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
15
14
 
16
- <!-- Security -->
17
- <%= csrf_meta_tags %>
15
+ <!-- Requried StyleSheets -->
16
+ <%= stylesheet_link_tag "application", media: "all", 'data-turbolinks-track': 'reload' %>
18
17
 
19
- </head>
20
- <body>
18
+ <!-- Requried JavaScripts -->
19
+ <%= javascript_include_tag "application", 'data-turbolinks-track': 'reload' %>
21
20
 
22
- <div id="wrapper" class="<%= params[:controller] %>.<%= params[:action] %>">
21
+ <!-- Security -->
22
+ <%= csrf_meta_tags %>
23
23
 
24
- <nav class="navbar-default navbar-static-side" role="navigation">
25
- <%= render 'layouts/phcscriptcdnpro/components/backend/sidebars/left_sidebar' %>
26
- </nav>
24
+ </head>
25
+ <body class="enable-animation">
27
26
 
28
- <div id="page-wrapper" class="gray-bg <%= @extra_class %>">
29
- <div class="row border-bottom">
30
- <%= render 'layouts/phcscriptcdnpro/components/backend/navigation/top_bar' %>
27
+ <div id="slidetop">
28
+ <%= render 'layouts/phcscriptcdnpro/components/frontend/header/slideout' %>
29
+ </div>
30
+
31
+ <div id="wrapper">
32
+
33
+ <div id="topBar">
34
+ <%= render 'layouts/phcscriptcdnpro/components/frontend/header/topbar' %>
35
+ </div>
36
+ <div id="header" class="sticky clearfix">
37
+ <%= render 'layouts/phcscriptcdnpro/components/frontend/navigation/navigation' %>
31
38
  </div>
32
39
 
33
40
  <%= yield %>
34
41
 
35
- <div class="footer">
36
- <%= render 'layouts/phcscriptcdnpro/components/backend/footer/footer' %>
37
- </div>
42
+ <footer id="footer">
43
+ <div class="container">
38
44
 
39
- </div>
40
- <%= render 'layouts/phcscriptcdnpro/components/backend/sidebars/right_sidebar' %>
41
- </div>
45
+ <div class="row">
46
+ <div class="col-md-3">
47
+ <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_address' %>
48
+ </div>
49
+ <div class="col-md-3">
50
+ <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_newspost' %>
51
+ </div>
52
+ <div class="col-md-3">
53
+ <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_quicklinks' %>
54
+ </div>
55
+ <div class="col-md-3">
56
+ <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_socialconnect' %>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ <div class="copyright">
61
+ <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_copyright' %>
62
+ </div>
63
+ </footer>
42
64
 
43
- <!-- Requried JavaScripts -->
44
- <%= javascript_include_tag "phcscriptcdnpro/application", 'data-turbolinks-track': 'reload' %>
65
+ </div>
45
66
 
46
- </body>
67
+ </body>
47
68
  </html>
@@ -0,0 +1,21 @@
1
+ <h4 class="letter-spacing-1">ABOUT PHCNETWORKS.NET</h4>
2
+ <p>We're a Canadian digital services provider offering a range of web-based software solutions, digital services, backend infrastructure, and content delivery networks.</p>
3
+
4
+ <address>
5
+ <ul class="list-unstyled">
6
+
7
+ <li class="footer-sprite address">
8
+ Box 1397<br>
9
+ Sechelt BC<br>
10
+ Canada V0N3A0<br>
11
+ </li>
12
+
13
+ <li class="footer-sprite phone">
14
+ </li>
15
+
16
+ <li class="footer-sprite email">
17
+ <%= mail_to "info@phcnetworks.net", "info@phcnetworks.net" %>
18
+ </li>
19
+
20
+ </ul>
21
+ </address>
@@ -0,0 +1,19 @@
1
+ <div class="container">
2
+
3
+ <ul class="pull-right nomargin list-inline mobile-block">
4
+ <li><%= link_to "Home", main_app.root_path, class: "nav-link" %></li>
5
+ <li>&bull;</li>
6
+ <li><%= link_to "PHCNetworks", "https://phcnetworks.net", target: "_blank", rel: "nofollow" %></li>
7
+ <li>&bull;</li>
8
+ <li><%= link_to "PHCMembers", "https://phcmembers.com", target: "_blank", rel: "nofollow" %></li>
9
+ <li>&bull;</li>
10
+ <li><%= link_to "PHCPress", "https://phcpress.com", target: "_blank", rel: "nofollow" %></li>
11
+ <li>&bull;</li>
12
+ <li><%= link_to "Privacy & Security", "#", target: "_blank", rel: "nofollow" %></li>
13
+ <li>&bull;</li>
14
+ <li><%= link_to "Terms & Conditions", "#", target: "_blank", rel: "nofollow" %></li>
15
+ </ul>
16
+
17
+ <strong>PHC</strong>Networks &copy; 2012-<%= Time.now.year %> - v20.0.0 - RELEASED - 07-07-<%= Date.today.year %>
18
+
19
+ </div>
@@ -0,0 +1,9 @@
1
+ <h4 class="letter-spacing-1">PHCNETWORKS BLOG</h4>
2
+ <ul class="footer-posts list-unstyled">
3
+ <% @recent_posts.each do |frontend_article| %>
4
+ <li>
5
+ <%= link_to frontend_article.psttitle, phcpresspro.frontend_article_path(frontend_article) %>
6
+ <small><%= frontend_article.created_at %></small>
7
+ </li>
8
+ <% end %>
9
+ </ul>
@@ -0,0 +1,7 @@
1
+ <h4 class="letter-spacing-1">OUR GROUP OF SITES</h4>
2
+
3
+ <ul class="footer-links list-unstyled">
4
+ <li><%= link_to "PHCNETWORKS DIGITAL SERVICES", "https://phcnetworks.net/", target: "_blank" %></li>
5
+ <li><%= link_to "PHCMEMBERS MANAGEMENT APP", "https://phcmembers.com/", target: "_blank" %></li>
6
+ <li><%= link_to "PHCPRESS RAILS CMS ENGINE", "https://phcpress.com/", target: "_blank" %></li>
7
+ </ul>
@@ -0,0 +1,30 @@
1
+ <h4 class="letter-spacing-1">PHC NEWS &amp; BLOG</h4>
2
+
3
+ <div class="margin-top-20">
4
+
5
+ <%= link_to "https://www.facebook.com/phcnetworks", class: "social-icon social-icon-border social-facebook pull-left", title: "Facebook", "data-toggle" => "tooltip", "data-placement" => "top" do %>
6
+ <i class="icon-facebook"></i>
7
+ <i class="icon-facebook"></i>
8
+ <% end %>
9
+
10
+ <%= link_to "https://twitter.com/phcnetworks", class: "social-icon social-icon-border social-twitter pull-left", title: "Twitter", "data-toggle" => "tooltip", "data-placement" => "top" do %>
11
+ <i class="icon-twitter"></i>
12
+ <i class="icon-twitter"></i>
13
+ <% end %>
14
+
15
+ <%= link_to "https://www.linkedin.com/company/phcnetworks", class: "social-icon social-icon-border social-linkedin pull-left", title: "Linkedin", "data-toggle" => "tooltip", "data-placement" => "top" do %>
16
+ <i class="icon-linkedin"></i>
17
+ <i class="icon-linkedin"></i>
18
+ <% end %>
19
+
20
+ <%= link_to "https://plus.google.com/b/106230947945096454173/+PhcnetworksNet", class: "social-icon social-icon-border social-gplus pull-left", title: "Google Plus", "data-toggle" => "tooltip", "data-placement" => "top" do %>
21
+ <i class="icon-gplus"></i>
22
+ <i class="icon-gplus"></i>
23
+ <% end %>
24
+
25
+ <%= link_to "https://github.com/PHCNetworks", class: "social-icon social-icon-border social-github pull-left", title: "Github PHCNetworks", "data-toggle" => "tooltip", "data-placement" => "top" do %>
26
+ <i class="icon-github"></i>
27
+ <i class="icon-github"></i>
28
+ <% end %>
29
+
30
+ </div>
@@ -0,0 +1,22 @@
1
+ <div class="container">
2
+ <div class="row">
3
+
4
+ <div class="col-md-3">
5
+ <%= render 'layouts/components/frontend/header/slideout_text' %>
6
+ </div>
7
+
8
+ <div class="col-md-3">
9
+ <h6><i class="icon-attachment"></i> A PHCNetworks Company</h6>
10
+ <ul class="list-unstyled">
11
+ <%= render 'layouts/components/frontend/header/slideout_links' %>
12
+ </ul>
13
+ </div>
14
+
15
+ <div class="col-md-6">
16
+ <%= render 'layouts/components/frontend/header/slideout_address' %>
17
+ </div>
18
+
19
+ </div>
20
+ </div>
21
+
22
+ <%= link_to "", "#", class: "slidetop-toggle" %>
@@ -0,0 +1,5 @@
1
+ <h6><i class="icon-envelope"></i> CONTACT INFO</h6>
2
+
3
+ <ul class="list-unstyled">
4
+ <li><b>Address:</b> Box 1397 </br> Sechelt, BC Canada V0N 3A0</li>
5
+ </ul>
@@ -0,0 +1,3 @@
1
+ <li><%= link_to "PHCNETWORKS WEB SERVICES", "https://phcnetworks.net", target: "_blank" %></li>
2
+ <li><%= link_to "PHCMEMBERS MANAGEMENT APP", "https://phcmembers.com", target: "_blank" %></li>
3
+ <li><%= link_to "PHCPRESS RAILS CMS ENGINE", "https://phcpress.net", target: "_blank" %></li>
@@ -0,0 +1,2 @@
1
+ <h6><i class="icon-heart"></i> PHCNETWORKS - DIGITAL SERVICES</h6>
2
+ <p>We're a Canadian digital services provider offering a range of web-based software solutions, digital services, backend infrastructure, and content delivery networks.</p>
@@ -0,0 +1,15 @@
1
+ <div class="container">
2
+
3
+ <!-- Top Bar Right -->
4
+ <ul class="top-links list-inline pull-right">
5
+ <%= render 'layouts/components/frontend/header/topbar_user_links' %>
6
+ </ul>
7
+ <!-- End Top Bar Right -->
8
+
9
+ <!-- Top Bar Left -->
10
+ <ul class="top-links list-inline">
11
+ <%= render 'layouts/components/frontend/header/topbar_main_links' %>
12
+ </ul>
13
+ <!-- End Top Bar Left -->
14
+
15
+ </div>
@@ -0,0 +1,25 @@
1
+ <li class="hidden-xs"><%= link_to "FAQ", "https://www.phcnetworks.net", target: "_blank", rel: "nofollow" %></li>
2
+
3
+ <li>
4
+ <%= link_to "#", class: "dropdown-toggle no-text-underline", data: { toggle: 'dropdown'} do %>
5
+ <img class="flag-lang" src="https://frmwrks.phcnetworks.net/smarty/version-latest/assets/images/flags/ca.png" width="16" height="16" alt="lang" /> ENGLISH
6
+ <% end %>
7
+ <!--
8
+ <ul class="dropdown-langs dropdown-menu">
9
+ <li><a tabindex="-1" href="#"><img class="flag-lang" src="images.phcnetworks.net/flags/flat/16/United-States.png" width="16" height="16" alt="lang" /> ENGLISH</a></li>
10
+ <li class="divider"></li>
11
+ <li><a tabindex="-1" href="#"><img class="flag-lang" src="https://images.phcnetworks.net/flags/flat/16/Germany.png" width="16" height="16" alt="lang" /> GERMAN</a></li>
12
+ </ul>
13
+ -->
14
+ </li>
15
+
16
+ <li>
17
+ <%= link_to "$ CAD", "#", class: "dropdown-toggle no-text-underline", data: { toggle: 'dropdown'} %>
18
+ <!--
19
+ <ul class="dropdown-langs dropdown-menu">
20
+ <li><a tabindex="-1" href="#">USD</a></li>
21
+ <li class="divider"></li>
22
+ <li><a tabindex="-1" href="#">EUR</a></li>
23
+ <li><a tabindex="-1" href="#">GBP</a></li>
24
+ </ul>-->
25
+ </li>
@@ -0,0 +1,24 @@
1
+ <% if current_user %>
2
+ <li class="text-welcome hidden-xs">
3
+ Welcome to <strong>PHC</strong>Networks <strong><%= current_user.first_name + ' ' + current_user.last_name %></strong>
4
+ </li>
5
+ <li>
6
+ <a class="dropdown-toggle no-text-underline" data-toggle="dropdown" href="#"><i class="fa fa-user hidden-xs"></i> MY ACCOUNT</a>
7
+ <ul class="dropdown-menu pull-right">
8
+ <li>
9
+ <%= link_to phcaccountspro.logout_path, class: "nav-link", method: :get do %>
10
+ <i class="glyphicon glyphicon-off"></i> LOGOUT
11
+ <% end %>
12
+ </li>
13
+ </ul>
14
+ </li>
15
+ <li class="hidden-xs">
16
+ <%= link_to "LOGOUT", phcaccountspro.logout_path, method: :get %>
17
+ </li>
18
+ <% else %>
19
+ <li class="hidden-xs">
20
+ </li>
21
+ <li class="hidden-xs">
22
+ <%= link_to "LOGIN", phcaccountspro.login_path %>
23
+ </li>
24
+ <% end %>
@@ -0,0 +1,27 @@
1
+ <header id="topNav">
2
+ <div class="container">
3
+
4
+ <!-- Mobile Navigation -->
5
+ <button class="btn btn-mobile" data-toggle="collapse" data-target=".nav-main-collapse">
6
+ <i class="fa fa-bars"></i>
7
+ </button>
8
+ <!-- Mobile Navigation -->
9
+
10
+ <!-- Logo -->
11
+ <%= link_to main_app.root_path, class: "logo pull-left phc_logo" do %>
12
+ PHCNetworks
13
+ <% end %>
14
+ <!-- Logo -->
15
+
16
+ <!-- Main Navigation -->
17
+ <div class="navbar-collapse pull-right nav-main-collapse collapse submenu-dark">
18
+ <nav class="nav-main">
19
+ <ul id="topMain" class="nav nav-pills nav-main">
20
+ <%= render 'layouts/components/frontend/navigation/navigation_links' %>
21
+ </ul>
22
+ </nav>
23
+ </div>
24
+ <!-- Main Navigation -->
25
+
26
+ </div>
27
+ </header>
@@ -0,0 +1,34 @@
1
+ <li><%= link_to "Home", main_app.root_path, class: "nav-link" %></li>
2
+
3
+ <li class="dropdown">
4
+ <%= link_to "CLOUD SOFTWARE", "#", class: "dropdown-toggle" %>
5
+ <ul class="dropdown-menu">
6
+ <li>
7
+ <%= link_to phccontentpack.phcsite_phcpages_page_phcmembers_application_path,
8
+ :class => 'tooltips',
9
+ :data => { :toggle=> 'tooltip', :placement=> 'top'},
10
+ :title => 'Membership Cloud Software' do %>
11
+ <span class="label label-primary pull-right">UPDATED 5.1</span>
12
+ PHCMEMBERS
13
+ <% end %>
14
+ </li>
15
+ </ul>
16
+ </li>
17
+
18
+ <li class="dropdown">
19
+ <%= link_to "NETWORK SERVICES", "#", class: "dropdown-toggle" %>
20
+ <ul class="dropdown-menu">
21
+ <li>
22
+ <%= link_to phcscriptcdnpro.frontend_listings_path,
23
+ :class => 'tooltips',
24
+ :data => { :toggle=> 'tooltip', :placement=> 'top'},
25
+ :title => 'Script Content Delivery Network' do %>
26
+ <span class="label label-danger pull-right">NEW</span>
27
+ SCRIPT CDN
28
+ <% end %>
29
+ </li>
30
+ </ul>
31
+ </li>
32
+
33
+ <li><%= link_to "Contact Us", phccontactorpro.new_message_path, class: "nav-link" %></li>
34
+
@@ -0,0 +1,13 @@
1
+ <div class="overlay dark-5"></div>
2
+ <div class="container">
3
+
4
+ <h1><%= yield(:phc_title) %></h1>
5
+ <span class="font-lato size-18 weight-300"><%= yield(:phc_title_tagline) %></span>
6
+
7
+ <ol class="breadcrumb">
8
+ <li><%= link_to "Home", main_app.root_path %></li>
9
+ <li><%= yield(:phc_title) %></li>
10
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
11
+ </ol>
12
+
13
+ </div>
@@ -0,0 +1,43 @@
1
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
2
+
3
+ <link rel="canonical" href="https://phcnetworks.net">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+ <meta name="keywords" content="cloud software services digital it information technology" >
6
+ <meta name="description" content="Canadian digital services provider offering a range of web applications, cloud storage, data delivery and collection services.">
7
+
8
+ <!--FACEBOOK-->
9
+ <meta property="og:title" content="Web Development & Cloud Software" >
10
+ <meta property="og:site_name" content="PHCNetworks">
11
+ <meta property="og:url" content="https://phcnetworks.net" >
12
+ <meta property="og:description" content="Canadian digital services provider offering a range of web applications, cloud storage, data delivery and collection services." >
13
+ <meta property="og:image" content="" >
14
+ <meta property="og:image:width" content="470">
15
+ <meta property="og:image:height" content="246">
16
+
17
+ <meta property="og:type" content="application" >
18
+ <meta property="og:locale" content="en_US" >
19
+
20
+ <!--TWITTER-->
21
+ <meta property="twitter:card" content="summary" >
22
+ <meta property="twitter:title" content="Web Development & Cloud Software - Digital Service Provider" >
23
+ <meta property="twitter:description" content="Canadian digital services provider offering a range of web applications, cloud storage, data delivery and collection services." >
24
+ <meta property="twitter:creator" content="@phcnetworks" >
25
+ <meta property="twitter:url" content="https://phcnetworks.net" >
26
+ <meta property="twitter:image" content="" >
27
+
28
+ <!--GOOGLE+-->
29
+ <link rel="author" href="https://plus.google.com/110988975684424181687/">
30
+
31
+ <!--PINTREST-->
32
+ <meta name="p:domain_verify" content="a778db2a9112408f3f1601d1f500c234"/>
33
+
34
+ <!--ANALYTICS-->
35
+ <script>
36
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
37
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
38
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
39
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
40
+
41
+ ga('create', 'UA-72507245-3', 'auto');
42
+ ga('send', 'pageview');
43
+ </script>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "19.1.0"
2
+ VERSION = "20.0.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: 19.1.0
4
+ version: 20.0.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-04 00:00:00.000000000 Z
11
+ date: 2017-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -701,6 +701,22 @@ files:
701
701
  - app/views/layouts/phcscriptcdnpro/components/backend/navigation/_top_bar.html.erb
702
702
  - app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_left_sidebar.html.erb
703
703
  - app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_right_sidebar.html.erb
704
+ - app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_address.html.erb
705
+ - app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_copyright.html.erb
706
+ - app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_newspost.html.erb
707
+ - app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_quicklinks.html.erb
708
+ - app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_socialconnect.html.erb
709
+ - app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout.html.erb
710
+ - app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout_address.html.erb
711
+ - app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout_links.html.erb
712
+ - app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout_text.html.erb
713
+ - app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar.html.erb
714
+ - app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_main_links.html.erb
715
+ - app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
716
+ - app/views/layouts/phcscriptcdnpro/components/frontend/navigation/_navigation.html.erb
717
+ - app/views/layouts/phcscriptcdnpro/components/frontend/navigation/_navigation_links.html.erb
718
+ - app/views/layouts/phcscriptcdnpro/components/frontend/pages/_titlebars.html.erb
719
+ - app/views/layouts/phcscriptcdnpro/components/frontend/seo/_all_metainfo.html.erb
704
720
  - app/views/layouts/phcscriptcdnpro/frontend.html.erb
705
721
  - app/views/phcscriptcdnpro/frontend/listings/index.html.erb
706
722
  - app/views/phcscriptcdnpro/frontend/listings/show.html.erb
@@ -775,7 +791,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
775
791
  version: '0'
776
792
  requirements: []
777
793
  rubyforge_project:
778
- rubygems_version: 2.6.8
794
+ rubygems_version: 2.6.11
779
795
  signing_key:
780
796
  specification_version: 4
781
797
  summary: Rails 5.1 Engine - Script Listing Management