ama_layout 5.9.0 → 5.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fcbcc58643bf9756232fdcf6a66081d627ec8a4d
4
- data.tar.gz: 37d3633a3da9a325ecc3f0446ba810b0f0da36b1
3
+ metadata.gz: 0611ca2fecb8621b6f1e53abe9668f2cc6325c04
4
+ data.tar.gz: 059d303303f0a6107d525f68ae9c992310f0f91a
5
5
  SHA512:
6
- metadata.gz: 016c749f5ce2c9d2631cc6c5c3f540dd6f3289fb2434ba01682c936b14d25f46046531cd14a9a9b541e1a5bf59bbcdeeb9ca51640e30038faaa2e269d1fd9ac9
7
- data.tar.gz: f29cfc0f4a6ea852ada415ba3a7b80eaf5a8ca76fdbc301118cc394aa14667199b52e1e96b387cb4862afcfe7ec1c3a9d5a8fa164833fa051e0c83329d22c3b4
6
+ metadata.gz: 7e7e6f2bb567f510da29456118d110d01b9b7d2807d18ede289cf44660a1af26ff895ad2ae0b233c99257e8462c64baa1d139cdb8da91523f8c1191aa591931d
7
+ data.tar.gz: fc5a929d7f18c21edb5950c5bacb13ef6b2cd76e8f82274e514ad667feced36b759363eb799ee744ca8e157c8a7629448b53a74771e6fc37446449c733bec3e1
@@ -6,11 +6,7 @@ module AmaLayoutPathHelper
6
6
  def youraccount_dashboard_path
7
7
  "#{Rails.configuration.youraccount_site}/dashboard"
8
8
  end
9
-
10
- def youraccount_help_path
11
- "#{Rails.configuration.youraccount_site}/help"
12
- end
13
-
9
+
14
10
  def youraccount_billing_path
15
11
  "#{Rails.configuration.youraccount_site}/billing"
16
12
  end
@@ -15,7 +15,7 @@
15
15
  <ul class="menu" data-responsive-menu="drilldown medium-dropdown">
16
16
  <%= navigation.notifications %>
17
17
  <li>
18
- <a href="<%= Rails.configuration.gatekeeper_site %>/help" target="_blank">Help</a>
18
+ <a href="https://albertamotorassociation.zendesk.com/hc/en-us" target="_blank">Help</a>
19
19
  </li>
20
20
  <li>
21
21
  <a href="<%= Rails.configuration.amaabca_site %>/membership/contact-us--centre-locations-hours-and-contact-information">Contact Us</a>
@@ -39,7 +39,7 @@
39
39
  <a class="side-nav__link" href="http://amaroadreports.ca/">AMA Road Reports</a>
40
40
  </li>
41
41
  <li class="side-nav__item">
42
- <a class="side-nav__link" href="<%= Rails.configuration.gatekeeper_site %>/help" target="_blank">Help</a>
42
+ <a class="side-nav__link" href="https://albertamotorassociation.zendesk.com/hc/en-us" target="_blank">Help</a>
43
43
  </li>
44
44
  <li class="side-nav__item">
45
45
  <a class="side-nav__link" href="<%= Rails.configuration.amaabca_site %>/membership/contact-us--centre-locations-hours-and-contact-information">Contact Us</a>
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '5.9.0'
2
+ VERSION = '5.10.0'
3
3
  end
@@ -27,12 +27,6 @@ describe AmaLayoutPathHelper do
27
27
  end
28
28
  end
29
29
 
30
- describe "#youraccount_help_path" do
31
- it "returns the help path" do
32
- expect(helper.youraccount_help_path).to eq "#{youraccount_site}/help"
33
- end
34
- end
35
-
36
30
  describe "#youraccount_billing_path" do
37
31
  it "returns the billing path" do
38
32
  expect(helper.youraccount_billing_path).to eq "#{youraccount_site}/billing"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ama_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.9.0
4
+ version: 5.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van den Beuken
@@ -18,7 +18,7 @@ authors:
18
18
  autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
- date: 2017-07-21 00:00:00.000000000 Z
21
+ date: 2017-07-25 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails
@@ -377,7 +377,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
377
377
  version: '0'
378
378
  requirements: []
379
379
  rubyforge_project:
380
- rubygems_version: 2.4.5.1
380
+ rubygems_version: 2.6.4
381
381
  signing_key:
382
382
  specification_version: 4
383
383
  summary: ".ama.ab.ca site layouts"
@@ -417,3 +417,4 @@ test_files:
417
417
  - spec/internal/public/favicon.ico
418
418
  - spec/spec_helper.rb
419
419
  - spec/support/shared_examples/member_navigation.rb
420
+ has_rdoc: