phcpresspro 5.3.0 → 5.3.1

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: e6b19197a737c35c21e551afcc0be35ebc445b13
4
- data.tar.gz: fd35af0684abe4fe2910898f5a16228bfc68f918
3
+ metadata.gz: 8aa4b773afd622a498e7d324a361121c6b877ccd
4
+ data.tar.gz: 74cf604828ebf2fbb6bc8e8be7227061b5e27416
5
5
  SHA512:
6
- metadata.gz: dc46fe27d26a721346718010767104c3dd36c59a34f0d5d8686224ba8036c8eab5becdcf40c1db32448d0eb3a30106c31c7e96a70bb1c2e85d62734d211294eb
7
- data.tar.gz: e556a3667d7b4752da8605c3df1bb1f7ef73ca328ed09123d0f0f09c1b5abe71534f797699a6c157753a9887d1edc633c7d4157b54ee6669ee562f44da5698dd
6
+ metadata.gz: 96c982d0c24b6f7edbcbfa2a9bef5b02aec4652f6347257e4f699aa9ab989ca14b86f0e6823339e16eb1b66197654a80cc5657c964fcf626950d9b17f9b4a5a0
7
+ data.tar.gz: 4819d37374427936f2f475188112f9ca8f9fd8889c3ba36c0b7b13ff285b95a954cbafd9281ef64c30da8cf1bccc262128f6b864093b260f870f7620a8e6a2fd
@@ -11,7 +11,7 @@
11
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"/>
12
12
 
13
13
  <!-- Requried Style Sheets -->
14
- <%= stylesheet_link_tag "phcmemberspro/application", media: "all", 'data-turbolinks-track': 'reload' %>
14
+ <%= stylesheet_link_tag "phcpresspro/application", media: "all", 'data-turbolinks-track': 'reload' %>
15
15
 
16
16
  <!-- Security -->
17
17
  <%= csrf_meta_tags %>
@@ -36,7 +36,7 @@
36
36
  </div>
37
37
 
38
38
  <!-- Requried JavaScripts -->
39
- <%= javascript_include_tag "phcmemberspro/application", 'data-turbolinks-track': 'reload' %>
39
+ <%= javascript_include_tag "phcpresspro/application", 'data-turbolinks-track': 'reload' %>
40
40
 
41
41
  </body>
42
42
  </html>
@@ -11,7 +11,7 @@
11
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"/>
12
12
 
13
13
  <!-- Requried Style Sheets -->
14
- <%= stylesheet_link_tag "phcmemberspro/application", media: "all", 'data-turbolinks-track': 'reload' %>
14
+ <%= stylesheet_link_tag "phcpresspro/application", media: "all", 'data-turbolinks-track': 'reload' %>
15
15
 
16
16
  <!-- Security -->
17
17
  <%= csrf_meta_tags %>
@@ -36,7 +36,7 @@
36
36
  </div>
37
37
 
38
38
  <!-- Requried JavaScripts -->
39
- <%= javascript_include_tag "phcmemberspro/application", 'data-turbolinks-track': 'reload' %>
39
+ <%= javascript_include_tag "phcpresspro/application", 'data-turbolinks-track': 'reload' %>
40
40
 
41
41
  </body>
42
42
  </html>
@@ -11,7 +11,7 @@
11
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"/>
12
12
 
13
13
  <!-- Requried Style Sheets -->
14
- <%= stylesheet_link_tag "phcmemberspro/application", media: "all", 'data-turbolinks-track': 'reload' %>
14
+ <%= stylesheet_link_tag "phcpresspro/application", media: "all", 'data-turbolinks-track': 'reload' %>
15
15
 
16
16
  <!-- Security -->
17
17
  <%= csrf_meta_tags %>
@@ -36,7 +36,7 @@
36
36
  </div>
37
37
 
38
38
  <!-- Requried JavaScripts -->
39
- <%= javascript_include_tag "phcmemberspro/application", 'data-turbolinks-track': 'reload' %>
39
+ <%= javascript_include_tag "phcpresspro/application", 'data-turbolinks-track': 'reload' %>
40
40
 
41
41
  </body>
42
42
  </html>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "5.3.0"
2
+ VERSION = "5.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.0
4
+ version: 5.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts