tiller 0.9.1 → 0.9.2

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: 3c450c51691e1827110da4424059b99622150087
4
- data.tar.gz: 067aa0392a0c56809bcebcf6b8680716b5e9e889
3
+ metadata.gz: e1972112b5fe6beea47fb18e9433b247a94075f9
4
+ data.tar.gz: 6571bac99e1c81cf9880a4e08109799b7c0e19f3
5
5
  SHA512:
6
- metadata.gz: cce13ddaa2bf06a36194779e948814abdff12eb6ceac0504eb25ea0af65851114c1db5fbacc48e1bdbba5258446d56190b8d4a7e806bbb2e86658444ea9c3b39
7
- data.tar.gz: 965ff02a04f6501cab2479e3913facbb4e8a054cdbcbbffd6572a8d47c1a7043f8d1d4c554816246615486ec61425021f861532317593adbb5c932db3f417585
6
+ metadata.gz: 2e2d7516a7accb7a99b4536826278c30a478ce6256e19c5094981dabd32d7388ba3a00e4a093fdd0b9e2bb7e7c72cd8f508f599d154bd5827bbc35537aafa6d1
7
+ data.tar.gz: c54136043b68745b00dcf015707346770f068286953af017a7866b098f4b7129a5a824c67b22210fa6f261c3a7bb9b35c21283cc60343045ce6f038809f85855
@@ -1 +1 @@
1
- VERSION="0.9.1"
1
+ VERSION="0.9.2"
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.9.1
4
+ version: 0.9.2
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: 2016-07-17 00:00:00.000000000 Z
11
+ date: 2016-08-19 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