phcmemberspro 8.5.2 → 8.5.3

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: 2cccc5918068e3950746a413af5e90d808f67ba9
4
- data.tar.gz: 23f49bbec2606ea1cbe41b51bf246da30aa4c6ac
3
+ metadata.gz: 9bd62aec9bedce006b64b063f7ac42369de530ea
4
+ data.tar.gz: 8fc57b4b134fdecc818bceb88cd3cf8ee4411b2f
5
5
  SHA512:
6
- metadata.gz: 50ab85527185c17102f1853bc81115f546122c82323cf6d4ea46690214e8dca9917269cee82ce2ec99b4939650a44d0c256474f0ac01f0a2f99af75bb74162ef
7
- data.tar.gz: 3891ad871dbaf6e3e4d2295b03a118e88a21129c636d1e60c8cfadf42199c0f7177014a98ee0af9dab19df94052b3002f16132478bc69d28f95a22634f973bb6
6
+ metadata.gz: 1f14e54a59fdfa7159571ae59f09ad6d1955a5bd82bb28e48199b1d2880e2b1581dab8f252fc8434ed1f4903145d11259fa1b548040573d1fff7f84c2553ceca
7
+ data.tar.gz: b5a028f1f5c965b4dd3112e02129e36364a64427d37506d745e363420e41646ca6555aafde4854a51af276479f3326eeaea28d89edcf34b14fb9106a2d64a479
@@ -11,9 +11,11 @@
11
11
  <link rel="stylesheet" type="text/css" href="//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
+ <link href="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css" rel="stylesheet" />
14
15
  <%= stylesheet_link_tag "backend", media: "all" %>
15
16
 
16
17
  <!-- Requried JavaScripts -->
18
+ <script src="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js"></script>
17
19
  <%= javascript_include_tag "backend" %>
18
20
 
19
21
  <!-- Security -->
@@ -12,7 +12,7 @@
12
12
 
13
13
  <!-- Requried Style Sheets -->
14
14
  <link href="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css" rel="stylesheet" />
15
- <%= stylesheet_link_tag "backend_profile", media: "all" %>
15
+ <%= stylesheet_link_tag "backend", media: "all" %>
16
16
 
17
17
  <!-- Requried JavaScripts -->
18
18
  <script src="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js"></script>
@@ -12,7 +12,7 @@
12
12
 
13
13
  <!-- Requried Style Sheets -->
14
14
  <link href="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css" rel="stylesheet" />
15
- <%= stylesheet_link_tag "backend_profile", media: "all" %>
15
+ <%= stylesheet_link_tag "backend", media: "all" %>
16
16
 
17
17
  <!-- Requried JavaScripts -->
18
18
  <script src="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js"></script>
@@ -12,7 +12,7 @@
12
12
 
13
13
  <!-- Requried Style Sheets -->
14
14
  <link href="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css" rel="stylesheet" />
15
- <%= stylesheet_link_tag "backend_profile", media: "all" %>
15
+ <%= stylesheet_link_tag "backend", media: "all" %>
16
16
 
17
17
  <!-- Requried JavaScripts -->
18
18
  <script src="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js"></script>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "8.5.2"
2
+ VERSION = "8.5.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.5.2
4
+ version: 8.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts