viaduct-archfile 1.2.0 → 1.3.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/viaduct/archfile.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e15dbd6cd5536390c19fa9071c10306b7d8ef69a
4
- data.tar.gz: 3927c31b07fda66de86b8cf02a370737700cfb90
3
+ metadata.gz: bc97a7d2f369b34916c8262d0b95f1c6af677f8d
4
+ data.tar.gz: 77d43e3533f938f6356fee5e87bf886a881174d8
5
5
  SHA512:
6
- metadata.gz: 6927fa58d1b7acc461f7f810ebae3006ec27524d7570aa05e9529b90a9c5de07aed41b8299f0b624a3deb445efe558f6387fffbb3f6a45985158415dc5d8bc9d
7
- data.tar.gz: dc824b742729d7562011935a641370af0dcc6c31ddb42abf1ec3cdb672df8f4ed5e4698ed859c6b935112a1c0b52841738e6a0d5165f2ec67ded90d367a4bf59
6
+ metadata.gz: 8319b1c833c40c2030c393316556539829dd407445d8e8a844139f486f43cb70bb050b387d56084db50075fbbcb03887e60be24a832c07b32103a6088a21b111
7
+ data.tar.gz: 2e4c54bc28908a3d03edd39f0ba3c3af8f8baf0815e7566ab73af084614ceaa2b5a2ce18f2bf9dbc2be50cec376894f3ff5317a05118967030dfe9ab5680fe7a
@@ -81,7 +81,7 @@ module Viaduct
81
81
  #
82
82
  # Ensure we have a stack
83
83
  #
84
- ensure_inclusion remote_properties['application_stacks'], 'stack'
84
+ ensure_inclusion remote_properties['platforms'], 'platform'
85
85
 
86
86
  #
87
87
  # Check settings
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viaduct-archfile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Cooke