komeda 0.2.10 → 0.2.12

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: 1caf7e354abaa3f9e9081f5e8516b957dc0bfa3bc838fb74a60547cdfd66dea9
4
- data.tar.gz: f31eb248958075c3325db3e7a424485614be9ae829e11be51cdfb6fb11dea3ae
3
+ metadata.gz: 3395a4759f1825722978f94efbd7ac5249dac194be394a255fd6e8b740db407d
4
+ data.tar.gz: b376fac79ee413387a59da263d91ffb45364d43ec2ad61e6feb460bbb49cc7af
5
5
  SHA512:
6
- metadata.gz: e506a81cce1fb02f492cbea5497165f8e1772c96f3e5392a1112595ed0f0361c591e0a09a145f18f4d5cd0b0e4cb184e6190ce398557c4a2fdb39cae06252abe
7
- data.tar.gz: d3bd1f6dd786d0eb9ee114963bbe543032689602ffeb7283b6449929e209f1a64adb70e0951afb24eee55614ea6122f91bbdf1ebee49ddbbb03779eaf19d7f7c
6
+ metadata.gz: 4ae7c13de52e7060816be511cee227df7166f184ccfcb105e78f069482b59621aa4cbd4e6a1746575a4975d774be0d5306416ef221e253aee24f3c36501fb101
7
+ data.tar.gz: 4a1b482a341cea32045e9ccbd33bd53d16ec74bbe89cf3514e6bb2e325a6e907c7157dbc7e3b90ca3980900fbdb1e051f94fee5854a36cc0a203c9a3dfe47973
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [v0.2.12](https://github.com/ytkg/komeda/compare/v0.2.11...v0.2.12) - 2025-02-11
2
+ - Update menu data by @github-actions in https://github.com/ytkg/komeda/pull/61
3
+
4
+ ## [v0.2.11](https://github.com/ytkg/komeda/compare/v0.2.10...v0.2.11) - 2025-01-27
5
+ - Update menu data by @github-actions in https://github.com/ytkg/komeda/pull/59
6
+
1
7
  ## [v0.2.10](https://github.com/ytkg/komeda/compare/v0.2.9...v0.2.10) - 2025-01-18
2
8
  - Update menu data by @github-actions in https://github.com/ytkg/komeda/pull/57
3
9
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Komeda
4
- VERSION = '0.2.10'
4
+ VERSION = '0.2.12'
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.10
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoshiki Takagi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-18 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport