open-dock 0.0.14 → 0.0.15
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/.ruby-version +1 -0
- data/README.md +0 -2
- data/lib/open-dock/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df838dfc20c5574b7b5287685f248ecaad719f80
|
4
|
+
data.tar.gz: d9954141eda5f1459a485de4b2c7b3a23b6fd809
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea1eb9457cac930a585a1f313a2c910a11869c2e11b61168f3172de66b154c559641373fbd29bc464a06b62e6a89ba17967a24c2025983fdd668f4f7764a0a20
|
7
|
+
data.tar.gz: 953512a19ba27dd128daf0ffcea2b16ab38fa1223d0beb2cce66f65ffda2a7edbfcf92124df0e1cda22f154591604f094bd504c8c354ea1d8b3eec7c6460efac
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
2.1.2
|
data/README.md
CHANGED
@@ -79,8 +79,6 @@ google_project: "project_name"
|
|
79
79
|
google_key_location: "path_to_your_p12_file"
|
80
80
|
```
|
81
81
|
|
82
|
-
You can see how to create at https://developers.google.com/accounts/docs/OAuth2ServiceAccount#creatinganaccount
|
83
|
-
|
84
82
|
## Configure HOST
|
85
83
|
|
86
84
|
With these files you can configure your instances/servers/droplets/ships on every provider you have configured in the last point.
|
data/lib/open-dock/version.rb
CHANGED
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.0.
|
4
|
+
version: 0.0.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Lebrijo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -105,6 +105,7 @@ extensions: []
|
|
105
105
|
extra_rdoc_files: []
|
106
106
|
files:
|
107
107
|
- ".gitignore"
|
108
|
+
- ".ruby-version"
|
108
109
|
- Gemfile
|
109
110
|
- LICENSE.txt
|
110
111
|
- README.md
|
@@ -147,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
148
|
version: '0'
|
148
149
|
requirements: []
|
149
150
|
rubyforge_project:
|
150
|
-
rubygems_version: 2.4.
|
151
|
+
rubygems_version: 2.4.4
|
151
152
|
signing_key:
|
152
153
|
specification_version: 4
|
153
154
|
summary: Encapsulates Provision and Configuration Operations commands needed for complex
|