sashimi_tanpopo 0.5.0 → 0.5.2

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: ce65cffe8eca200d404c0924f4d6f9a28d53a8d3e31edef6158b742b26336548
4
+ data.tar.gz: 1a227c66bde708ffbe3eee938201fd7e8cde48d8ecc19aa4f655e8a87c721034
5
5
  SHA512:
6
- metadata.gz: b639c6ea789122964b4cecb6a322df113fed25029627533b4ae6f84fa0f6ef18b486fbdff8cf81c49c1d613df1c9a4e1285905f0e0631a4a80a29d4a075b368c
7
- data.tar.gz: 79b503cb2579a13a0b3ee8fb71d176b8423b7e595b5e7c42ab055f3c29a54bc621992c9946d1a53c8bdacef06fc157d0e7a41e9d41a9016893cf7885e9a07c57
6
+ metadata.gz: 45fe62b9b61dd8b07b32ff44884736e74dff31045e19be3c6d9c30104595439b62d8a13c29ab281552b3e8d505ec5163860777856c4dc03e149d4974dee1ffbe
7
+ data.tar.gz: fb8319da9250b9a44d269cdfb6dcc60f0cd15d03644761d073e9a80cb5ea18bf119271b7524dfddbe2fff18717473b7894ffc1955646119d9465eee6ef94cf05
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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.2...main)
3
+
4
+ ## [v0.5.2](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.5.2) - 2025-12-07
5
+ [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.5.1...v0.5.2)
6
+
7
+ * Fixes Docker image was not pushed to ghcr.io (TAKE 2)
8
+ * https://github.com/sue445/sashimi_tanpopo/pull/87
9
+
10
+ ## [v0.5.1](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.5.1) - 2025-12-07
11
+ [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.5.0...v0.5.1)
12
+
13
+ * Fixes Docker image was not pushed to ghcr.io
14
+ * https://github.com/sue445/sashimi_tanpopo/pull/86
3
15
 
4
16
  ## [v0.5.0](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.5.0) - 2025-12-07
5
17
  [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.1
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.2"
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.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445