firespring_dev_commands 3.2.0 → 3.2.1
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: f6c54bdbc333f94c63f1818b1b8ef291dfd210a3bba06fb6a2e33d60d90c093e
|
|
4
|
+
data.tar.gz: c7f8892e9ac3285ba55579bbe01305466fdd47a15e502ae6ae2b36ea7ebc4c81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e73fdbf79e5f229b1551aa275bc46d6fb7ad26d1c585d4e96423d64077fbfc23058d75b83f0da1c06b9f40a03f5bdf9a90e84072462062f003492b5766043b73
|
|
7
|
+
data.tar.gz: 07ec874dd1a5cdf2966e2150cecbd99537f9dc6c9f4e95cdc7c511424fbe3404125448a03f1fb0bdd9aa5889e20bf502ef6cfd6391ef3b7225e24143cf5ffbc5
|
|
@@ -42,9 +42,9 @@ module Dev
|
|
|
42
42
|
@default = self.class.config.default
|
|
43
43
|
|
|
44
44
|
# Create the ecr registry list based off several possible configuration values
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
@ecr_registry_ids =
|
|
45
|
+
base_registry_ids = Array(self.class.config.ecr_registry_ids)
|
|
46
|
+
current_account_id = Dev::Aws::Profile.new.current if self.class.config.login_to_account_ecr_registry
|
|
47
|
+
@ecr_registry_ids = (base_registry_ids + Array(current_account_id)).flatten.compact.reject(&:empty?).uniq
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
# Returns all configured account information objects
|
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: 3.2.
|
|
4
|
+
version: 3.2.1
|
|
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-
|
|
11
|
+
date: 2025-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|