machine_configure 0.0.2 → 0.0.3
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/Gemfile.lock +1 -1
- data/README.md +0 -3
- data/lib/machine_configure/meta.rb +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: b1fe7b90a61a2e543caf734e97f49960dec42eb00d1f0b9d7314015d8274a26d
|
|
4
|
+
data.tar.gz: 1fb91f8aef1923185efbd380576cb67f0f581a0030f955e743180b048999ada2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5849e578927768debdba8dd1f34bb55ff2d89008f3d8b27b8e45f07aaabc74c47ac7a801ac2659a38537df2fe8c04e4026c73ea743e84c02c29cff34fa26848e
|
|
7
|
+
data.tar.gz: aa9264a699dffcfb5e533455edba82aa922f9c2f365c1825c797e90e1c83f4ca3ebc8ff8955952f35c900f496e40d2f69ba034cd6e51d039c09c2274efa89f18
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -29,9 +29,6 @@ docker-machine instance into a zip file. You can then share the created
|
|
|
29
29
|
zip file with others / other computers and import it again.
|
|
30
30
|
|
|
31
31
|
## Installation
|
|
32
|
-
__ATTENTION:
|
|
33
|
-
The gem is not yet available on rubygems.org, this is still a todo.__
|
|
34
|
-
|
|
35
32
|
Install from [rubygems][rubygems-site] with ...
|
|
36
33
|
|
|
37
34
|
```
|