autostacker24 2.6.0 → 2.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/autostacker24 +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5060871b0994fa6b788507e1613aa95fda045059
4
- data.tar.gz: 0f46c2f43bf01522c8942abb718e431ef2a6d6ac
3
+ metadata.gz: 6050696250eac4f4d41ddb4519d21a18fe8cabe4
4
+ data.tar.gz: b4a86b81d92b8f13ddea6663f1ebca27bd3cfe38
5
5
  SHA512:
6
- metadata.gz: 131bc460dc4aa5ee92bc2239235b11d1293ec05bcd37756da074045831ee6d04a8014347a8ffe1dd2b70e5657742d69ff86e8a0545318469e93fc54470d6daf4
7
- data.tar.gz: 706faddbb9db962d1dfa9d6e522e3e7bc8fd0fa890cc2c5efbdc8b24d2c57c5401902c4652d270c9d806809d488b7ad166cdbccfe20f0dbc08237f0b5b9a2e46
6
+ metadata.gz: 535dda70739b3401231f2b1e2b0ac3e5cc3f4f5fc83eeb574e84067f5c99d0a82a8ce2b206eeafbaf8b837089c145ea1f4167209c2061cca7ae04e7902ae340e
7
+ data.tar.gz: a5c895e4ce74db80b00b1fda8e32bde0f9f0546c0d531299971358c03b63969628a053175cc900e4366fd1147d7bc8b1d25cec67273bf8f1ab56bf60a88f83f6
@@ -66,7 +66,7 @@ args.command = ARGV[0]
66
66
  args.params = args.params.inject({}){|m, kv| m.merge(Hash[kv[0].to_sym, kv[1]])}
67
67
 
68
68
  Stacker.region = args.region
69
- Stacker.credentials = Aws::SharedCredentials.new(profile_name: args.profile) if args.profile
69
+ Stacker.credentials = Aws::SharedCredentials.new(profile_name: args.profile, path: ENV['AWS_SHARED_CREDENTIALS_FILE']) if args.profile || ENV['AWS_SHARED_CREDENTIALS_FILE']
70
70
 
71
71
  case args.command
72
72
  when /validate/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autostacker24
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0
4
+ version: 2.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Mueller
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-02-23 00:00:00.000000000 Z
12
+ date: 2017-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk-core