jekyll_miscellaneous 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/jekyll_miscellaneous/hooks/external_links.rb +1 -0
- data/lib/jekyll_miscellaneous/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43e34c0520f0e49da93cf8b93e47da9b7b92e69bc8418425a15cf7aef39c6ece
|
4
|
+
data.tar.gz: 4b595e1541f7bbacaf893b1ed96ef6938ffb4418cc7762f25f1b90fc8f8a57ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd680ce6924ab244f949c96fe387dc0ab0c22eac4085dd53f14ba59beb1166f2162eddb9c8c1d17e3d5bab0e70bf8addf934d18b0b73bd877ff0aa6a823f120d
|
7
|
+
data.tar.gz: b85b037667710547bd2d8271a3d208755046b813e4f57000ac60baec9363a9dc8ab05fc7417cbe4bb3f5c91e0311a6600f8fd1d818b3db68311da26645236c74
|
data/README.md
CHANGED
@@ -69,6 +69,7 @@ module JekyllMiscellaneous
|
|
69
69
|
|
70
70
|
a.set_attribute('rel', 'external')
|
71
71
|
a.set_attribute('target', '_blank')
|
72
|
+
a.set_attribute('rel', 'noopener')
|
72
73
|
|
73
74
|
next if a.children.size.positive? && a.children.map(&:name).include?('img')
|
74
75
|
next if a.get_attribute('class')&.include?('skip-external')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll_miscellaneous
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alejandro AR
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -179,7 +179,7 @@ licenses:
|
|
179
179
|
- MIT
|
180
180
|
metadata:
|
181
181
|
rubygems_mfa_required: 'true'
|
182
|
-
post_install_message:
|
182
|
+
post_install_message:
|
183
183
|
rdoc_options: []
|
184
184
|
require_paths:
|
185
185
|
- lib
|
@@ -194,8 +194,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
194
|
- !ruby/object:Gem::Version
|
195
195
|
version: '0'
|
196
196
|
requirements: []
|
197
|
-
rubygems_version: 3.
|
198
|
-
signing_key:
|
197
|
+
rubygems_version: 3.0.9
|
198
|
+
signing_key:
|
199
199
|
specification_version: 4
|
200
200
|
summary: A collection of opinionated plugins for Jekyll.
|
201
201
|
test_files: []
|