phcscriptcdnpro 21.0.0 → 21.1.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: c98ed37307424b74f59d3be3d266d558ed211078
4
- data.tar.gz: e7206ba87f3bef66316e05f7ee0f882c61bc148e
3
+ metadata.gz: 2c38f2397c1b32cc465d8a08a9bd252bd6d39ed1
4
+ data.tar.gz: 2c2cc32b0551e4e43a1caa0ef61863db820b5654
5
5
  SHA512:
6
- metadata.gz: 9da361ae423288c957c49169fb42c3bd9d9a43146f4fa92c6d7a3a0912e9bead83524a0bfee241e744b86a5bcb1784f7a02268d9ef8c4a314d4506a538cf7cbc
7
- data.tar.gz: 97c0af56e914a882155ed792b47be1af8759284858f9996619d214c8091cedb19c10d328203b3bd2fc1bffe2af2fc82bf84e623d3cc86ffffa922e40e5bbe7b1
6
+ metadata.gz: 6f4cb0f4ee2ee6fba46e08db5222a3c2841045f19485cbe5c75034b50559c025ada3cdd125dfb3870d7affc7c7e8d30b9fc698532b55924c5115141271c27bf0
7
+ data.tar.gz: 061b684f21eb7b78e41fdbf23bbed8b384b6581a43e31853a675ac49136d6854726e3b6dff6fab06db7a5714d7a3c47c67ecd02edbaa0439a0623922e97f56e2
@@ -4,5 +4,5 @@
4
4
  <% end %>
5
5
  </div>
6
6
  <div>
7
- &copy; 2012-<%= Time.now.year %> - v<%= Gem.loaded_specs["phcscriptcdnpro"].version.to_s %> - RELEASED - 07-19-<%= Date.today.year %>
7
+ &copy; 2012-<%= Time.now.year %> - v<%= Gem.loaded_specs["phcscriptcdnpro"].version.to_s %> - RELEASED - 07-21-<%= Date.today.year %>
8
8
  </div>
@@ -14,6 +14,6 @@
14
14
  <li><%= link_to "Terms & Conditions", "#", target: "_blank", rel: "nofollow" %></li>
15
15
  </ul>
16
16
 
17
- <strong>PHC</strong>Networks &copy; 2012-<%= Time.now.year %> - v<%= Gem.loaded_specs["phcscriptcdnpro"].version.to_s %>- RELEASED - 07-13-<%= Date.today.year %>
17
+ <strong>PHC</strong>Networks &copy; 2012-<%= Time.now.year %> - v<%= Gem.loaded_specs["phcscriptcdnpro"].version.to_s %>- RELEASED - 07-21-<%= Date.today.year %>
18
18
 
19
19
  </div>
@@ -1,71 +1,68 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
- <head>
3
+ <head>
4
4
 
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 - Developer Script CDN" %></title>
5
+ <!-- Meta Info (Page Specific) -->
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title><%= ENV["PHC_SITE_SEO_TITLE_TAG"] %></title>
8
8
 
9
- <!-- Meta Info (All) -->
10
- <%= render 'layouts/phcscriptcdnpro/components/frontend/seo/all_metainfo' %>
9
+ <!-- Meta Info (All) -->
10
+ <%= render 'layouts/phccontentpack/components/frontend/seo/all_metainfo' %>
11
11
 
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"/>
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"/>
14
14
 
15
- <!-- Requried StyleSheets -->
16
- <%= stylesheet_link_tag "application", media: "all", 'data-turbolinks-track': 'reload' %>
15
+ <!-- Requried StyleSheets -->
16
+ <%= stylesheet_link_tag "application", media: "all", 'data-turbolinks-track': 'reload' %>
17
17
 
18
- <!-- Requried JavaScripts -->
19
- <%= javascript_include_tag "application", 'data-turbolinks-track': 'reload' %>
18
+ <!-- Requried JavaScripts -->
19
+ <%= javascript_include_tag "application", 'data-turbolinks-track': 'reload' %>
20
20
 
21
- <!-- Security -->
22
- <%= csrf_meta_tags %>
21
+ <!-- Security -->
22
+ <%= csrf_meta_tags %>
23
23
 
24
- </head>
25
- <body class="enable-animation">
24
+ </head>
25
+ <body class="enable-animation">
26
26
 
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/components/frontend/header/topbar' %>
35
- </div>
36
-
37
- <div id="header" class="sticky clearfix">
38
- <%= render 'layouts/phcscriptcdnpro/components/frontend/navigation/navigation' %>
27
+ <div id="slidetop">
28
+ <%= render 'layouts/phccontentpack/components/frontend/header/slideout' %>
39
29
  </div>
40
30
 
41
- <%= yield %>
31
+ <div id="wrapper">
42
32
 
43
- <footer id="footer">
44
-
45
- <div class="container">
46
- <div class="row">
47
- <div class="col-md-3">
48
- <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_address' %>
49
- </div>
50
- <div class="col-md-3">
51
- <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_newspost' %>
52
- </div>
53
- <div class="col-md-3">
54
- <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_quicklinks' %>
55
- </div>
56
- <div class="col-md-3">
57
- <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_socialconnect' %>
58
- </div>
59
- </div>
33
+ <div id="topBar">
34
+ <%= render 'layouts/phccontentpack/components/frontend/header/topbar' %>
60
35
  </div>
61
-
62
- <div class="copyright">
63
- <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_copyright' %>
36
+ <div id="header" class="sticky clearfix">
37
+ <%= render 'layouts/phccontentpack/components/frontend/navigation/navigation' %>
64
38
  </div>
65
39
 
66
- </footer>
40
+ <%= yield %>
41
+
42
+ <footer id="footer">
43
+ <div class="container">
44
+
45
+ <div class="row">
46
+ <div class="col-md-3">
47
+ <%= render 'layouts/phccontentpack/components/frontend/footer/footer_address' %>
48
+ </div>
49
+ <div class="col-md-3">
50
+ <%= render 'layouts/phccontentpack/components/frontend/footer/footer_newspost' %>
51
+ </div>
52
+ <div class="col-md-3">
53
+ <%= render 'layouts/phccontentpack/components/frontend/footer/footer_quicklinks' %>
54
+ </div>
55
+ <div class="col-md-3">
56
+ <%= render 'layouts/phccontentpack/components/frontend/footer/footer_socialconnect' %>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ <div class="copyright">
61
+ <%= render 'layouts/phccontentpack/components/frontend/footer/footer_copyright' %>
62
+ </div>
63
+ </footer>
67
64
 
68
- </div>
65
+ </div>
69
66
 
70
- </body>
67
+ </body>
71
68
  </html>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "21.0.0"
2
+ VERSION = "21.1.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: 21.0.0
4
+ version: 21.1.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-20 00:00:00.000000000 Z
11
+ date: 2017-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails