spaacedout 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -2
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 429eca55432644e306ac4da341384e7cb4ec0db0620e34bd087ae94a5ca60a37
4
- data.tar.gz: 225860ae6af371c69f6a5440bd507c2acc594bd0f1e91a8fe5949107666dbf65
3
+ metadata.gz: 04c32188bdca322b517acd0c4f70efda351d27996b933fec8f9e54d91e09a4fd
4
+ data.tar.gz: ad088f9e70d6bfcbebb661d11b2382a96a1d52eb54840dbc805b20ab4f7ec5f0
5
5
  SHA512:
6
- metadata.gz: fb1dd2ee9636ec347ab88da6b1ac6c37bb3741c78d5c27a463495f360d1690e5554b74af449348a8a1c86630875db4f32f297c876c0a30888a3eb07158116870
7
- data.tar.gz: 2f0392cf30c8ef2ca891a734e201014b4f5569c38d10a69085407f12768aa67bf38dc2613dafec9fe83bce3f2184b07db9dd28dc89ce168ffe76137ab4bf9f18
6
+ metadata.gz: 18a6c38b112549b5a37bb9db9b18419b5995cbb89a2a7331f2d80e0854304403e5b863c6cb5d60cdd0d0e69a6a284c537812b381541b78cb7f7703a17eadc58c
7
+ data.tar.gz: feaee24f63eae102cebddc287481620e81a4853bc6e2a22c37053f355ee9b84d23b917424a3100dcd441b5018da8a4eeb2a0324d5f93ddcadcc0d6e575ca44c2
data/README.md CHANGED
@@ -125,7 +125,18 @@ The following plugins are installed in the *SpaceOut* theme:
125
125
  Bug reports and pull requests are welcome on GitHub at [https://github.com/jasongaylord/SpaacedOut](https://jasong.us/2ywUm3C).
126
126
 
127
127
  # Development
128
- I've blogged about getting started with themes and Jekyl. You can read more about it at [https://www.jasongaylord.com/blog/creating-a-jekyll-theme-from-windows](https://jasong.us/35luIer)
128
+ I've blogged about getting started with themes and Jekyll. You can read more about it at [https://www.jasongaylord.com/blog/creating-a-jekyll-theme-from-windows](https://jasong.us/35luIer)
129
129
 
130
130
  # License
131
- The theme is available as open source under the terms of the [MIT License](https://jasong.us/2zlpRh5).
131
+ The theme is available as open source under the terms of the [MIT License](https://jasong.us/2zlpRh5).
132
+
133
+ # Change Log
134
+ The changes made since version 1.x are documented below.
135
+
136
+ ## Version 1.1.x - July 9, 2020
137
+ - FEATURE: Added the appropriate attributes to links for better accessibility and best practices for security. This will be reflected in a Google Lighthouse score.
138
+ - FEATURE: Updated the script that opens links in a new window to look for links that direct users to another area of a same page (`hash` link) so they don't open in a new window.
139
+
140
+ ## Version 1.0.x - May 15, 2020
141
+ - BUG: Updated the tags page so the tags can be clicked
142
+ - BUG: Updated the issues with the pager so the first page could be browsed correctly and mobile works.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spaacedout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Gaylord
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-09 00:00:00.000000000 Z
11
+ date: 2021-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4.0'
19
+ version: '3.9'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '4.0'
26
+ version: '3.9'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-avatar
29
29
  requirement: !ruby/object:Gem::Requirement