jekyll-autolinks 0.1.1 → 0.2.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
  SHA256:
3
- metadata.gz: 7019b4bfa6758ad43ec6d93cd844cc06f3b4b02012a74724dd8322feb37b6fcf
4
- data.tar.gz: f92d15cfc329f5aae82c4fa7ae2be881076825ed61f8b414efe85a586d81aff8
3
+ metadata.gz: 87ea409efed71b6bc754d2d9d6a53ccc6395ef0548972f6ef9cfa2c13770f0db
4
+ data.tar.gz: c3fd21bace97cbe05d79940c0b1f38e393bfc0ea1787a3ec18d4952418bbc39d
5
5
  SHA512:
6
- metadata.gz: f2e8911addbec8107ed4b3cf4cce9604c2da010fe33ec455d935401fbac762b17a08aa0948acef648198269bc78d490fa9c4723492eab7635a5f15ec34f72d1b
7
- data.tar.gz: 1f7f3fd921b46e857e9782dffec7df2e8ff3a83f9ef82b90f1ab18ebf9797af85751de3c9d99ca0deee2b493750d1bcd279bc7db52e34eec1bcba82dc7be71bd
6
+ metadata.gz: cfca65924f05c0e0fcee78f00d9f9d265610628a7927a27ea9f6832b6a4eea5898b483257a382084a8ddd628b378413d934784f08b1f1fdc9666b725f42a7e7e
7
+ data.tar.gz: c0cb7a5e04a362ae872e66a1fa07c574e8a318396143de7118873feee69a642ab83728a9711f20f6774a25f59f44038ac6319d5f6ef169c32fd95c388437dfa1
data/Gemfile.lock CHANGED
@@ -1,33 +1,53 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll-autolinks (0.1.1)
5
- jekyll (>= 3.9.3)
4
+ jekyll-autolinks (0.2.1)
5
+ jekyll (>= 3.9.5)
6
6
  rinku (~> 2.0.6)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.0.5)
11
+ activesupport (7.1.3.3)
12
+ base64
13
+ bigdecimal
12
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ connection_pool (>= 2.2.5)
16
+ drb
13
17
  i18n (>= 1.6, < 2)
14
18
  minitest (>= 5.1)
19
+ mutex_m
15
20
  tzinfo (~> 2.0)
16
- addressable (2.8.4)
21
+ addressable (2.8.6)
17
22
  public_suffix (>= 2.0.2, < 6.0)
23
+ base64 (0.2.0)
24
+ bigdecimal (3.1.8)
18
25
  colorator (1.1.0)
19
- concurrent-ruby (1.2.2)
26
+ concurrent-ruby (1.2.3)
27
+ connection_pool (2.4.1)
28
+ drb (2.2.1)
20
29
  em-websocket (0.5.3)
21
30
  eventmachine (>= 0.12.9)
22
31
  http_parser.rb (~> 0)
23
32
  eventmachine (1.2.7)
24
- ffi (1.15.5)
33
+ ffi (1.16.3)
25
34
  forwardable-extended (2.6.0)
26
- google-protobuf (3.23.3-arm64-darwin)
35
+ google-protobuf (4.26.1)
36
+ rake (>= 13)
37
+ google-protobuf (4.26.1-aarch64-linux)
38
+ rake (>= 13)
39
+ google-protobuf (4.26.1-arm64-darwin)
40
+ rake (>= 13)
41
+ google-protobuf (4.26.1-x86-linux)
42
+ rake (>= 13)
43
+ google-protobuf (4.26.1-x86_64-darwin)
44
+ rake (>= 13)
45
+ google-protobuf (4.26.1-x86_64-linux)
46
+ rake (>= 13)
27
47
  http_parser.rb (0.8.0)
28
- i18n (1.14.1)
48
+ i18n (1.14.5)
29
49
  concurrent-ruby (~> 1.0)
30
- jekyll (4.3.2)
50
+ jekyll (4.3.3)
31
51
  addressable (~> 2.4)
32
52
  colorator (~> 1.0)
33
53
  em-websocket (~> 0.5)
@@ -52,42 +72,112 @@ GEM
52
72
  kramdown-parser-gfm (1.1.0)
53
73
  kramdown (~> 2.0)
54
74
  liquid (4.0.4)
55
- listen (3.8.0)
75
+ listen (3.9.0)
56
76
  rb-fsevent (~> 0.10, >= 0.10.3)
57
77
  rb-inotify (~> 0.9, >= 0.9.10)
58
78
  mercenary (0.4.0)
59
- minitest (5.18.1)
60
- mocha (2.0.4)
79
+ minitest (5.23.0)
80
+ mocha (2.3.0)
61
81
  ruby2_keywords (>= 0.0.5)
82
+ mutex_m (0.2.0)
62
83
  pathutil (0.16.2)
63
84
  forwardable-extended (~> 2.6)
64
- public_suffix (5.0.1)
65
- rake (13.0.6)
85
+ public_suffix (5.0.5)
86
+ rake (13.2.1)
66
87
  rb-fsevent (0.11.2)
67
88
  rb-inotify (0.10.1)
68
89
  ffi (~> 1.0)
69
- rexml (3.2.5)
90
+ rexml (3.2.8)
91
+ strscan (>= 3.0.9)
70
92
  rinku (2.0.6)
71
- rouge (4.1.2)
93
+ rouge (4.2.1)
72
94
  ruby2_keywords (0.0.5)
73
95
  safe_yaml (1.0.5)
74
- sass-embedded (1.63.6-arm64-darwin)
75
- google-protobuf (~> 3.23)
96
+ sass-embedded (1.77.2)
97
+ google-protobuf (>= 3.25, < 5.0)
98
+ rake (>= 13.0.0)
99
+ sass-embedded (1.77.2-aarch64-linux-android)
100
+ google-protobuf (>= 3.25, < 5.0)
101
+ sass-embedded (1.77.2-aarch64-linux-gnu)
102
+ google-protobuf (>= 3.25, < 5.0)
103
+ sass-embedded (1.77.2-aarch64-linux-musl)
104
+ google-protobuf (>= 3.25, < 5.0)
105
+ sass-embedded (1.77.2-aarch64-mingw-ucrt)
106
+ google-protobuf (>= 3.25, < 5.0)
107
+ sass-embedded (1.77.2-arm-linux-androideabi)
108
+ google-protobuf (>= 3.25, < 5.0)
109
+ sass-embedded (1.77.2-arm-linux-gnueabihf)
110
+ google-protobuf (>= 3.25, < 5.0)
111
+ sass-embedded (1.77.2-arm-linux-musleabihf)
112
+ google-protobuf (>= 3.25, < 5.0)
113
+ sass-embedded (1.77.2-arm64-darwin)
114
+ google-protobuf (>= 3.25, < 5.0)
115
+ sass-embedded (1.77.2-riscv64-linux-android)
116
+ google-protobuf (>= 3.25, < 5.0)
117
+ sass-embedded (1.77.2-riscv64-linux-gnu)
118
+ google-protobuf (>= 3.25, < 5.0)
119
+ sass-embedded (1.77.2-riscv64-linux-musl)
120
+ google-protobuf (>= 3.25, < 5.0)
121
+ sass-embedded (1.77.2-x86-cygwin)
122
+ google-protobuf (>= 3.25, < 5.0)
123
+ sass-embedded (1.77.2-x86-linux-android)
124
+ google-protobuf (>= 3.25, < 5.0)
125
+ sass-embedded (1.77.2-x86-linux-gnu)
126
+ google-protobuf (>= 3.25, < 5.0)
127
+ sass-embedded (1.77.2-x86-linux-musl)
128
+ google-protobuf (>= 3.25, < 5.0)
129
+ sass-embedded (1.77.2-x86-mingw-ucrt)
130
+ google-protobuf (>= 3.25, < 5.0)
131
+ sass-embedded (1.77.2-x86_64-cygwin)
132
+ google-protobuf (>= 3.25, < 5.0)
133
+ sass-embedded (1.77.2-x86_64-darwin)
134
+ google-protobuf (>= 3.25, < 5.0)
135
+ sass-embedded (1.77.2-x86_64-linux-android)
136
+ google-protobuf (>= 3.25, < 5.0)
137
+ sass-embedded (1.77.2-x86_64-linux-gnu)
138
+ google-protobuf (>= 3.25, < 5.0)
139
+ sass-embedded (1.77.2-x86_64-linux-musl)
140
+ google-protobuf (>= 3.25, < 5.0)
76
141
  shoulda (4.0.0)
77
142
  shoulda-context (~> 2.0)
78
143
  shoulda-matchers (~> 4.0)
79
144
  shoulda-context (2.0.0)
80
145
  shoulda-matchers (4.5.1)
81
146
  activesupport (>= 4.2.0)
147
+ strscan (3.1.0)
82
148
  terminal-table (3.0.2)
83
149
  unicode-display_width (>= 1.1.1, < 3)
84
150
  tzinfo (2.0.6)
85
151
  concurrent-ruby (~> 1.0)
86
- unicode-display_width (2.4.2)
152
+ unicode-display_width (2.5.0)
87
153
  webrick (1.8.1)
88
154
 
89
155
  PLATFORMS
