idlc-sdk-deploy 1.0.5 → 1.0.6

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: bd91b28f683a4474c72cc7db75fa72003b1d02c914ed804614830e14840571a3
4
- data.tar.gz: c2072ab431b98e2f9bedb8b62872a428c18a357c8bd2db039a1ada983a6f5623
3
+ metadata.gz: ace2b11a18e9ac4645b2c4298fb0981ec854fda82f9e8df60e537a9f2315d6ad
4
+ data.tar.gz: ed52d826433592ecff77d6d30ed99aa3fc8e2b72d2f5f1a4da64f59d7ec5470d
5
5
  SHA512:
6
- metadata.gz: 09bccb25bb61b29336d01209f610f98198e9e3f995d608c52061da4db093c1e4e8f49a8560deef4138ba3d54c5b254d711d1adfeb59446007acaa492d6fbf84f
7
- data.tar.gz: d4872894a9c46322cc13ca354c2766abce0b88185076e606b0a20a0770dff7f1b485e579956bf8e4e8f67e2017410eb03680516358659191927818b95c610250
6
+ metadata.gz: c4af553e9a7285b79a71e1b7892b0aaba70968163386cf2a7ac5871f0a8c1de5ea3b8bb801ce66cece5ae58860e240ebd9c68629ef997953d9b4de17562f37ec
7
+ data.tar.gz: d1237f77ad9aa1df7f40f71f6656e310747f827538bf7835b48297abb34f6cec7ce27e6d10dd509ee821e8a80f8e61d435e57921f91dcdca54f82e122f87f5b6
@@ -45,7 +45,7 @@ module Idlc
45
45
  }
46
46
  account = client.fetch(request)
47
47
 
48
- metadata['account'] = account
48
+ metadata['account'] = account['accounts'].first
49
49
 
50
50
  request = {
51
51
  service: 'config',
@@ -57,7 +57,7 @@ module Idlc
57
57
  }
58
58
  application = client.fetch(request)
59
59
 
60
- metadata['application'] = application
60
+ metadata['application'] = application['applications'].first
61
61
  metadata
62
62
  end
63
63
  end
@@ -1,5 +1,5 @@
1
1
  module Idlc
2
2
  module Deploy
3
- VERSION = '1.0.5'.freeze
3
+ VERSION = '1.0.6'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idlc-sdk-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Cazell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-21 00:00:00.000000000 Z
11
+ date: 2017-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler