takelage 0.2.0 → 0.2.1
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/README.md +10 -3
- data/lib/takelage/version +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36222b3d12d53faad7c7c4813283a8aebce977dab41bacd4a53bb43821567ad8
|
|
4
|
+
data.tar.gz: 92e81da7d19014f82535f46a53c66001b425cdebbde5911fcad07f1a46487707
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e751053eefb7223c0e67d6c86f0b06a2fde03773d8f86c8decc05f56c5a357d254d75d38f6da6fc4b07f6be993dd445ee7a7746c86bb09bb384f77a5d96fecb
|
|
7
|
+
data.tar.gz: 2564bc2522442ce5ff148a3a11b8b6d805d3fa9dcc74b15f11116c1fa0797721f8976c625c793aab92a47bc08bbe404067757c80c99b2532be349e56579f5428
|
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@ The *takelage-cli* executable *tau* is a
|
|
|
10
10
|
command line script using the
|
|
11
11
|
[thor](http://whatisthor.com/) toolkit.
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## Framework
|
|
14
14
|
|
|
15
15
|
The takelage devops framework consists of these projects:
|
|
16
16
|
|
|
@@ -171,8 +171,9 @@ It uses cucumber's
|
|
|
171
171
|
[filesystem](https://relishapp.com/cucumber/aruba/v/0-11-0/docs/filesystem)
|
|
172
172
|
library.
|
|
173
173
|
|
|
174
|
-
*takelage-cli* deploys
|
|
175
|
-
|
|
174
|
+
*takelage-cli* [deploys](https://docs.docker.com/registry/deploying/)
|
|
175
|
+
a private docker
|
|
176
|
+
[registry](https://hub.docker.com/_/registry)
|
|
176
177
|
to conduct end-to-end tests of *tau docker* commands.
|
|
177
178
|
The registry exposes port 5005.
|
|
178
179
|
You need to whitelist it in your host's docker engine configuration:
|
|
@@ -184,3 +185,9 @@ You need to whitelist it in your host's docker engine configuration:
|
|
|
184
185
|
]
|
|
185
186
|
}
|
|
186
187
|
```
|
|
188
|
+
|
|
189
|
+
*takelage-cli* deploys a
|
|
190
|
+
*[bitboard](https://hub.docker.com/r/takelage/bitboard)*
|
|
191
|
+
server created with
|
|
192
|
+
*[takelage-bit](https://github.com/geospin-takelage/takelage-bit)*
|
|
193
|
+
to end-to-end test the *tau bit* commands.
|
data/lib/takelage/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|