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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ae0b57d25a8fe707dd8bb086b66d527d6163bcacfa44e49382eeb0c0dda898a
|
|
4
|
+
data.tar.gz: 46ea29a5fac67a1f839cb0f31f83d72cbccfc18a727e0d8943c67fb46afbee9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf41ebdd6bc646b35ea17de0094b7f79d96c9ed7aa64943f4b73baf185d0911dbcff5f1e79f5f01395990cb10be658f54b72c2b714aa7cfff18fa56ef66c2654
|
|
7
|
+
data.tar.gz: 9ebf1d3a96386506a2c520992e0d507faa460b992426507c62127dc2ec503f392b5401acbd9aa18dd909a16a6c118f27f8e8706cb18fa64d91a3040641c5efb3
|
data/.travis.yml
CHANGED
|
@@ -2,12 +2,9 @@ language: ruby
|
|
|
2
2
|
cache: bundler
|
|
3
3
|
rvm:
|
|
4
4
|
- 2.2.9
|
|
5
|
-
- 2.3.
|
|
6
|
-
- 2.4.
|
|
7
|
-
- 2.5.
|
|
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
|
data/lib/uswds/rails/version.rb
CHANGED
|
@@ -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.
|
|
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
|
|
11
|
+
date: 2018-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|