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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5688b271a9bba25143a4455d9f457f7198237dbe1b526246d28461636abd4261
4
- data.tar.gz: 1c0a091453c3b6f70622a234a71d51c387d511becd8beb7375fc73011ccc3a2a
3
+ metadata.gz: 43e34c0520f0e49da93cf8b93e47da9b7b92e69bc8418425a15cf7aef39c6ece
4
+ data.tar.gz: 4b595e1541f7bbacaf893b1ed96ef6938ffb4418cc7762f25f1b90fc8f8a57ad
5
5
  SHA512:
6
- metadata.gz: 34b832409df0b5a69f6d4fdeeac67aee8d4aa5ed0926a9eb27309353c8ddfabfa12c4d68a3485a24ed5fec26647ac895a651a81e0d34e54a83aebc74a48c02e4
7
- data.tar.gz: 65fca93361783315bf144dd42fe531ce90178709ac10dee2036960c68e2022922df42746d82e9b995a2270e23a0df610d7d8765e47b542bf00aed3e378b21a56
6
+ metadata.gz: bd680ce6924ab244f949c96fe387dc0ab0c22eac4085dd53f14ba59beb1166f2162eddb9c8c1d17e3d5bab0e70bf8addf934d18b0b73bd877ff0aa6a823f120d
7
+ data.tar.gz: b85b037667710547bd2d8271a3d208755046b813e4f57000ac60baec9363a9dc8ab05fc7417cbe4bb3f5c91e0311a6600f8fd1d818b3db68311da26645236c74
data/README.md CHANGED
@@ -46,7 +46,7 @@ More to come.
46
46
  Given:
47
47
 
48
48
  ```liquid
49
- {% youtube "dQw4w9WgXcQ" %}
49
+ {% youtube dQw4w9WgXcQ %}
50
50
  ```
51
51
 
52
52
  Will output:
@@ -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')
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JekyllMiscellaneous
4
- VERSION = '1.1.0'
4
+ VERSION = '1.2.0'
5
5
  end
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.1.0
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-02-12 00:00:00.000000000 Z
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.2.22
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: []