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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4605ecf2c6938cbd8a53c54afc58505775e5d8a
4
- data.tar.gz: 2c16b891bb87d053705ab5665282674c9208d65a
3
+ metadata.gz: 1a3b4b55a8a45eb94a4f4273cc1d7aa7aba31ac8
4
+ data.tar.gz: 642f6c1f450af4c0af50ffd5250ef1add388f5fe
5
5
  SHA512:
6
- metadata.gz: 32b694b16f875586a504b7be2e15cf7fb0a5a3e0ba4f18a153bbd2cd6fd1fe281fa0deeab2317b71d21b68924bfc5abfd15bf85147501416e2a0f5b4341b7918
7
- data.tar.gz: 094c3b74f01c15a92f5284faaf3b150fbd62c441ee366b5170f93e7dcba39f689883e93a6ac089ca50ae9b76841b5c544d74d075e85e3bf8d91be9d3f31b59bf
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{Templating using docker container information}
12
- spec.summary = %q{Templating using docker container information}
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
 
@@ -1,3 +1,3 @@
1
1
  module DockerBoss
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: Templating using docker container information
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: Templating using docker container information
175
+ summary: DockerBoss monitors docker containers for changes and triggers actions based
176
+ on these changes.
174
177
  test_files: []