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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -3
  3. data/lib/takelage/version +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09ebbd368902984af4aee306cdd8f291b278c56de76166d1f804f6f80984c62c'
4
- data.tar.gz: 917962490c99b7f8d61781cccd5473ac16f59c7d727a5ccc7804ccb69b52ede8
3
+ metadata.gz: 36222b3d12d53faad7c7c4813283a8aebce977dab41bacd4a53bb43821567ad8
4
+ data.tar.gz: 92e81da7d19014f82535f46a53c66001b425cdebbde5911fcad07f1a46487707
5
5
  SHA512:
6
- metadata.gz: e0a572cd914654408185021a5e3666940b16794aa2f88b2ae1d72be23ee75a2f81d7ae9d18f54df5b82b51b0e0b52ffa06f3f6bd7134bc0c809fc124179eebe2
7
- data.tar.gz: 3b992d7325f9d1b87f2ebc25a675507126a2d4fefb393a10f296d1c3c5ca6974e2d691ddf17e9c05d883dc5166111fda6225bc0b3ea8e0dd2852643b6ec93cdf
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
- ## Ecosystem
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 a private docker
175
- [registry](https://docs.docker.com/registry/deploying/)
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.0
1
+ 0.2.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: takelage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geospin