sashimi_tanpopo 0.1.2 → 0.1.3

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: 0ae829383ecc2bb8871acfdbf7f383521c5660ed52a5f52cf3c1a988aa6261fa
4
- data.tar.gz: 7954921c5040ce9767cf6308126178e1d951f8b2e090a0aee9e223ba08068769
3
+ metadata.gz: 263eb474146609f7c441ccb77681664ad19846e6aac8d7585fc7a583a08167a1
4
+ data.tar.gz: ddc2b35d0e3e8db88b6ff954c815446bf4c71539ca29f246c3c026ddb10b7b48
5
5
  SHA512:
6
- metadata.gz: 8f27cf4e6ba4a47c7bc39e157035c0e27ca4339ca5ad162dd34e3ec8cd067b328f6071883b29f1c796b04d145f7f1fae071b11a0c2d5fd0202e3843f459132d3
7
- data.tar.gz: 4f3ac105c2b8bac2eec827934c8a7eca13a010d37f27b4659b0e68cecd26f780aa1d24a9a218b4b67b0b1135f6eef39ece06fc5089c6e13a5c6158c071d7762b
6
+ metadata.gz: 96ef60917e18568424cfe95f741223bcc7a84c66878751d57b2838b1201ee55c53e1e1102c541d3f6864bfe1a14555ce4ca0e8f67938a51981c86298088eaf5b
7
+ data.tar.gz: 8953c7816ff996d4bd32d30cecdcbdce5506102afff9a0284242631d1d23786c1d39e0f60875658c4031c03c4f17f9e169beecde1d1c72d40d9fd58077d88dc5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## [Unreleased]
2
- [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.1.2...main)
2
+ [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.1.3...main)
3
+
4
+ ## [0.1.3](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.1.3) - 2025-10-19
5
+ [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.1.2...v0.1.3)
6
+
7
+ * Fix docker push on CI
8
+ * https://github.com/sue445/sashimi_tanpopo/pull/46
3
9
 
4
10
  ## [0.1.2](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.1.2) - 2025-10-19
5
11
  [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.1.1...v0.1.2)
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.1.1
4
+ ARG SASHIMI_TANPOPO_VERSION=0.1.2
5
5
 
6
6
  WORKDIR /work
7
7
 
data/Rakefile CHANGED
@@ -35,7 +35,7 @@ task :fix_version do
35
35
  sh "git commit -m 'Bump version in Dockerfile' || true"
36
36
  end
37
37
 
38
- # Run fix_version before release
39
- Rake::Task[:release].enhance([:fix_version])
38
+ # Run fix_version before release:source_control_push (inside of release task)
39
+ Rake::Task["release:source_control_push"].enhance([:fix_version])
40
40
 
41
41
  task default: %i[spec rbs]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SashimiTanpopo
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
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.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445