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: f1de5e2bbb53c872bc2ca0bf772f37b540723466
4
- data.tar.gz: a6652311b077585724225d26114365082b6a114a
3
+ metadata.gz: 587631f093122018d10b47bdafcebbe7328cc796
4
+ data.tar.gz: 0e1b50a42840b3ab4081b0c86197c58e8fc603d3
5
5
  SHA512:
6
- metadata.gz: df712573207eb2b526c842b989dab7fe2d086334b1dc0b8ce4138a2f079c90d91be9997f277f523c12385477fdcbf04248c578fd5e9a72b3c6f873853c971520
7
- data.tar.gz: 0c3413fb7977da4e8f3117a8b3d02f3c2a9d0da40e0765770e93ed36c1af61a66e2659f992a4415055b3f72173fc67f58cd737c8f362d8914076b807275b4f98
6
+ metadata.gz: ca00d27a963039e539b423c83efd439d5c58f22396683a260c62587ec65f99b534761828e4e16612914b2a35f3fcbe256f6c5603c6af1a99b4b226f5574d0fa0
7
+ data.tar.gz: d4e4991d70b018ec0f140213cf85858800b42c719d41c7f8915c38f9a70a59301167856ebcf620e09388dc63fe90230ba36b1c9c86c7b1ff7f0e722d2e9bccc8
@@ -175,7 +175,8 @@ input[type="checkbox"]:checked + label{
175
175
  }
176
176
 
177
177
  p.hint{
178
- font-size: $base-font-size*0.85;
178
+ font-size: $base-font-size*0.75;
179
+ line-height: $base-font-size;
179
180
  color: darken($smoke, 15%);
180
181
  font-style: italic;
181
182
  }
@@ -43,8 +43,8 @@ module AmaLayoutPathHelper
43
43
  "#{Rails.configuration.youraccount_site}/subscriptions"
44
44
  end
45
45
 
46
- def youraccount_westworld_path
47
- "#{Rails.configuration.youraccount_site}/westworld"
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: "Westworld"
45
- link: "<%= Rails.configuration.youraccount_site %>/westworld"
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:
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '2.3.3'
2
+ VERSION = '2.3.4'
3
3
  end
@@ -79,9 +79,9 @@ describe AmaLayoutPathHelper do
79
79
  end
80
80
  end
81
81
 
82
- describe "#youraccount_westworld_path" do
83
- it "returns the westworld path" do
84
- expect(helper.youraccount_westworld_path).to eq "#{youraccount_site}/westworld"
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.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-17 00:00:00.000000000 Z
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.4.5.1
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: