tiller 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e1b46a3b749f18fc92834510fbb17ac89a0c285
4
- data.tar.gz: d988c0156a2ab6c8b1e1d37807fe47b65bb91173
3
+ metadata.gz: d50bc4389c299371589ded733f06078559c91555
4
+ data.tar.gz: 3f6c1c9cdb4e504f7c5bddce477b684062a3993c
5
5
  SHA512:
6
- metadata.gz: 35f1f0299168d5b83fb419edfadafa1ad982cf75c8c06f801ab3c8c2b296cf77b76c13b713c8714d6ab851f5f3324c91bd357fb933273c6d7dc2f81179bf9d8c
7
- data.tar.gz: 8b2c4a9a49e354c9aed051c5bba52239106f90e867babc5a595a8dfae41511f9e693c0bb55010b6fe22260cbc62e721e1d5c7ff5b49af5b13ea8563b50128b86
6
+ metadata.gz: a5f706f2109f84b7a015ce5173a67ee3025dd23394b344df5bdae4968adbd037f0f1615fc8c776f8226e60abeb8f2cc8b415ce67b00b5e297c98b28a53a7d472
7
+ data.tar.gz: 883ace5cc0dbc824881c129d9d62533f1e27e005fc954cbac5f41ba2a0b24cc4d69eb04602904101e492edae003021e1fa9c7404d68b5d9a2fa465984eb033a0
@@ -22,6 +22,7 @@ class EnvironmentJsonDataSource < Tiller::DataSource
22
22
  end
23
23
  else
24
24
  @json_structure = Hash.new
25
+ @json_version = 1
25
26
  end
26
27
  end
27
28
 
@@ -1 +1 @@
1
- VERSION="0.9.6"
1
+ VERSION="0.9.7"
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.6
4
+ version: 0.9.7
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-10-18 00:00:00.000000000 Z
11
+ date: 2016-11-14 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