firespring_dev_commands 3.2.0 → 3.2.1.pre.alpha.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: 30483119e9e963789e3a4d0988b8419f5cdaf08fd8fc3ee8bc5771201dd41686
|
|
4
|
+
data.tar.gz: ffa354caf800cffc3bfc5cc1dba778dc2e2903ee22d15d753b2aad7e8a0c3a98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f72c5fdfaf0583ecf99b4df0af9c08bc1af433de1e1b5f592c0e4d33e67d8d82a55be8e7d6f16bc88070ad024269bbf41627e17bbc87644955523950acd6c940
|
|
7
|
+
data.tar.gz: dd0b1fc5b2bde1263e78c98b3a00f2fec21e81c63e7988c33809f3408413ee94f9d9a27f94acea95b66b0ad933d0840092550fb83ec5aa8da8c76004dbea321f
|
|
@@ -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.pre.alpha.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-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -476,9 +476,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
476
476
|
version: '3.1'
|
|
477
477
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
478
478
|
requirements:
|
|
479
|
-
- - "
|
|
479
|
+
- - ">"
|
|
480
480
|
- !ruby/object:Gem::Version
|
|
481
|
-
version:
|
|
481
|
+
version: 1.3.1
|
|
482
482
|
requirements: []
|
|
483
483
|
rubygems_version: 3.4.10
|
|
484
484
|
signing_key:
|