docker_boss 0.1.0 → 0.1.1
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/docker_boss.gemspec +2 -2
- data/lib/docker_boss/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a3b4b55a8a45eb94a4f4273cc1d7aa7aba31ac8
|
|
4
|
+
data.tar.gz: 642f6c1f450af4c0af50ffd5250ef1add388f5fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06e1efa8c82701c1f60a2108c481476866f949743ab8afd4a58030465b6bab57b99fd8feea5c2d306e92d8bcde5d0dbf71c7d3303c8bc47ae96be9d1c7d700be
|
|
7
|
+
data.tar.gz: 7cc522cecde379acd03a4b9f04bfec8551c263b4633ee346660bfbb05daa65aad102739dafef46979cb22a84cd9f375490791776645d3dee9f51c4c196e64f79
|
data/docker_boss.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = DockerBoss::VERSION
|
|
9
9
|
spec.authors = ["Alex Hornung"]
|
|
10
10
|
spec.email = ["alex@alexhornung.com"]
|
|
11
|
-
spec.description = %q{
|
|
12
|
-
spec.summary = %q{
|
|
11
|
+
spec.description = %q{DockerBoss monitors docker containers for changes and triggers actions based on these changes, such as updating keys in etcd, updating DNS records, performing actions on other containers, etc.}
|
|
12
|
+
spec.summary = %q{DockerBoss monitors docker containers for changes and triggers actions based on these changes.}
|
|
13
13
|
spec.homepage = "https://github.com/bwalex/docker_boss"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
data/lib/docker_boss/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: docker_boss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Hornung
|
|
@@ -122,7 +122,9 @@ dependencies:
|
|
|
122
122
|
- - ~>
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: 3.1.0
|
|
125
|
-
description:
|
|
125
|
+
description: DockerBoss monitors docker containers for changes and triggers actions
|
|
126
|
+
based on these changes, such as updating keys in etcd, updating DNS records, performing
|
|
127
|
+
actions on other containers, etc.
|
|
126
128
|
email:
|
|
127
129
|
- alex@alexhornung.com
|
|
128
130
|
executables:
|
|
@@ -170,5 +172,6 @@ rubyforge_project:
|
|
|
170
172
|
rubygems_version: 2.0.14
|
|
171
173
|
signing_key:
|
|
172
174
|
specification_version: 4
|
|
173
|
-
summary:
|
|
175
|
+
summary: DockerBoss monitors docker containers for changes and triggers actions based
|
|
176
|
+
on these changes.
|
|
174
177
|
test_files: []
|