komeda 0.2.6 → 0.2.8

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/CHANGELOG.md +6 -0
  3. data/lib/komeda/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 629c4d6154f7bc8992b5cf9a6f385bfc687f084df465af8929da39e29d24199b
4
- data.tar.gz: b199960d3704a55c0ebd9f86a78507dd84325be1ba2398e4ac1b007bff5d8757
3
+ metadata.gz: c8412798779ae386449b72bf7c9a1d415aae857993899372019ec0a0041b5272
4
+ data.tar.gz: 685e3e450c014cb00016e2dad4ae2a90087c91671c58bf06fe0fdfa551a5c157
5
5
  SHA512:
6
- metadata.gz: eaa981c8e515b7dd15887cd39b98324b7ea6466fd3ea62889545f934c67290efed9f3f984fa7150c8c65cc6ed7c19eb9b81a2d59f835ba65a26175bea6575c59
7
- data.tar.gz: 03b76bd355ff4393aa40447e7148dfe8072f7cee92ac055f1942d7bd46f9ea8116568181d72a4ddb2a217ad732af45eb0409beb18cf17d8bd978b4c6d63f08a9
6
+ metadata.gz: fb2be0762dd7c0253d6d82b8e6de6b8144927ca6a9e1a0d3584dd5b914756f2eea71aff5b2f3080e6c70b515433d976cc626d96f9143e211ab636b607193c6e4
7
+ data.tar.gz: 4e002b1012c02b9ef98976a873eb309908d828d588d4a74d561d8c50ace37fee8034de8a2ba08b61839da919f7e3db5a95bb4bcc3a752b28540ce03dcd6c2388
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [v0.2.8](https://github.com/ytkg/komeda/compare/v0.2.7...v0.2.8) - 2024-12-27
2
+ - Update menu data by @github-actions in https://github.com/ytkg/komeda/pull/53
3
+
4
+ ## [v0.2.7](https://github.com/ytkg/komeda/compare/v0.2.6...v0.2.7) - 2024-12-19
5
+ - Update menu data by @github-actions in https://github.com/ytkg/komeda/pull/51
6
+
1
7
  ## [v0.2.6](https://github.com/ytkg/komeda/compare/v0.2.5...v0.2.6) - 2024-12-14
2
8
  - Update menu data by @github-actions in https://github.com/ytkg/komeda/pull/49
3
9
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Komeda
4
- VERSION = '0.2.6'
4
+ VERSION = '0.2.8'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: komeda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoshiki Takagi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-14 00:00:00.000000000 Z
11
+ date: 2024-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport