tiller 0.0.2 → 0.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/bin/tiller +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11b3df60fea06807d608b14c70a9ac53f67f70ad
|
4
|
+
data.tar.gz: 4dd6354a495da760f893a0d3c5e4d6e9e34dae27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33e18f974a920e11d2c4f0009803cfecda1a4f2e201f9f1486b9446a9cf8c4e4a19ca08973b8df1767604aa723a7f3f4e61ce616bd2b47f67867d073c6c6c8b1
|
7
|
+
data.tar.gz: 45d67fe17c1b1091c22e042cddbcfb8936b5197c40d32e1993fe79952f8fc69afa74bef812270a35a4cbea7e1688e46ec9fd2fdca2fa3c1453f4318cada56a22
|
data/bin/tiller
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiller
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Round
|
@@ -11,7 +11,7 @@ cert_chain: []
|
|
11
11
|
date: 2014-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A tool to create configuration files in Docker containers from a variety
|
14
|
-
of sources
|
14
|
+
of sources. See https://github.com/markround/tiller for examples and documenmtation.
|
15
15
|
email: github@markround.com
|
16
16
|
executables:
|
17
17
|
- tiller
|