tiller 1.4.0 → 1.4.1

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/lib/tiller/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a00116ae5c7ea425974e80e59f8f2d125a06e85
4
- data.tar.gz: fb9ae31af8f0f36669bb2f9967a32a088320b0ad
3
+ metadata.gz: 6c49fb85b812db77038c4a407ac27e7534505aee
4
+ data.tar.gz: cf33241660e63fae8614684a6dccb617b487b4bb
5
5
  SHA512:
6
- metadata.gz: 3cc10294424f49aa3d685689de0f22a7ea3463977b15ed0a0d6c1d7b931a501e7d1a3e626f10158e2cbbe2c8ddc24856554b3418859ea244c99a98495424393d
7
- data.tar.gz: e797b69b6be2682e81831e8e6cd82fc7f700926c7aeca6eade008f24f52885f500b9418ae0adf2d2f1dbd8f30342c0116e7c6e930da998fb5c76fbe9e5ef8a7b
6
+ metadata.gz: 3e6d524b4086e10312eb92e4f7a999d1aacd2e3104b1052b44c18d6c776791fa70fe2fb3096baa653b5eca2eb9deb1c3e74c55235bf394929f02db48ad5694ca
7
+ data.tar.gz: 88456c0b18269ba3c474efab78f42939ca3ce336ac0012ef4c54ad0b611759b6cc1f5b7d2a259d83cd17375cafc6b71495c2cf0908811404d525ec792c7e3f0b
@@ -1,3 +1,3 @@
1
1
  # http://semver.org/
2
- VERSION="1.4.0"
2
+ VERSION="1.4.1"
3
3
  SUPPORTED_RUBY_VERSION="2.2.0"
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: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Dastmalchi-Round
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-10 00:00:00.000000000 Z
11
+ date: 2018-06-21 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