machine_configure 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: 06ef93f9530db48a7db44d49b441113df4f1e067a07a60a73b13fcf1325523aa
4
- data.tar.gz: b618dabc8e2d8fbef51b19d399658fa89850feed80578cdad3315a2e6cbf56a2
3
+ metadata.gz: b1fe7b90a61a2e543caf734e97f49960dec42eb00d1f0b9d7314015d8274a26d
4
+ data.tar.gz: 1fb91f8aef1923185efbd380576cb67f0f581a0030f955e743180b048999ada2
5
5
  SHA512:
6
- metadata.gz: 242859e7737e8e29983c379d72f5bdbed420f5d26f086397c823f118d98da51df9c4402cd29203ba111c38f8f33a5c98432fc5db2e74a6e652903e2d71ecd9c5
7
- data.tar.gz: e4fe37d37a2e72b9a24ec17d7c72ebf18a4cec9cf6146c591bf3fb41bb04180bd8efa09630e1aca81d0c54b96583671a87b14caf67526d62667abb6dac8b8ceb
6
+ metadata.gz: 5849e578927768debdba8dd1f34bb55ff2d89008f3d8b27b8e45f07aaabc74c47ac7a801ac2659a38537df2fe8c04e4026c73ea743e84c02c29cff34fa26848e
7
+ data.tar.gz: aa9264a699dffcfb5e533455edba82aa922f9c2f365c1825c797e90e1c83f4ca3ebc8ff8955952f35c900f496e40d2f69ba034cd6e51d039c09c2274efa89f18
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- machine_configure (0.0.2)
4
+ machine_configure (0.0.3)
5
5
  rubyzip (~> 1.2)
6
6
 
7
7
  GEM
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
  ```
@@ -1,4 +1,4 @@
1
1
  module MachineConfigure
2
2
  GEM_NAME = 'machine_configure'
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: machine_configure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Rosenzweig