homura-runtime 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f8d2b1f63c73d674a1e14a9ad376877678ed2f8697622e1282261f85ae092a2
4
- data.tar.gz: dbedff400687b46bc6817df021ddc1c6560a4953d6c6a30c7a570980609e749a
3
+ metadata.gz: 89ab1ae8555f1631cf7e44af5aee8a1e760b21ae5538aa0b0616599669678eab
4
+ data.tar.gz: 13142b82927699812b64df3d0637bab9ef721c7f0fbfd56be2746c80ced628f4
5
5
  SHA512:
6
- metadata.gz: 6416ec5f4d14535c6a2eeddd47183bc6e1cd59d095ee3620ad5b96d0f019b11e576cfcf2f1c147cf93326189bd3750611438a41e09ec542f8e12f749732f5b75
7
- data.tar.gz: 344e21cf2f8f9ca6fc7c1291cf363ded09ac1857ccede0d1184599de39170c62c1494c7d9660e6675888cc4b97ef0d083fa83491935adea946e425b4de2ce6db
6
+ metadata.gz: 700b065254ca17e682499d532a66a54266d6ae8580051661f6ac2cca0afa35e62631457262c3d38541f71b10ce4d2d64b128969d2bb68f38c737f86993311d30
7
+ data.tar.gz: 3ca930aacfaff19ded023d6fd2e2b9ab71b6bc52344c6b34d4e11ccef435727b7ad3c6e99828a7406cc5bdbaec6e5e5f31c06835f294233999884fa73b3f8fae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1 (2026-04-23)
4
+
5
+ - Correct the published author metadata to "Kazuhiro Homma".
6
+
3
7
  ## 0.2.0 (2026-04-23)
4
8
 
5
9
  - Remove the old `cloudflare-workers-build` public executable and expose the
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudflareWorkers
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homura-runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - Kazuhiro NISHIYAMA
7
+ - Kazuhiro Homma
8
8
  bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z