rggen 0.36.0 → 0.36.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/rggen/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 576d3ac4d1f0eb2c1fc096473a1904d7945a1e7045ff4e798904e1575312e400
4
- data.tar.gz: ef90d6e367a78b923c8aa5adb8888c6c15fd4d347df91ba82ab82f99f8b5400f
3
+ metadata.gz: 51ed7f56c7965e3cdf54f244cabd7422afa25c3ed7745b9de807a129d7a70cdd
4
+ data.tar.gz: 4943ac434f47aa87a2d49405797da4b3ef8120ec3d2d829e20eea1d7c868cdd9
5
5
  SHA512:
6
- metadata.gz: 67ae18c9d214a49dc36837fb408718098aa90ebf806a29fbe8fee2745ffc2cf034a85b0a576dca9088353ef880ff7aea07990fceb82c403677b1725c379e9bee
7
- data.tar.gz: fba77000ea9e585c4e37433430ffde6bfe6a1c79f000cbe7c01e118fe7b8787fe752aa432429f78c2381ddbddee29e8c845c071ae59876c4dfc6b81f9f3a5211
6
+ metadata.gz: c80d08fa362acd831fe926f22a97e4beab43c8c30baf173f22a8f4ff7cc886e7143dc764d87bd130ad33c0d291ca92ca36f57c3a1e321793c57e9786f046416e
7
+ data.tar.gz: 807e820ecf0d744735a45c74d9856876e18069e4c81670122ac827e02ddfe2a6ebc55acd70c75be6256689438c6816283ff6f7a1994cd2bf0e5d344b14701fae
data/README.md CHANGED
@@ -8,6 +8,7 @@
8
8
  [![Maintainability](https://qlty.sh/badges/a82c7d7a-e35c-4425-8d7e-26b3d09f587a/maintainability.svg)](https://qlty.sh/gh/rggen/projects/rggen)
9
9
  [![codecov](https://codecov.io/gh/rggen/rggen/branch/master/graph/badge.svg)](https://codecov.io/gh/rggen/rggen)
10
10
  [![Discord](https://img.shields.io/discord/1406572699467124806?style=flat&logo=discord)](https://discord.com/invite/KWya83ZZxr)
11
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/rggen/rggen)
11
12
 
12
13
  [![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/A0A231E3I)
13
14
 
@@ -49,7 +50,7 @@ RgGen has following features:
49
50
 
50
51
  ### Ruby
51
52
 
52
- RgGen is written in the [Ruby](https://www.ruby-lang.org/en/about/) programing language and its required version is 3.1 or later. You need to install any of these versions of Ruby before installing RgGen tool. To install Ruby, see [this page](https://www.ruby-lang.org/en/documentation/installation/).
53
+ RgGen is written in the [Ruby](https://www.ruby-lang.org/en/about/) programing language and its required version is 3.2 or later. You need to install any of these versions of Ruby before installing RgGen tool. To install Ruby, see [this page](https://www.ruby-lang.org/en/documentation/installation/).
53
54
 
54
55
  ### Installation Command
55
56
 
data/lib/rggen/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RgGen
4
- VERSION = '0.36.0'
4
+ VERSION = '0.36.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rggen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.36.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taichi Ishitani
@@ -29,28 +29,28 @@ dependencies:
29
29
  requirements:
30
30
  - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: 0.36.0
32
+ version: 0.36.1
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: 0.36.0
39
+ version: 0.36.1
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: rggen-default-register-map
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: 0.36.0
46
+ version: 0.36.1
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 0.36.0
53
+ version: 0.36.1
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: rggen-markdown
56
56
  requirement: !ruby/object:Gem::Requirement