ansible_spec 0.2.13 → 0.2.14

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: 36492efa35f0617418b2c9c34a7916adc52e8dbd
4
- data.tar.gz: 6f4df6208a073f20130d79890cecb3ab45bcea74
3
+ metadata.gz: 4d92677e0cb9341ccd62bd0364fceb8aee7d72e6
4
+ data.tar.gz: 4ac321f640753087bd368ef8c5e11c3917982644
5
5
  SHA512:
6
- metadata.gz: 5ff5843adbf7c13d4d4599631e5cdca4c8b4476fcdcc2f24e89ca6966dcf5fffb7ad3cf20b37f9242a4562850fea11dcaf578b0b2251941768cf8420b5bb7e66
7
- data.tar.gz: f970aae2a33a607ac2e45b0ea7b0d3073d3b60049165c797448bab9c47a51986bf48d695baf004abbef03f6cd060c2fb5827376bbadc99a7c16a16fe0286fda9
6
+ metadata.gz: 54b657aa7e9b29209d45a71f8b126b566b89a449047699aed463d62ac5909513892a0d9e5f0ac88334b73a1041a6c0629b7e7297b9118ba8788b33064db98fbe
7
+ data.tar.gz: cf0cd0a2272c4b5466207053d42907ea3e1c644416873fed971e4ae7b8e2bd2cd2b076d42ca4fdc4f10026ee111d2b8455772c181e1940ded298df9ee0d2bed5
@@ -1,10 +1,13 @@
1
- - v0.2.13
1
+ # v0.2.14
2
+ - Merge [Fix NoMethodError at get_variables](https://github.com/volanja/ansible_spec/pull/75) by [hico-horiuchi](https://github.com/hico-horiuchi)
3
+
4
+ # v0.2.13
2
5
  - Merge [Dynamic Inventory use multiple hosts, lookup group children dependency group_vars.](https://github.com/volanja/ansible_spec/pull/73) by [guyon](https://github.com/guyon)
3
6
 
4
- - v0.2.12
7
+ # v0.2.12
5
8
  - Merge [Support deep merge for variable](https://github.com/volanja/ansible_spec/pull/72) by [okamototk](https://github.com/okamototk)
6
9
 
7
- - v0.2.11
10
+ # v0.2.11
8
11
  - Merge [Support Windows](https://github.com/volanja/ansible_spec/pull/68) by [takuyakawabuchi](https://github.com/takuyakawabuchi)
9
12
 
10
13
  # v0.2.10
@@ -401,7 +401,7 @@ module AnsibleSpec
401
401
  end
402
402
 
403
403
  # multiple host and children dependencies group vars
404
- unless hosts.nil?
404
+ unless hosts.nil? || p[group_idx]["hosts_childrens"].nil?
405
405
  hosts_childrens = p[group_idx]["hosts_childrens"]
406
406
  next_find_target = hosts
407
407
  while(!next_find_target.nil? && hosts_childrens.size > 0)
@@ -1,3 +1,3 @@
1
1
  module AnsibleSpec
2
- VERSION = "0.2.13"
2
+ VERSION = "0.2.14"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ansible_spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
4
+ version: 0.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - volanja
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-22 00:00:00.000000000 Z
11
+ date: 2016-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler