sashimi_tanpopo 0.3.3 → 0.3.4

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: 67fece13651795cb4bb095869e0bb4a39605c3538dc7d025000828074249bee0
4
- data.tar.gz: 176c9e5283bf71e67204bb750cfe2fac0ea0c252f80ccfc6c346fdb6a8a6bc2b
3
+ metadata.gz: 32c85eb518fc708ee605fc416ed159cdb54762a036fb62f2172cf7bb7f09253e
4
+ data.tar.gz: e38e61ab6353d5160fa25683acb79bdacbfa612b41429fafae26d20675bd383c
5
5
  SHA512:
6
- metadata.gz: 57e5a36438ef78f83f7be086209e00bb8f421ffea722c1c4e0e6696f370fef8d577dae879a0489855535ff9daa1efe8802b9fa935fd23fd6a70bc281e7830e80
7
- data.tar.gz: 7b7ad4c992cb797346d58c07bd9e008727d41654e2762222cb8e92ae351d535f538bcd1b06893b66f231e2bd26cdbc95e18124bcff8950be0e358994d09d43ce
6
+ metadata.gz: 9f81582f540a40fb63aba094d8dfc9654116fddc1e42b792a94ccafa1556be4127811217cbd6a9c3d8f5399667348b152241fa8f0802bd9dd7abe5ad18a78135
7
+ data.tar.gz: cba55fb39a6d0d0f5689e1064f0c721cc0e452b255f6719db0c41a75384f497ee914c8180d2d5f970950a8e0602b9c2e7e3229f9ba9e4fa5d4837df69bf47935
data/CHANGELOG.md CHANGED
@@ -1,54 +1,60 @@
1
1
  ## [Unreleased]
2
- [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.3.3...main)
2
+ [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.3.4...main)
3
3
 
4
- ## [0.3.3](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.3.3) - 2025-11-05
4
+ ## [v0.3.4](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.3.4) - 2025-11-30
5
+ [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.3.3...v0.3.4)
6
+
7
+ * Release gem from GitHub Actions
8
+ * https://github.com/sue445/sashimi_tanpopo/pull/73
9
+
10
+ ## [v0.3.3](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.3.3) - 2025-11-05
5
11
  [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.3.2...v0.3.3)
6
12
 
7
13
  * Fixed an issue where file was not updated when `update_file` was called multiple times on the same file
8
14
  * https://github.com/sue445/sashimi_tanpopo/pull/70
9
15
 
10
- ## [0.3.2](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.3.2) - 2025-11-02
16
+ ## [v0.3.2](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.3.2) - 2025-11-02
11
17
  [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.3.1...v0.3.2)
12
18
 
13
19
  * Do not remove left-hand space in logger
14
20
  * https://github.com/sue445/sashimi_tanpopo/pull/68
15
21
 
16
- ## [0.3.1](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.3.1) - 2025-10-31
22
+ ## [v0.3.1](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.3.1) - 2025-10-31
17
23
  [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.3.0...v0.3.1)
18
24
 
19
25
  * Disable file existence checks when using `--github-step-summary`
20
26
  * https://github.com/sue445/sashimi_tanpopo/pull/66
21
27
 
22
- ## [0.3.0](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.3.0) - 2025-10-30
28
+ ## [v0.3.0](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.3.0) - 2025-10-30
23
29
  [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.2.0...v0.3.0)
24
30
 
25
31
  * Support GitHub Actions Job Summary
26
32
  * https://github.com/sue445/sashimi_tanpopo/pull/62
27
33
 
28
- ## [0.2.0](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.2.0) - 2025-10-22
34
+ ## [v0.2.0](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.2.0) - 2025-10-22
29
35
  [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.1.3...v0.2.0)
30
36
 
31
37
  * Change `--pr-target-branch` and `--mr-target-branch` 's default value to repository's default branch
32
38
  * https://github.com/sue445/sashimi_tanpopo/pull/52
33
39
 
34
- ## [0.1.3](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.1.3) - 2025-10-19
40
+ ## [v0.1.3](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.1.3) - 2025-10-19
35
41
  [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.1.2...v0.1.3)
36
42
 
37
43
  * Fix docker push on CI
38
44
  * https://github.com/sue445/sashimi_tanpopo/pull/46
39
45
 
40
- ## [0.1.2](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.1.2) - 2025-10-19
46
+ ## [v0.1.2](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.1.2) - 2025-10-19
41
47
  [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.1.1...v0.1.2)
42
48
 
43
49
  * Fix docker build on CI
44
50
  * https://github.com/sue445/sashimi_tanpopo/pull/44
45
51
 
46
- ## [0.1.1](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.1.1) - 2025-10-19
52
+ ## [v0.1.1](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.1.1) - 2025-10-19
47
53
  [full changelog](http://github.com/sue445/sashimi_tanpopo/compare/v0.1.0...v0.1.1)
48
54
 
49
55
  * Build and push docker image to ghcr.io
50
56
  * https://github.com/sue445/sashimi_tanpopo/pull/42
51
57
 
52
- ## [0.1.0](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.1.0) - 2025-10-18
58
+ ## [v0.1.0](https://github.com/sue445/sashimi_tanpopo/releases/tag/v0.1.0) - 2025-10-18
53
59
 
54
60
  * Initial release
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.3.2
4
+ ARG SASHIMI_TANPOPO_VERSION=0.3.3
5
5
 
6
6
  WORKDIR /work
7
7
 
@@ -90,6 +90,15 @@ module SashimiTanpopo
90
90
  end
91
91
 
92
92
  # @return [Hash<String, { before_content: String, after_content: String, mode: String }>] key: file path, value: Hash
93
+ #
94
+ # @example
95
+ # {
96
+ # "path/to/changed-file.txt" => {
97
+ # before_content: "foo",
98
+ # after_content: "bar",
99
+ # mode: "100644",
100
+ # }
101
+ # }
93
102
  def changed_files
94
103
  @__changed_files__ ||= {}
95
104
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SashimiTanpopo
4
- VERSION = "0.3.3"
4
+ VERSION = "0.3.4"
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.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
@@ -304,7 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
304
304
  - !ruby/object:Gem::Version
305
305
  version: '0'
306
306
  requirements: []
307
- rubygems_version: 3.6.9
307
+ rubygems_version: 3.6.7
308
308
  specification_version: 4
309
309
  summary: Change files and create patches
310
310
  test_files: []