opzworks 0.3.12 → 0.3.13

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
  SHA1:
3
- metadata.gz: 77fabeb654ebbbe536b7f27716195528b075f732
4
- data.tar.gz: 57a8697891f9b6e2baf0635d52e6f6b0e87fbf29
3
+ metadata.gz: 4842a0d4127d8d78a1040a56028fa0ad273d0a2c
4
+ data.tar.gz: 2531e2da175452bb75a8b65e141a67f6675c3019
5
5
  SHA512:
6
- metadata.gz: b286d084ae9e1fa210b6ca85e0204bed712eddcec501da64187244df366d51520d3434d893c55a7da6b68bc7bd5c2ab3e588d8016b705b31e43bfb89daa013d1
7
- data.tar.gz: 8dc971ff6e930955105b990b7c6747de22433038c8c3632c06b595f928376b3bcac7fc5d76410255b6f31d7a2bf863f8d542fce2dd68bc9449f49252006dd32f
6
+ metadata.gz: 3df130cf28634525c08e0a1298c2cb8b53530958f380ef375e35e26e989e60aafd3b0026ce6d69d583e11c93c895be8531a9f163c8cd340e5effab9ac088b37a
7
+ data.tar.gz: e7f1bc0d2e92d9759ffcbf3cf3b6b6bfa31609d7acc84e00e3c8bdd199cd3a748f563a2ecd48a669fb84ac42b541674795b575c0ab29fbbfbf6b007f333ddc0e
@@ -17,7 +17,7 @@ def populate_stack(input, data = {})
17
17
  puts 'Found more than one stack matching input '.foreground(:yellow) + input.foreground(:green) + ', skipping.'.foreground(:yellow)
18
18
  return false
19
19
  else
20
- @stack_json = match[:custom_json]
20
+ @stack_json = match[:custom_json] || ''
21
21
  @project = match[:name].split('::').first
22
22
  @s3_path = match[:name].gsub('::', '-')
23
23
  @stack_id = match[:stack_id]
data/lib/opzworks/meta.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module OpzWorks
2
- VERSION = '0.3.12'
2
+ VERSION = '0.3.13'
3
3
  AUTHORS = ['Grant Heffernan', 'Mapzen']
4
4
  EMAIL = ['grant@mapzen.com']
5
5
  DESCRIPTION = 'OpzWorks Utilities'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opzworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grant Heffernan