uswds-rails 1.6.3 → 1.6.4

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
  SHA256:
3
- metadata.gz: 672d9c8e3a198e79c1e77ca19d3c5ac124c39341cd34af05e365606bb24baa19
4
- data.tar.gz: eb97056a999690b8445c47265b5ef3a61fc9e99c8cf1e00929bb61dd6109d837
3
+ metadata.gz: 5ae0b57d25a8fe707dd8bb086b66d527d6163bcacfa44e49382eeb0c0dda898a
4
+ data.tar.gz: 46ea29a5fac67a1f839cb0f31f83d72cbccfc18a727e0d8943c67fb46afbee9f
5
5
  SHA512:
6
- metadata.gz: 355acc8d794eaece8cc6927bf8104a44188cfd3fbc00fea3c3fd13992b0ca2666ebe2998b30d47ddffdfb28a7a726b4b9abb3f0b93a39ccca03d9441210255c8
7
- data.tar.gz: ed1d976004955e2c7a1861ff1dcc6026f15db4ffc9c57c248831dad00ebb7dbfd241ebbcde97e2b698f9671a87cbe567d2712da8906a442e995717676186cb4b
6
+ metadata.gz: bf41ebdd6bc646b35ea17de0094b7f79d96c9ed7aa64943f4b73baf185d0911dbcff5f1e79f5f01395990cb10be658f54b72c2b714aa7cfff18fa56ef66c2654
7
+ data.tar.gz: 9ebf1d3a96386506a2c520992e0d507faa460b992426507c62127dc2ec503f392b5401acbd9aa18dd909a16a6c118f27f8e8706cb18fa64d91a3040641c5efb3
@@ -2,12 +2,9 @@ language: ruby
2
2
  cache: bundler
3
3
  rvm:
4
4
  - 2.2.9
5
- - 2.3.6
6
- - 2.4.3
7
- - 2.5.0
8
- before_install:
9
- - gem update --system
10
- - gem update bundler
5
+ - 2.3.7
6
+ - 2.4.4
7
+ - 2.5.1
11
8
  before_script:
12
9
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
13
10
  - chmod +x ./cc-test-reporter
@@ -66,18 +66,15 @@ h1,
66
66
  h2,
67
67
  h3,
68
68
  h4,
69
- h5 {
69
+ h5,
70
+ h6 {
70
71
  clear: both;
71
72
  font-family: $font-serif;
72
73
  line-height: $heading-line-height;
73
- margin-bottom: .5em;
74
+ margin-bottom: 0.5em;
74
75
  margin-top: 1.5em;
75
76
  }
76
77
 
77
- h6 {
78
- font-family: $font-sans;
79
- }
80
-
81
78
  h1 {
82
79
  @include h1();
83
80
  }
@@ -100,6 +97,7 @@ h5 {
100
97
 
101
98
  h6 {
102
99
  @include h6();
100
+ font-family: $font-sans;
103
101
  }
104
102
 
105
103
  // Remove user agent styles
@@ -1,4 +1,4 @@
1
- /*! uswds 1.6.3 */
1
+ /*! uswds 1.6.4 */
2
2
 
3
3
  // Relative font and image file paths
4
4
  $font-path: 'uswds';
@@ -1,5 +1,5 @@
1
1
  module Uswds
2
2
  module Rails
3
- VERSION = '1.6.3'.freeze
3
+ VERSION = '1.6.4'.freeze
4
4
  end
5
5
  end
@@ -66,18 +66,15 @@ h1,
66
66
  h2,
67
67
  h3,
68
68
  h4,
69
- h5 {
69
+ h5,
70
+ h6 {
70
71
  clear: both;
71
72
  font-family: $font-serif;
72
73
  line-height: $heading-line-height;
73
- margin-bottom: .5em;
74
+ margin-bottom: 0.5em;
74
75
  margin-top: 1.5em;
75
76
  }
76
77
 
77
- h6 {
78
- font-family: $font-sans;
79
- }
80
-
81
78
  h1 {
82
79
  @include h1();
83
80
  }
@@ -100,6 +97,7 @@ h5 {
100
97
 
101
98
  h6 {
102
99
  @include h6();
100
+ font-family: $font-sans;
103
101
  }
104
102
 
105
103
  // Remove user agent styles
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uswds-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
4
+ version: 1.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Garber
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-13 00:00:00.000000000 Z
11
+ date: 2018-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler