ama_layout 2.3.3 → 2.3.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 587631f093122018d10b47bdafcebbe7328cc796
|
4
|
+
data.tar.gz: 0e1b50a42840b3ab4081b0c86197c58e8fc603d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca00d27a963039e539b423c83efd439d5c58f22396683a260c62587ec65f99b534761828e4e16612914b2a35f3fcbe256f6c5603c6af1a99b4b226f5574d0fa0
|
7
|
+
data.tar.gz: d4e4991d70b018ec0f140213cf85858800b42c719d41c7f8915c38f9a70a59301167856ebcf620e09388dc63fe90230ba36b1c9c86c7b1ff7f0e722d2e9bccc8
|
@@ -43,8 +43,8 @@ module AmaLayoutPathHelper
|
|
43
43
|
"#{Rails.configuration.youraccount_site}/subscriptions"
|
44
44
|
end
|
45
45
|
|
46
|
-
def
|
47
|
-
"#{Rails.configuration.youraccount_site}/
|
46
|
+
def youraccount_amainsider_path
|
47
|
+
"#{Rails.configuration.youraccount_site}/amainsider"
|
48
48
|
end
|
49
49
|
|
50
50
|
def youraccount_privacy_path
|
@@ -41,8 +41,8 @@ member:
|
|
41
41
|
link: "<%= Rails.configuration.gatekeeper_site %>/user/edit"
|
42
42
|
- text: "Email Subscriptions"
|
43
43
|
link: "<%= Rails.configuration.youraccount_site %>/subscriptions"
|
44
|
-
- text: "
|
45
|
-
link: "<%= Rails.configuration.youraccount_site %>/
|
44
|
+
- text: "AMA Insider Magazine"
|
45
|
+
link: "<%= Rails.configuration.youraccount_site %>/amainsider"
|
46
46
|
- text: "Change Address"
|
47
47
|
link: "<%= Rails.configuration.youraccount_site %>/membership_update/new"
|
48
48
|
non-member:
|
data/lib/ama_layout/version.rb
CHANGED
@@ -79,9 +79,9 @@ describe AmaLayoutPathHelper do
|
|
79
79
|
end
|
80
80
|
end
|
81
81
|
|
82
|
-
describe "#
|
83
|
-
it "returns the
|
84
|
-
expect(helper.
|
82
|
+
describe "#youraccount_amainsider_path" do
|
83
|
+
it "returns the amainsider path" do
|
84
|
+
expect(helper.youraccount_amainsider_path).to eq "#{youraccount_site}/amainsider"
|
85
85
|
end
|
86
86
|
end
|
87
87
|
|
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: 2.3.
|
4
|
+
version: 2.3.4
|
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: 2016-02-
|
21
|
+
date: 2016-02-22 00:00:00.000000000 Z
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
24
24
|
name: foundation-rails
|
@@ -359,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
359
359
|
version: '0'
|
360
360
|
requirements: []
|
361
361
|
rubyforge_project:
|
362
|
-
rubygems_version: 2.
|
362
|
+
rubygems_version: 2.2.2
|
363
363
|
signing_key:
|
364
364
|
specification_version: 4
|
365
365
|
summary: ".ama.ab.ca site layouts"
|
@@ -384,4 +384,3 @@ test_files:
|
|
384
384
|
- spec/internal/log/.gitignore
|
385
385
|
- spec/internal/public/favicon.ico
|
386
386
|
- spec/spec_helper.rb
|
387
|
-
has_rdoc:
|