tiller 0.5.1 → 0.5.2
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 +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05a79593ff72893e226851e957c3f49af44e5fda
|
|
4
|
+
data.tar.gz: 7f728d0a3c74c8cebb04d6019bba64a558a7667e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7358cf1ee71f5053670d80ef9d7e79c26a3ec1e15cae529a84e3b7a2e1c022b7953758e6e933b3abf20d5f03f2237c849336b3bdca9b915146d562569942ff6
|
|
7
|
+
data.tar.gz: 772dd50066fe32b171cf9b1ee60acc83907b86a0d483f866d4742f9afbd362e374724ab82f7060d2610a07ee54bcc20a04e40dcc7e7c6d5c327ace429bf10a9f
|
data/bin/tiller
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
# Tiller - Dynamic configuration generator, intended for use in Dockerfiles
|
|
3
3
|
# Named from the first ship-building (Docker) related term I could find that
|
|
4
4
|
# didn't have an existing gem named after it!
|
|
5
|
-
# Mark Round <github@markround.com>
|
|
5
|
+
# Mark Dastmalchi-Round <github@markround.com>
|
|
6
6
|
|
|
7
|
-
VERSION = '0.5.
|
|
7
|
+
VERSION = '0.5.2'
|
|
8
8
|
|
|
9
9
|
require 'erb'
|
|
10
10
|
require 'ostruct'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tiller
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Mark Round
|
|
7
|
+
- Mark Dastmalchi-Round
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A tool to create configuration files from a variety of sources, particularly
|
|
14
14
|
useful for Docker containers. See https://github.com/markround/tiller for examples
|