jekyll-documents 0.1.1 → 0.1.2

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: 518470aad866ef5e32081999ae94d7d8bc3ab87a1f19240a66a2152b13a7db87
4
- data.tar.gz: 392d655c0163d3274b3b9e679009aa66d89ab87802e359a5c520b05fdb666897
3
+ metadata.gz: 3764cd33724860fdb0325ef5552df27221b66588fb7edda7eec81523fa393f5d
4
+ data.tar.gz: 2792f1be315312a19aa77eec29e788f3b04193fc7cde9da0522546164bf4885c
5
5
  SHA512:
6
- metadata.gz: c1152712cbdef7b491ab32618bee51ffc7fa02d45f92eff6e92c1d5fc07ba7b00f787550e18a0554e3909b0e96cfb64edb6102a9b5477f9e1da40b44df4f4a76
7
- data.tar.gz: 40b4cc7ff588faf52d29b59229c82f3088d1063495640c3a86c3bbb1b7e1d042a2f1014b065bf6bd3e0713c760d772245f37e3491bdb3cc44e56d37030cddbe5
6
+ metadata.gz: ead7f7d8a71316d40e47ca53c356257a4bfc5a4d0885b924899347690b48682e9b03fd0330a145afd323f5c5e7cf01c4d6aa8f49074f26be246d40c2f87bf169
7
+ data.tar.gz: 84f1545b85bfdd385c26ecaf0efc21f9851c5bd564081c64df52b07e402bfcca338e5608cbb4e341f791f271cc70a8fd36447faf700a4bc741ce6399177ef755
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.2] - 2026-03-09
4
+
5
+ ### Added
6
+ - **Release automation scripts**
7
+
3
8
  ## [0.1.1] - 2026-03-09
4
9
 
5
10
  ### Added
@@ -13,6 +13,15 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = "https://github.com/gundestrup/jekyll-documents"
14
14
  spec.license = "AGPL-3.0-only"
15
15
 
16
+ spec.metadata = {
17
+ "source_code_uri" => "https://github.com/gundestrup/jekyll-documents",
18
+ "bug_tracker_uri" => "https://github.com/gundestrup/jekyll-documents/issues",
19
+ "changelog_uri" => "https://github.com/gundestrup/jekyll-documents/blob/main/CHANGELOG.md",
20
+ "documentation_uri" => "https://github.com/gundestrup/jekyll-documents",
21
+ "homepage_uri" => "https://github.com/gundestrup/jekyll-documents",
22
+ "rubygems_mfa_required" => "true"
23
+ }
24
+
16
25
  spec.required_ruby_version = ">= 2.7"
17
26
 
18
27
  spec.files = Dir.glob("{lib,assets,_includes,_layouts}/**/*") +
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Documents
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-documents
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Svend Gundestrup
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-03-09 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: jekyll
@@ -193,7 +194,14 @@ files:
193
194
  homepage: https://github.com/gundestrup/jekyll-documents
194
195
  licenses:
195
196
  - AGPL-3.0-only
196
- metadata: {}
197
+ metadata:
198
+ source_code_uri: https://github.com/gundestrup/jekyll-documents
199
+ bug_tracker_uri: https://github.com/gundestrup/jekyll-documents/issues
200
+ changelog_uri: https://github.com/gundestrup/jekyll-documents/blob/main/CHANGELOG.md
201
+ documentation_uri: https://github.com/gundestrup/jekyll-documents
202
+ homepage_uri: https://github.com/gundestrup/jekyll-documents
203
+ rubygems_mfa_required: 'true'
204
+ post_install_message:
197
205
  rdoc_options: []
198
206
  require_paths:
199
207
  - lib
@@ -208,7 +216,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
208
216
  - !ruby/object:Gem::Version
209
217
  version: '0'
210
218
  requirements: []
211
- rubygems_version: 4.0.3
219
+ rubygems_version: 3.4.19
220
+ signing_key:
212
221
  specification_version: 4
213
222
  summary: Auto-generate Jekyll pages for documents (PDF/DOCX/...) with category/date/title
214
223
  parsing.