barking_iguana-compound 0.1.12 → 0.1.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 +4 -4
- data/docs/CHANGELOG.md +10 -1
- data/lib/barking_iguana/compound/ansible/inventory.rb +1 -0
- data/lib/barking_iguana/compound/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7df2da3b4b3d3000a4422d8618b047e2dfb137fc
|
|
4
|
+
data.tar.gz: 00c8d48c4fd1184bd3f0bdafa06b48ad924b0dca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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`.
|