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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/komeda/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8412798779ae386449b72bf7c9a1d415aae857993899372019ec0a0041b5272
|
4
|
+
data.tar.gz: 685e3e450c014cb00016e2dad4ae2a90087c91671c58bf06fe0fdfa551a5c157
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/komeda/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|