open-dock 0.1.11 → 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/README.md +1 -1
- data/infograph.png +0 -0
- data/lib/open-dock/version.rb +1 -1
- data/logo.jpg +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 150c46db503004545ec312bd2ce8ed9f66209652
|
|
4
|
+
data.tar.gz: 07114833bf30dcd99e61657b7baaf720c73292f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d55a31f3c32ed3ad20b7503fb75583774d315ab72dd4ad0e4a2d67745b6ca3bae0c4c85bdc347e14be2197c0e60562b4fea4d68ba41674a28cf50a4d8c2c6d07
|
|
7
|
+
data.tar.gz: 2f0aa8c959ecc56faf3a3abaf182eefb5b47bc47198fe44a03fb8d9d2ea1b6c8ab0b218c3cb8ede8ebd5eea440032a18fc3f8fcc459481665dd32c8adeee012d
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# 
|
|
2
2
|
|
|
3
3
|
Gem for orchestrating the creation of infrastructures of hosts and containers. You can manage CREATION (in any provider: DigitalOcean, Gcloud, vagrant for the moment), SHIPPING (with docker containers) and CONFIGURING (with Chef). All with 3 commands per host:
|
|
4
4
|
|
data/infograph.png
CHANGED
|
Binary file
|
data/lib/open-dock/version.rb
CHANGED
data/logo.jpg
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: open-dock
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Lebrijo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -132,6 +132,7 @@ files:
|
|
|
132
132
|
- lib/open-dock/providers/vagrant.rb
|
|
133
133
|
- lib/open-dock/version.rb
|
|
134
134
|
- lib/tasks/.gitkeep
|
|
135
|
+
- logo.jpg
|
|
135
136
|
- open-dock.gemspec
|
|
136
137
|
homepage: http://github.com/jlebrijo/open-dock
|
|
137
138
|
licenses:
|