firespring_dev_commands 2.1.4.pre.alpha.2 → 2.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7bfc98cc8da862092d77bcb5781f7ea61260c56e4207ed72cc5c2b6812a6fbaf
4
- data.tar.gz: 2b1a49276792b8f5d24dbd4e188eb7c89a70d77876625e80edd193d4b06fc9ca
3
+ metadata.gz: 7fce0dd484a49e3592b3f22529aa7a6ef2defb6c41c726723e110b7158407b4e
4
+ data.tar.gz: 1eec4909f5334c7143cb781c60d257f0831b4821c03dc2f1ca4a355c546b4cf1
5
5
  SHA512:
6
- metadata.gz: f20f8b61f93b885fe0d3039abba3d922dce072f64a565472c9ca61eaac69047679de5615e92399ffbe494069fbef2d6469fbd3661edccd0c0e4c6aa65d7a3075
7
- data.tar.gz: 26f3c929fe09590e24851b5075fb2d4525f6fe3e67a0940dfc11e4289095a5338fecbe128165ead9b48ed7d27064949e96b55742913712d95d9ca2e2297f93e9
6
+ metadata.gz: f1a4f4645dd0dcba99bd01ad567b08b8e10fddd1cfbdc67b6c65326bb1476eed6c98a40124d889d6b33b795aa8cc9419e067108fa0cbf165a3dbc5ea248e76bc
7
+ data.tar.gz: e3f8f91c2769aba3b60053e5913c8955183f829c574a6b6e93cfd548ae9e1ead60b3bcaa500e53b5cfe22e1cfe9d76ce46fa9b45cb75433d49daee9629ade166
@@ -14,7 +14,7 @@ module Dev
14
14
  account ||= Dev::Aws::Account.new.select
15
15
 
16
16
  # Authorize if our creds are not active
17
- authorize!(account) unless Dev::Aws::Credentials.new.active?(account)
17
+ authorize!(account)
18
18
 
19
19
  # Ensure the local env is pointed to the profile we selected
20
20
  Dev::Aws::Profile.new.write!(account)
@@ -38,9 +38,9 @@ module Dev
38
38
 
39
39
  region = profileini['region'] || defaultini['region'] || Dev::Aws::DEFAULT_REGION
40
40
 
41
- # Explicitly set the region to the one we are logging in to. Then exit if we are already logged in.
41
+ # Explicitly set the region to the one we are logging in to. Then return if we are already logged in.
42
42
  # This is to fix an issue where you are attempting to log in to an account in a different region.
43
- # We were seeing issue where it would still be attempting to use the old region until the process exited
43
+ # Without this fix it would still be attempting to use the old region until the process exited
44
44
  ENV['AWS_DEFAULT_REGION'] = region
45
45
  return if Dev::Aws::Credentials.new.active?(account)
46
46
 
@@ -6,6 +6,6 @@ module Dev
6
6
  # Use 'v.v.v.pre.alpha.v' for pre-release vesions
7
7
  # Use 'v.v.v.beta.v for beta versions
8
8
  # Use semantic versioning for any releases (https://semver.org/)
9
- VERSION = '2.1.4.pre.alpha.2'.freeze
9
+ VERSION = '2.1.4'.freeze
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firespring_dev_commands
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4.pre.alpha.2
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Firespring
@@ -331,9 +331,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
331
331
  version: '3.1'
332
332
  required_rubygems_version: !ruby/object:Gem::Requirement
333
333
  requirements:
334
- - - ">"
334
+ - - ">="
335
335
  - !ruby/object:Gem::Version
336
- version: 1.3.1
336
+ version: '0'
337
337
  requirements: []
338
338
  rubygems_version: 3.4.10
339
339
  signing_key: