guides_style_18f 1.0.0 → 1.0.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20aef5d5b8375f6a39797184e024940d1d638a43
|
|
4
|
+
data.tar.gz: 484c34389840830defb2e1b2b6b202b15927c033
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fb193bce3c99f1169be589ff7f181e78826b57a8055275c77ef92c8bd485200d8c02e160c7589f6d0bbc8902113eeb6afd104d00d114f0a43b95608fcaedd76
|
|
7
|
+
data.tar.gz: b002ada6657a6af36c50e01b99e97612a5449f38714a964f1fa389d297f9f5dc143b3995c79f2f73de6af1d8922748584fcd173ddeeb1010b4b429692563a75c
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<button class="usa-menu-btn">Menu</button>
|
|
6
6
|
<div class="usa-logo" id="logo">
|
|
7
7
|
<em class="usa-logo-text">
|
|
8
|
-
<a
|
|
8
|
+
<a accesskey="1" title="Home" aria-label="Home" href="{{ site.baseurl }}/">{{ site.name }}</a>
|
|
9
9
|
</em>
|
|
10
10
|
</div>
|
|
11
11
|
</div>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guides_style_18f
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Bland
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -388,7 +388,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
388
388
|
version: '0'
|
|
389
389
|
requirements: []
|
|
390
390
|
rubyforge_project:
|
|
391
|
-
rubygems_version: 2.
|
|
391
|
+
rubygems_version: 2.6.11
|
|
392
392
|
signing_key:
|
|
393
393
|
specification_version: 4
|
|
394
394
|
summary: 18F Guides Template style elements
|