tiller 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/tiller +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11b3df60fea06807d608b14c70a9ac53f67f70ad
4
- data.tar.gz: 4dd6354a495da760f893a0d3c5e4d6e9e34dae27
3
+ metadata.gz: e822f04c4956fa8ddbc156465643fcbc481fb58d
4
+ data.tar.gz: b23183f8d51f4435d20e4dbd4fb02193d819ae03
5
5
  SHA512:
6
- metadata.gz: 33e18f974a920e11d2c4f0009803cfecda1a4f2e201f9f1486b9446a9cf8c4e4a19ca08973b8df1767604aa723a7f3f4e61ce616bd2b47f67867d073c6c6c8b1
7
- data.tar.gz: 45d67fe17c1b1091c22e042cddbcfb8936b5197c40d32e1993fe79952f8fc69afa74bef812270a35a4cbea7e1688e46ec9fd2fdca2fa3c1453f4318cada56a22
6
+ metadata.gz: d8cb6c32dd9eb1fb87652ec26e001e9c1fa44a9804e85457f55c6ed1b256d7569a7271601e6811bccba1371d3a62c1f7f157e77e0cf326245c5db43f8fbd8935
7
+ data.tar.gz: b4ddcae0335c162a4ed0673faa4fb8e8727479ae81c2015eea2d3cd68f8dff62cb3159517e0ad49277d17f04f00ba9874907dd759d7c2a0af8fbad7ed4d6580a
data/bin/tiller CHANGED
@@ -3,7 +3,7 @@
3
3
  # Named from the first ship-building (Docker) related term I could find that didn't have an existing gem named after it!
4
4
  # Mark Round <github@markround.com>
5
5
 
6
- VERSION='0.0.3'
6
+ VERSION='0.0.4'
7
7
 
8
8
  require 'erb'
9
9
  require 'ostruct'
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.3
4
+ version: 0.0.4
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. See https://github.com/markround/tiller for examples and documenmtation.
14
+ of sources. See https://github.com/markround/tiller for examples and documentation.
15
15
  email: github@markround.com
16
16
  executables:
17
17
  - tiller