firespring_dev_commands 2.3.3 → 2.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4df81e3de5330b0b6265d91e6cd93ddd9091c0c3580d88bf4b9441ffe9bc54fd
|
4
|
+
data.tar.gz: 58c65ff1b82e00133b97ce1190f40a0b3a468102d01460af754d381c2832d2f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c9ab0653755eb182f3fdd9eb385fdbe3b4708e76d6e823f832ebcac1a9f4f60153f85b2200c5e51c61b540b4172e6fac1c098731dc64008cd3c490d1c368a11
|
7
|
+
data.tar.gz: fbf305d9f5dbb569edc662299d225527e8d4bffce26917100b1e4f7ef517dffae338ee206c54b2f77d3a0833e359f3aa172991af1c72e956913db952f685c348
|
@@ -233,7 +233,8 @@ module Dev
|
|
233
233
|
|
234
234
|
# Merges two arrays removing nested structure and duplicate keys
|
235
235
|
private def merge_options(*opts)
|
236
|
-
|
236
|
+
puts 'WARNING: merging options disabled' if @options.any? { |it| it.include?('--build-arg') }
|
237
|
+
@options = (@options + Array(opts)).flatten.uniq unless @options.any? { |it| it.include?('--build-arg') }
|
237
238
|
end
|
238
239
|
|
239
240
|
# Build the compose command with the given inputs
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: firespring_dev_commands
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Firespring
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|