nutkins 0.1.2 → 0.1.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 -3
- data/lib/nutkins/version.rb +1 -1
- data/nutkins.gemspec +0 -1
- metadata +1 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d55423a3fa05719598e677220b9047b61e2f16d
|
4
|
+
data.tar.gz: 2b367538b93c6fdd881e8544d746bbd810ef6954
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8cf4fee2ace2dd8877407269d1f7f53e99ca4980723e5e03ea7aa6fcf9918a66a6f394ea5252c26181d370abd97bdf6a3fc524ccb5a3fe86331292fdfda992f
|
7
|
+
data.tar.gz: 95e1bc3e159d9f7e31b4f061df7ff1366740770f22d9732131ca817aeff08624deb91f4a938ef3e471cf3b0a9bc63f2d441694a8009f08c874d3a655ebde7f67
|
data/README.md
CHANGED
@@ -2,9 +2,8 @@
|
|
2
2
|
|
3
3
|
[](https://circleci.com/gh/ohjames/nutkins)
|
4
4
|
|
5
|
-
Nutkins is a tool to manage and test a
|
6
|
-
* Config for each service is stored in a directory including an optional `config.yaml` and a `Dockerfile`.
|
5
|
+
Nutkins is a tool to manage and test a repository containing one or more docker images.
|
7
6
|
* Easy to create and run test instances of any service in a single command.
|
8
7
|
* Docker images and containers are managed to avoid the difficulties using the raw `docker` command provides around removing images.
|
9
|
-
* A wrapper around [sistero](https://github.com/ohjames/sistero), a profile based cluster management tool is provided to make adding new instances to a cluster trivial (currently only digital ocean is supported).
|
10
8
|
* A wrapper around `fleetctl` to make upgrading services easy.
|
9
|
+
* Extra configuation in `nutkins.yaml` and `nutkin.yaml` to add extra functionality missing from docker.
|
data/lib/nutkins/version.rb
CHANGED
data/nutkins.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nutkins
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Pike
|
@@ -52,20 +52,6 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: sistero
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - "~>"
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: 0.4.4
|
62
|
-
type: :runtime
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - "~>"
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: 0.4.4
|
69
55
|
- !ruby/object:Gem::Dependency
|
70
56
|
name: moister
|
71
57
|
requirement: !ruby/object:Gem::Requirement
|