stack_master 2.15.0 → 2.16.0

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: c1adb6e5de33665d6826aeb6d76e91fabd5f9ed4d2abd3b5bf3ac10103c19dd3
4
- data.tar.gz: 2800c76334735d08d1bbd409f7b2f2735dfbedd9141aa9559b6c631b31035e1f
3
+ metadata.gz: b4266652d84c1c02817d9db7dfcdf52dc475d86b24013066362ff9db91ef7703
4
+ data.tar.gz: 3da40d30397a13adea77a79db06162c6006b7d2d6c77748b01fea17dfc1a50fc
5
5
  SHA512:
6
- metadata.gz: 6af6d76bf7783766f2c4c8a929ed49e69c540b1e3b8969f4bc288559e99b5903a690eb5c9ad18211366a56c5c35475855a117479e6527a37c4f62f2ee50e4291
7
- data.tar.gz: bb4c3446097ff151ef57778091082ad3c966f69f2a15a691970fef0845e9cfcc4d32e64afd3af3057c080783c7dba1d3bea67c9f449f4fd03f3970daef20c23c
6
+ metadata.gz: af293fcc93bd620fe8b37e3220b265470ad59fa35cf790fc303d4f070ec9bb1e5b447a7c37e2f4bc10cd60ed637bc4febc98dd6c430f98a2a51e6466edb3abd4
7
+ data.tar.gz: 55f59fd4ceb3175cf2660e5285058900696d0fadf899f271bdf58a81dc472f5b2660f1efef2b37be0357a9d1c68c61b4c383be88ae8f98b0bc2a8f57b883e191
@@ -18,7 +18,7 @@ module StackMaster
18
18
  region, stack_name, output_name = parse!(value)
19
19
  stack = find_stack(stack_name, region)
20
20
  if stack
21
- output = stack.outputs.find { |stack_output| stack_output.output_key == output_name.camelize }
21
+ output = stack.outputs.find { |stack_output| stack_output.output_key == output_name.camelize || stack_output.output_key == output_name }
22
22
  if output
23
23
  output.output_value
24
24
  else
@@ -1,3 +1,3 @@
1
1
  module StackMaster
2
- VERSION = "2.15.0"
2
+ VERSION = "2.16.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stack_master
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.0
4
+ version: 2.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Hodgkiss
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-07-15 00:00:00.000000000 Z
12
+ date: 2024-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -579,8 +579,8 @@ licenses:
579
579
  metadata:
580
580
  bug_tracker_uri: https://github.com/envato/stack_master/issues
581
581
  changelog_uri: https://github.com/envato/stack_master/blob/master/CHANGELOG.md
582
- documentation_uri: https://www.rubydoc.info/gems/stack_master/2.15.0
583
- source_code_uri: https://github.com/envato/stack_master/tree/v2.15.0
582
+ documentation_uri: https://www.rubydoc.info/gems/stack_master/2.16.0
583
+ source_code_uri: https://github.com/envato/stack_master/tree/v2.16.0
584
584
  post_install_message:
585
585
  rdoc_options: []
586
586
  require_paths:
@@ -596,7 +596,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
596
596
  - !ruby/object:Gem::Version
597
597
  version: '0'
598
598
  requirements: []
599
- rubygems_version: 3.3.26
599
+ rubygems_version: 3.5.16
600
600
  signing_key:
601
601
  specification_version: 4
602
602
  summary: StackMaster is a sure-footed way of creating, updating and keeping track