rggen-markdown 0.26.0 → 0.27.0

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: 42bdd0761b5a36aa1b30776b1d5fdb5a04dbd857b47c9864601cdbaadb4bdd60
4
- data.tar.gz: d555936a34615186a87bb073bd2322a6e9303c81f120007bd9ae377e532ed786
3
+ metadata.gz: fc196c60adc9da79ed2563df4043915bc8d6a0e2fa31c498ccf5cf4880d0fe23
4
+ data.tar.gz: 197c01417976d3af98a9f4b6d29c6f381bad88c03e33fcb9550b7d95030593ec
5
5
  SHA512:
6
- metadata.gz: 88887c0a5a576207d8fedac3e7624396dde2fca4adc19fe5e27945e4eb0f45ef9d4f11ca6f530de888064d50262b0dbb6268034f339b6ffbaef86d7bc90d76d8
7
- data.tar.gz: 6da9ec05eb1d43386e87c8d1d857fbe54ea084066fd39a9dc31df4c12f6ac70ba9b8bca62b3e812da8d3b98a0f480bcc8fe6b3d740d470454b9e7df2865a5097
6
+ metadata.gz: 4fbce8f35d3bda76855cf32aa97c6e54eb07905f31cf3af13e02717e17818034e6d1bddfafb68b836825fa1013185d3a5e9b87b655e5ba1af55ce18785aeada6
7
+ data.tar.gz: 0fcf096660110cd330eee9114088de90e4aa24f65ec4df616e408a4f503f1e67b8e6d61b2219cd1c35cb0ce0b8a592644070e5f0e19a6f6c091401d22a073e23
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2019-2023 Taichi Ishitani
3
+ Copyright (c) 2019-2025 Taichi Ishitani
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -34,7 +34,7 @@ Feedbacks, bug reports, questions and etc. are wellcome! You can post them by us
34
34
 
35
35
  ## Copyright & License
36
36
 
37
- Copyright © 2019-2023 Taichi Ishitani. RgGen::Markdown is licensed under the [MIT License](https://opensource.org/licenses/MIT), see [LICENSE](LICENSE) for futher details.
37
+ Copyright © 2019-2025 Taichi Ishitani. RgGen::Markdown is licensed under the [MIT License](https://opensource.org/licenses/MIT), see [LICENSE](LICENSE) for futher details.
38
38
 
39
39
  ## Code of Conduct
40
40
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RgGen
4
4
  module Markdown
5
- VERSION = '0.26.0'
5
+ VERSION = '0.27.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rggen-markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taichi Ishitani
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-12-28 00:00:00.000000000 Z
10
+ date: 2025-01-23 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: 'Markdown generator for RgGen.
14
13
 
@@ -42,7 +41,6 @@ metadata:
42
41
  rubygems_mfa_required: 'true'
43
42
  source_code_uri: https://github.com/rggen/rggen-markdown
44
43
  wiki_uri: https://github.com/rggen/rggen/wiki
45
- post_install_message:
46
44
  rdoc_options: []
47
45
  require_paths:
48
46
  - lib
@@ -50,15 +48,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
50
48
  requirements:
51
49
  - - ">="
52
50
  - !ruby/object:Gem::Version
53
- version: '3.0'
51
+ version: '3.1'
54
52
  required_rubygems_version: !ruby/object:Gem::Requirement
55
53
  requirements:
56
54
  - - ">="
57
55
  - !ruby/object:Gem::Version
58
56
  version: '0'
59
57
  requirements: []
60
- rubygems_version: 3.5.3
61
- signing_key:
58
+ rubygems_version: 3.6.2
62
59
  specification_version: 4
63
- summary: rggen-markdown-0.26.0
60
+ summary: rggen-markdown-0.27.0
64
61
  test_files: []