ridgepole 3.2.4 → 3.2.5

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: 30883571738ca7fb36863b862ea2c3c447dd2b557065c60c1c1a21a66beddb42
4
- data.tar.gz: 425b7bc6cc0f9efffa9ea3b02fe681db1a242d1d2b41fcceee2d463082a7c866
3
+ metadata.gz: abd4de93bb4a0d0938356df4090e8f4c703f0e8cb17e4b4c886174aed0fc757c
4
+ data.tar.gz: d0e95a3692a07834a515a833500918c01fca28dcdf38bda90dc9a4974f1efccf
5
5
  SHA512:
6
- metadata.gz: 6e716a0ade803f5ae29aec8f861f06009aaec35274fcc4fbb28984525d956ca7c2a4681700938ce04906f1e192e6acf4838cbf37c50739b15d75c88743d7b4ba
7
- data.tar.gz: 1a208c2dadeda2e1ccc0c250223f51351688b35b8046c5819998fe4249fb507e973b30310648fc12f3b7b84a4fb584771622fa91f2828eff57919b2a79f5ab70
6
+ metadata.gz: ef67a2f85f7d9d510384409483a52c9ea7620d8bc85219d14ab26818759e85d603f6aa22c1c8a3a3e40cf1f7f15f9093810bb03c5c1737091d5afe770c7d62a4
7
+ data.tar.gz: 7a6320a5a28a23a8fbeed7448b1715c845e7985d8d45a3f7ef9ed7d17c4246b20a2e407790daebbf0795e10462c2e121ad74ce472015c7a9810c30aa19194e11
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## 3.2
4
4
 
5
+ ### 3.2.5 (2026/08/11)
6
+
7
+ - Fix `--with-apply` validation to require `--config`. [pull#733](https://github.com/ridgepole/ridgepole/pull/733)
8
+
5
9
  ### 3.2.4 (2026/08/08)
6
10
 
7
11
  - Fix inverted "No change" log in `--diff --with-apply`. [pull#730](https://github.com/ridgepole/ridgepole/pull/730)
data/bin/ridgepole CHANGED
@@ -168,7 +168,7 @@ ARGV.options do |opt|
168
168
 
169
169
  opt.parse!
170
170
 
171
- if !mode || (%i[apply export].include?(mode) && !config) || (options[:with_apply] && !config)
171
+ if !mode || (%i[apply export].include?(mode) && !config) || (diff_with_apply && !config)
172
172
  puts opt.help
173
173
  exit 1
174
174
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ridgepole
4
- VERSION = '3.2.4'
4
+ VERSION = '3.2.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ridgepole
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.4
4
+ version: 3.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genki Sugawara
@@ -245,14 +245,14 @@ dependencies:
245
245
  requirements:
246
246
  - - '='
247
247
  - !ruby/object:Gem::Version
248
- version: 1.88.2
248
+ version: 1.89.0
249
249
  type: :development
250
250
  prerelease: false
251
251
  version_requirements: !ruby/object:Gem::Requirement
252
252
  requirements:
253
253
  - - '='
254
254
  - !ruby/object:Gem::Version
255
- version: 1.88.2
255
+ version: 1.89.0
256
256
  - !ruby/object:Gem::Dependency
257
257
  name: rubocop-rake
258
258
  requirement: !ruby/object:Gem::Requirement