sashimi_tanpopo 0.5.0 → 0.5.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: 4f5082df6a85952f9343981a3411dd5d22f068353eafde12f3d5c77ca79c3b93
4
- data.tar.gz: df9717ef22489e1544d749a34381cf565a1872183cd917c623dbd6ce3c45e2b8
3
+ metadata.gz: eec038a208e1f4e8e328c1e4c2529d901f8e3d00b9ecd9247c77bc885226e7eb
4
+ data.tar.gz: 4500f065e44766e0345f5d90a4eed6a3681f4546b8c5e471b0c968f7ed8a4244
5
5
  SHA512:
6
- metadata.gz: b639c6ea789122964b4cecb6a322df113fed25029627533b4ae6f84fa0f6ef18b486fbdff8cf81c49c1d613df1c9a4e1285905f0e0631a4a80a29d4a075b368c
7
- data.tar.gz: 79b503cb2579a13a0b3ee8fb71d176b8423b7e595b5e7c42ab055f3c29a54bc621992c9946d1a53c8bdacef06fc157d0e7a41e9d41a9016893cf7885e9a07c57
6
+ metadata.gz: c3a5fd30ea0aec1f3494b24dd50d4c5ae171a45d0453cda41f9733b6d3aa2572629a935780f034bdf33bc9420b46d2bf825fb2543c2f1fa182df33e63ebe7873
7
+ data.tar.gz: 8d55ed6fe29bf86ac87ca25b90f64487fec202337c4f0e66b44a861a62d74d7ddc9dafb61cd79e90e04ad10d2b14ec2e528f513c3dbbbb509c9b7deef4c1c870
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## [Unreleased]
2
- [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.5.0...main)
2
+ [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.5.1...main)
3
+
4
+ ## [v0.5.1](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.5.1) - 2025-12-07
5
+ [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.5.0...v0.5.1)
6
+
7
+ * Fixes Docker image was not pushed to ghcr.io
8
+ * https://github.com/sue445/sashimi_tanpopo/pull/86
3
9
 
4
10
  ## [v0.5.0](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.5.0) - 2025-12-07
5
11
  [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.4.0...v0.5.0)
data/Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
1
  ARG RUBY_VERSION=3.4
2
2
  FROM ruby:${RUBY_VERSION}-alpine
3
3
 
4
- ARG SASHIMI_TANPOPO_VERSION=0.4.0
4
+ ARG SASHIMI_TANPOPO_VERSION=0.5.0
5
5
 
6
6
  WORKDIR /work
7
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SashimiTanpopo
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sashimi_tanpopo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445