droplet_kit 3.0.2 → 3.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/README.md +2 -9
- data/lib/droplet_kit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 761e7eb61a3bb5f3db61f156b85d5a27e710ce05bdd07231dbcd5f930527a8f7
|
|
4
|
+
data.tar.gz: 77df765f13544e42c62cd5fb507d2ffbab46486f5f9037ab3fdb870f2fc14975
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09a84d28e493adb0a1e1e1341581c4b34aceac24d763c6812675761fec5a593b370f8ef0c9df8102c3476de3ffdba5a1a1053d96351edd82fbe08f9d88b67e32'
|
|
7
|
+
data.tar.gz: 1436b0199a817b255917d8afc7765c34457caac434d73c37dc712b61a80d5c60fd357967ad7813527c9703cdb792b0f08ea3938afc85e48df86583b3e8291ca8
|
data/README.md
CHANGED
|
@@ -325,7 +325,7 @@ node_pool = DropletKit::KubernetesNodePool.new(name: 'frontend', size: 's-1vcpu-
|
|
|
325
325
|
|
|
326
326
|
* `client.kubernetes_clusters.all()`
|
|
327
327
|
* `client.kubernetes_clusters.find(id: 'cluster_id')`
|
|
328
|
-
* `client.kubernetes_clusters.create(cluster
|
|
328
|
+
* `client.kubernetes_clusters.create(cluster)`
|
|
329
329
|
* `client.kubernetes_clusters.kubeconfig(id: 'cluster_id')`
|
|
330
330
|
* `client.kubernetes_clusters.update(cluster, id: 'cluster_id')`
|
|
331
331
|
* `client.kubernetes_clusters.delete(id: 'cluster_id')`
|
|
@@ -535,11 +535,4 @@ Actions supported:
|
|
|
535
535
|
5. Create a new Pull Request
|
|
536
536
|
|
|
537
537
|
## Releasing
|
|
538
|
-
|
|
539
|
-
Bump the [version](https://github.com/digitalocean/droplet_kit/blob/master/lib/droplet_kit/version.rb), add all changes
|
|
540
|
-
that are being released to the [CHANGELOG](https://github.com/digitalocean/droplet_kit/blob/master/CHANGELOG.md) and
|
|
541
|
-
if you have already done the rubygems sign in from the account, just run `rake release`, if not continue reading.
|
|
542
|
-
|
|
543
|
-
Find the password on DO's lastpass account (search for rubygems), sign in with the user (run gem `gem push` and it
|
|
544
|
-
will ask you for DO's email and password you found on lastpass), the `gem push` command will fail, ignore. Now just run
|
|
545
|
-
`rake release` and the gem will be pushed to rubygems.
|
|
538
|
+
See [RELEASE](RELEASE.md) for details
|
data/lib/droplet_kit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: droplet_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Ross
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: virtus
|