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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f810f6d2fa5b900b8b6e0e84f713345c84720903
4
- data.tar.gz: f93140e9e593cc20353c588f3d257dd5c053b2b8
3
+ metadata.gz: 5d55423a3fa05719598e677220b9047b61e2f16d
4
+ data.tar.gz: 2b367538b93c6fdd881e8544d746bbd810ef6954
5
5
  SHA512:
6
- metadata.gz: ad75f317211f8092208892d4fff0a74035056317da77167da30257e0d66aacd3f1894b682846e43652bad686b544fe006e902a868535cfa952da5f80a75f4582
7
- data.tar.gz: 17ed2d6f8110bf31dcf2703b556867f9c3d77472437ee73f6026ceb28a44231fa8a641eada4c04397fc14956e3f0c7b9fd72f17246306bef126f1e42a4eb68c0
6
+ metadata.gz: c8cf4fee2ace2dd8877407269d1f7f53e99ca4980723e5e03ea7aa6fcf9918a66a6f394ea5252c26181d370abd97bdf6a3fc524ccb5a3fe86331292fdfda992f
7
+ data.tar.gz: 95e1bc3e159d9f7e31b4f061df7ff1366740770f22d9732131ca817aeff08624deb91f4a938ef3e471cf3b0a9bc63f2d441694a8009f08c874d3a655ebde7f67
data/README.md CHANGED
@@ -2,9 +2,8 @@
2
2
 
3
3
  [![build status](https://circleci.com/gh/ohjames/nutkins.png)](https://circleci.com/gh/ohjames/nutkins)
4
4
 
5
- Nutkins is a tool to manage and test a CoreOS cluster:
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.
@@ -1,3 +1,3 @@
1
1
  module Nutkins
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/nutkins.gemspec CHANGED
@@ -30,6 +30,5 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency "rake", "~> 10.0"
31
31
  spec.add_development_dependency "rspec"
32
32
 
33
- spec.add_dependency "sistero", "~> 0.4.4"
34
33
  spec.add_dependency "moister", "~> 0.3.0"
35
34
  end
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.2
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