barking_iguana-compound 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4102d07d853b0631a982911f35b114ba5efd7cc
4
- data.tar.gz: 83af11d838771d6f83056556f37d74a8ab4345f0
3
+ metadata.gz: 7df2da3b4b3d3000a4422d8618b047e2dfb137fc
4
+ data.tar.gz: 00c8d48c4fd1184bd3f0bdafa06b48ad924b0dca
5
5
  SHA512:
6
- metadata.gz: 01055224b326b78a45d016547f9644f7f1d82b2db2b9245b1e3813372df67194bb699a9354b622f3f631c51f2d6cbcd3e754bd960b0c75b20c4d5df6e16175d3
7
- data.tar.gz: 29539c1a69fa7a4006818855d357e5aa6ed568bcb93c834f5ae0cddca7adff749205ba9a1b2cbfc2f890fb271b04ca9b3f256bab77f178bf31c4a44722b78c56
6
+ metadata.gz: a1ef32c692a9374aee2994b00a044f4f2395df976b51a989eb4a21bda390c3b9e5e77e94b4b3099292e8747ab32be6fa6032c9d0a651c2d00f6622bdc07307b1
7
+ data.tar.gz: 20794f393a275992dfc8e810f3845277925d81488ba2b724540fba8a7f7ac06af17efcfb1e9aa10b5112a948e09682c161b4c8875a1caad57295ccd5cc579f17
data/docs/CHANGELOG.md CHANGED
@@ -2,7 +2,16 @@
2
2
 
3
3
  Entries are in reverse chronological order.
4
4
 
5
- ## *0.1.12* (Current Development)
5
+ ## *0.1.14* (Current Development)
6
+
7
+ * ...
8
+
9
+ ## *0.1.13* (2017-02-23)
10
+
11
+ * Bug fix: `reject!` won't always return the `Hash`. We need to return
12
+ that explicitly.
13
+
14
+ ## *0.1.12* (2017-02-23)
6
15
 
7
16
  * Initial support for testing the results of the playbook run, to check for
8
17
  number of changes applied by `ansible-playbook`.
@@ -14,6 +14,7 @@ module BarkingIguana
14
14
  hg.reject! do |k,v|
15
15
  k =~ /:vars$/
16
16
  end
17
+ hg
17
18
  end
18
19
 
19
20
  def hosts
@@ -1,5 +1,5 @@
1
1
  module BarkingIguana
2
2
  module Compound
3
- VERSION = "0.1.12"
3
+ VERSION = "0.1.13"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barking_iguana-compound
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Craig R Webster