90
- arm64-darwin-22
156
+ aarch64-linux
157
+ aarch64-linux-android
158
+ aarch64-linux-gnu
159
+ aarch64-linux-musl
160
+ aarch64-mingw-ucrt
161
+ arm-linux-androideabi
162
+ arm-linux-gnueabihf
163
+ arm-linux-musleabihf
164
+ arm64-darwin
165
+ riscv64-linux-android
166
+ riscv64-linux-gnu
167
+ riscv64-linux-musl
168
+ ruby
169
+ x86-cygwin
170
+ x86-linux
171
+ x86-linux-android
172
+ x86-linux-gnu
173
+ x86-linux-musl
174
+ x86-mingw-ucrt
175
+ x86_64-cygwin
176
+ x86_64-darwin
177
+ x86_64-linux
178
+ x86_64-linux-android
179
+ x86_64-linux-gnu
180
+ x86_64-linux-musl
91
181
 
92
182
  DEPENDENCIES
93
183
  bundler
@@ -97,4 +187,4 @@ DEPENDENCIES
97
187
  shoulda
98
188
 
99
189
  BUNDLED WITH
100
- 2.4.10
190
+ 2.5.9
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2023 ADoyle (adoyle.h@gmail.com)
1
+ Copyright (c) 2023-2024 ADoyle (adoyle.h@gmail.com)
2
2
  Some rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
data/README.md CHANGED
@@ -29,7 +29,7 @@ Modified based on [ivantsepp/jekyll-autolink_email](https://github.com/ivantsepp
29
29
  Autolinking is done by [Rinku](https://github.com/vmg/rinku) so visit that gem for a more in-depth explanation of the configuration options:
30
30
 
31
31
  ```yml
32
- autolink_email:
32
+ autolinks:
33
33
  link_attr: 'target="_blank"'
34
34
  skip_tags: ["a", "pre", "code", "kbd", "script"]
35
35
  ```
@@ -49,7 +49,7 @@ autolink_email:
49
49
 
50
50
  ## Copyright and License
51
51
 
52
- Copyright 2023 ADoyle (adoyle.h@gmail.com). Some Rights Reserved.
52
+ Copyright 2023-2024 ADoyle (adoyle.h@gmail.com). Some Rights Reserved.
53
53
  The project is licensed under the **BSD 3-clause License**.
54
54
 
55
55
  Read the [LICENSE][] file for the specific language governing permissions and limitations under the License.
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "jekyll-autolinks"
7
- spec.version = "0.1.1"
7
+ spec.version = "0.2.1"
8
8
  spec.authors = ["ADoyle"]
9
9
  spec.email = ["adoyle.h@gmail.com"]
10
10
  spec.summary = "Autolink for your Jekyll site."
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17
17
  spec.require_paths = ["lib"]
18
18
 
19
- spec.add_dependency "jekyll", '>= 3.9.3'
19
+ spec.add_dependency "jekyll", '>= 3.9.5'
20
20
  spec.add_dependency "rinku", '~> 2.0.6'
21
21
 
22
22
  spec.add_development_dependency "bundler"
@@ -1,33 +1,10 @@
1
1
  require 'jekyll'
2
2
  require 'rinku'
3
3
 
4
- module Jekyll
5
- class Autolinks < Jekyll::Generator
6
- safe true
7
- priority :low
8
-
9
- def initialize(config)
10
- config['autolinks'] ||= {}
11
- end
12
-
13
- def generate(site)
14
- @site = site
15
- site.pages.each { |page| autolinkify page if page.html?}
16
- site.posts.docs.each { |page| autolinkify page }
17
- end
18
-
19
- private
20
-
21
- def autolinkify(page)
22
- page.content = +Rinku.auto_link(page.content, :all, link_attr, skip_tags)
23
- end
24
-
25
- def link_attr
26
- @link_attr ||= @site.config['autolinks']['link_attr']
27
- end
28
-
29
- def skip_tags
30
- @skip_tags ||= Array(@site.config['autolinks']['skip_tags'])
31
- end
4
+ Jekyll::Hooks.register :pages, :post_render do |page|
5
+ if page.html?
6
+ link_attr = page.site.config['autolinks']['link_attr']
7
+ skip_tags = page.site.config['autolinks']['skip_tags']
8
+ page.content = +Rinku.auto_link(page.content, :all, link_attr, skip_tags)
32
9
  end
33
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-autolinks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ADoyle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-23 00:00:00.000000000 Z
11
+ date: 2024-05-19 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: 3.9.3
19
+ version: 3.9.5
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: 3.9.3
26
+ version: 3.9.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rinku
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
- rubygems_version: 3.4.10
135
+ rubygems_version: 3.5.9
136
136
  signing_key:
137
137
  specification_version: 4
138
138
  summary: Autolink for your Jekyll site.