jekyll-ai-related 0.2.0 โ†’ 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: bd015f3c9b3b36e1546f91689b56994d30689feeca7d19044e3f885142c8cadb
4
- data.tar.gz: 525826d4202629e6476c953618ba4c0a8213d3ea04341b380d2f7fcd991faea5
3
+ metadata.gz: d8d5e15d03e0c8ed77ab9de0b6a6955e7ab78fee435529ade1dc1dfa9dc1679c
4
+ data.tar.gz: 6486621d77107539b5ae32af1bb2376f02b2f59f7074dc0a4ded1650c3db6d78
5
5
  SHA512:
6
- metadata.gz: 7e01d8945723f61955d65af5474afbb1e6e469e1347dc5b76b549745e771367d199b8aff22113e61fdb4d1b94b0b9dca544c3ae4d92a74ed230c99ce4c90da1c
7
- data.tar.gz: d5243b35d4fff6ab762025513b7b7e8e0323b635684a170982e3c1e82fd5962cc7ac9b82823c60f09a4fdb9daa88bf1a8ea295188960d1482ef6a7bcd27b810f
6
+ metadata.gz: b10bdbef5642400506c067400ab7900a85611fe1c297a20a495a81051f258cacf727e19834884b43a6978009f795ca435d7f18189484bc3a361f9d372a1ae615
7
+ data.tar.gz: 4e8112831d3f36bfcb194613b791d404f8d9df1d3ad7254f1785b4834f0b42b3268d1a74b51aef9b67f2122ae0e6999236cf1f250491f9f1050663115faefd8a
data/CHANGELOG.md CHANGED
@@ -2,7 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- Migration notes are available in the [migration guide](<REPO>/blob/main/MIGRATION.md).
5
+ Migration notes for breaking changes are available in the [migration guide](https://github.com/pirafrank/jekyll-ai-related/blob/main/MIGRATE.md).
6
+
7
+ ## [0.2.1] - 2026-02-10
8
+
9
+ ### ๐Ÿ› Bug Fixes
10
+
11
+ - Specify jekyll dependency as runtime one
12
+ - Support httparty minor version updates
13
+
14
+ ### โš™๏ธ Miscellaneous Tasks
15
+
16
+ - *(doc)* Fix bad links
17
+ - Add 'improved' to git cliff config
6
18
 
7
19
  ## [0.2.0] - 2025-02-28
8
20
 
data/Gemfile.lock CHANGED
@@ -1,41 +1,41 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll-ai-related (0.2.0)
5
- httparty (~> 0.22.0)
4
+ jekyll-ai-related (0.2.1)
5
+ httparty (~> 0.22)
6
6
  jekyll (>= 3.7, < 5.0)
7
7
  json (~> 2.7)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- addressable (2.8.7)
13
- public_suffix (>= 2.0.2, < 7.0)
14
- ast (2.4.2)
15
- base64 (0.2.0)
16
- bigdecimal (3.1.9)
12
+ addressable (2.8.8)
13
+ public_suffix (>= 2.0.2, < 8.0)
14
+ ast (2.4.3)
15
+ base64 (0.3.0)
16
+ bigdecimal (4.0.1)
17
17
  colorator (1.1.0)
18
- concurrent-ruby (1.3.5)
19
- csv (3.3.2)
18
+ concurrent-ruby (1.3.6)
19
+ csv (3.3.5)
20
20
  em-websocket (0.5.3)
21
21
  eventmachine (>= 0.12.9)
22
22
  http_parser.rb (~> 0)
23
23
  eventmachine (1.2.7)
24
- ffi (1.17.1)
25
- ffi (1.17.1-x86_64-linux-gnu)
24
+ ffi (1.17.3)
25
+ ffi (1.17.3-x86_64-linux-gnu)
26
26
  forwardable-extended (2.6.0)
27
- google-protobuf (4.29.3)
27
+ google-protobuf (4.33.5)
28
28
  bigdecimal
29
29
  rake (>= 13)
30
- google-protobuf (4.29.3-x86_64-linux)
30
+ google-protobuf (4.33.5-x86_64-linux-gnu)
31
31
  bigdecimal
32
32
  rake (>= 13)
33
- http_parser.rb (0.8.0)
34
- httparty (0.22.0)
33
+ http_parser.rb (0.8.1)
34
+ httparty (0.24.2)
35
35
  csv
36
36
  mini_mime (>= 1.0.0)
37
37
  multi_xml (>= 0.5.2)
38
- i18n (1.14.7)
38
+ i18n (1.14.8)
39
39
  concurrent-ruby (~> 1.0)
40
40
  jekyll (4.4.1)
41
41
  addressable (~> 2.4)
@@ -60,36 +60,39 @@ GEM
60
60
  sass-embedded (~> 1.75)
61
61
  jekyll-watch (2.2.1)
62
62
  listen (~> 3.0)
63
- json (2.10.1)
64
- kramdown (2.5.1)
65
- rexml (>= 3.3.9)
63
+ json (2.18.1)
64
+ kramdown (2.5.2)
65
+ rexml (>= 3.4.4)
66
66
  kramdown-parser-gfm (1.1.0)
67
67
  kramdown (~> 2.0)
68
- language_server-protocol (3.17.0.4)
68
+ language_server-protocol (3.17.0.5)
69
69
  liquid (4.0.4)
70
- listen (3.9.0)
70
+ listen (3.10.0)
71
+ logger
71
72
  rb-fsevent (~> 0.10, >= 0.10.3)
72
73
  rb-inotify (~> 0.9, >= 0.9.10)
74
+ logger (1.7.0)
73
75
  mercenary (0.4.0)
74
76
  mini_mime (1.1.5)
75
- multi_xml (0.7.1)
76
- bigdecimal (~> 3.1)
77
- parallel (1.26.3)
78
- parser (3.3.7.1)
77
+ multi_xml (0.8.1)
78
+ bigdecimal (>= 3.1, < 5)
79
+ parallel (1.27.0)
80
+ parser (3.3.10.1)
79
81
  ast (~> 2.4.1)
80
82
  racc
81
83
  pathutil (0.16.2)
82
84
  forwardable-extended (~> 2.6)
83
- public_suffix (6.0.1)
85
+ prism (1.9.0)
86
+ public_suffix (7.0.2)
84
87
  racc (1.8.1)
85
88
  rainbow (3.1.1)
86
- rake (13.2.1)
89
+ rake (13.3.1)
87
90
  rb-fsevent (0.11.2)
88
91
  rb-inotify (0.11.1)
89
92
  ffi (~> 1.0)
90
- regexp_parser (2.10.0)
91
- rexml (3.4.0)
92
- rouge (4.5.1)
93
+ regexp_parser (2.11.3)
94
+ rexml (3.4.4)
95
+ rouge (4.7.0)
93
96
  rubocop (1.57.2)
94
97
  json (~> 2.3)
95
98
  language_server-protocol (>= 3.17.0)
@@ -101,8 +104,9 @@ GEM
101
104
  rubocop-ast (>= 1.28.1, < 2.0)
102
105
  ruby-progressbar (~> 1.7)
103
106
  unicode-display_width (>= 2.4.0, < 3.0)
104
- rubocop-ast (1.38.0)
105
- parser (>= 3.3.1.0)
107
+ rubocop-ast (1.49.0)
108
+ parser (>= 3.3.7.2)
109
+ prism (~> 1.7)
106
110
  rubocop-jekyll (0.14.0)
107
111
  rubocop (~> 1.57.0)
108
112
  rubocop-performance (~> 1.2)
@@ -111,15 +115,15 @@ GEM
111
115
  rubocop-ast (>= 1.31.1, < 2.0)
112
116
  ruby-progressbar (1.13.0)
113
117
  safe_yaml (1.0.5)
114
- sass-embedded (1.83.4)
115
- google-protobuf (~> 4.29)
118
+ sass-embedded (1.97.3)
119
+ google-protobuf (~> 4.31)
116
120
  rake (>= 13)
117
- sass-embedded (1.83.4-x86_64-linux-gnu)
118
- google-protobuf (~> 4.29)
121
+ sass-embedded (1.97.3-x86_64-linux-gnu)
122
+ google-protobuf (~> 4.31)
119
123
  terminal-table (3.0.2)
120
124
  unicode-display_width (>= 1.1.1, < 3)
121
125
  unicode-display_width (2.6.0)
122
- webrick (1.9.1)
126
+ webrick (1.9.2)
123
127
 
124
128
  PLATFORMS
125
129
  ruby
data/MIGRATE.md CHANGED
@@ -14,7 +14,7 @@ The plugin now has a the following new configuration options:
14
14
 
15
15
  You need to set these values in your `_config.yml` file if the defaults do not fit you.
16
16
 
17
- If you are upgrading from `v0.1.0`, you need drop the data and re-run the plugin. You can find SQL scripts in the `sql\supabase` folder of this repository. This is due to a change in the handling of the similarity value. More details [here](https://github.com/pirafrank/jekyll-ai-related/releases/tag/v0.2.0).
17
+ If you are upgrading from `v0.1.0`, you need drop the data and re-run the plugin. You can find SQL scripts in the `sql\supabase` folder of this repository. This is due to a change in the handling of the similarity value. More details [here](https://github.com/pirafrank/jekyll-ai-related/blob/main/CHANGELOG.md).
18
18
 
19
19
  ### Environments support
20
20
 
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ end
12
12
  task lint: :rubocop
13
13
 
14
14
  task :changelog do
15
- sh "git cliff --tag #{Gem::Specification.load('jekyll-ai-related.gemspec').version} -o CHANGELOG.md"
15
+ sh "git cliff --tag #{Gem::Specification.load("jekyll-ai-related.gemspec").version} -o CHANGELOG.md"
16
16
  end
17
17
 
18
18
  task :mkrelease do
data/cliff.toml CHANGED
@@ -10,7 +10,7 @@
10
10
  header = """
11
11
  # Changelog\n
12
12
  All notable changes to this project will be documented in this file.\n
13
- Migration notes are available in the [migration guide](<REPO>/blob/main/MIGRATION.md).\n
13
+ Migration notes for breaking changes are available in the [migration guide](https://github.com/pirafrank/jekyll-ai-related/blob/main/MIGRATE.md).\n
14
14
  """
15
15
  # template for the changelog body
16
16
  # https://keats.github.io/tera/docs/#introduction
@@ -72,6 +72,7 @@ commit_parsers = [
72
72
  { message = "^doc", group = "<!-- 3 -->๐Ÿ“š Documentation" },
73
73
  { message = "^perf", group = "<!-- 4 -->โšก Performance" },
74
74
  { message = "^refactor", group = "<!-- 2 -->๐Ÿšœ Refactor" },
75
+ { message = "^improved", group = "<!-- 2 -->๐Ÿšœ Refactor" },
75
76
  { message = "^style", group = "<!-- 5 -->๐ŸŽจ Styling" },
76
77
  { message = "^test", group = "<!-- 6 -->๐Ÿงช Testing" },
77
78
  { message = "^chore\\(release\\): prepare for", skip = true },
@@ -25,8 +25,9 @@ Gem::Specification.new do |spec|
25
25
  spec.metadata["changelog_uri"] = "https://github.com/pirafrank/jekyll-ai-related/blob/main/CHANGELOG.md"
26
26
  spec.metadata["bug_tracker_uri"] = "https://github.com/pirafrank/jekyll-ai-related/issues"
27
27
 
28
- spec.add_dependency "httparty", "~> 0.22.0"
29
- spec.add_dependency "jekyll", ">= 3.7", "< 5.0"
28
+ spec.add_runtime_dependency "jekyll", ">= 3.7", "< 5.0"
29
+
30
+ spec.add_dependency "httparty", "~> 0.22"
30
31
  spec.add_dependency "json", "~> 2.7"
31
32
 
32
33
  spec.add_development_dependency "bundler", "~> 2.6"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module EmbeddingsGenerator
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-ai-related
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Pira
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-28 00:00:00.000000000 Z
11
+ date: 2026-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: httparty
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: 0.22.0
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: 0.22.0
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: jekyll
29
15
  requirement: !ruby/object:Gem::Requirement
@@ -44,6 +30,20 @@ dependencies:
44
30
  - - "<"
45
31
  - !ruby/object:Gem::Version
46
32
  version: '5.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: httparty
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '0.22'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '0.22'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: json
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -145,7 +145,7 @@ metadata:
145
145
  homepage_uri: https://github.com/pirafrank/jekyll-ai-related
146
146
  changelog_uri: https://github.com/pirafrank/jekyll-ai-related/blob/main/CHANGELOG.md
147
147
  bug_tracker_uri: https://github.com/pirafrank/jekyll-ai-related/issues
148
- post_install_message:
148
+ post_install_message:
149
149
  rdoc_options: []
150
150
  require_paths:
151
151
  - lib
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  requirements: []
163
163
  rubygems_version: 3.5.18
164
- signing_key:
164
+ signing_key:
165
165
  specification_version: 4
166
166
  summary: Jekyll plugin to generate embeddings for posts and find related content
167
167
  test_files: []