marathon_deploy 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3c10080e27dce236a05a0579d9ff2ba19517bb6
4
- data.tar.gz: 19d88259390b2d88b19542cab495afafcf8445cf
3
+ metadata.gz: d36ab0f56e7333a322797bde9b0be22f8bca0a49
4
+ data.tar.gz: b3d652b3ae236cba2d35e6df4a8f0b563a07a28c
5
5
  SHA512:
6
- metadata.gz: 0d10120a0317cfb3472efb082c579c3e9ae7b58c3cc3bc8e7ca0dcf3f7c3f26babb21d1876de9ba389fac83e290e7dd9e41ac9e77ba19f199cec66307d623274
7
- data.tar.gz: 7d51c281c3efa1682114d11f597ffc0067578556ccd734dc0c9c05408e2ff430bd49df12725cdb4a57e6739a587d991893c20cd937310677ea2ce93076ac46c6
6
+ metadata.gz: 9a04bbbfcc103ef9d643a4c2a683f8e890e296f48de343bea492a1e72879552899d27fa608d36dde5ddf87c57e6b2408c338fd0db041d38fcb09488a5c9a2542
7
+ data.tar.gz: 4bac8e201eb7527a525e82d57aa6a20a7ed0f5a1c9952392ff8d8173dd2aad5b7e66a1a3982e3a59329b356ee130b79b5653edb554bf576d0749a7da3ab54600
data/bin/deploy.rb CHANGED
@@ -36,7 +36,7 @@ OptionParser.new do |opts|
36
36
 
37
37
  opts.on("-v", "--version", "Version info") do |v|
38
38
  puts "#{$0} version #{opts.release}"
39
- exit!
39
+ exit
40
40
  end
41
41
 
42
42
  opts.on("-f", "--file DEPLOYFILE" ,"Deploy file with json or yaml file extension. Default: #{options[:deployfile]}") do |f|
@@ -16,6 +16,7 @@ container:
16
16
  env:
17
17
  SERVICE_TAGS: python,webapp,http,weight=100
18
18
  SERVICE_NAME: python
19
+ RELEASE_VERSION: %%RELEASE_VERSION%%
19
20
  healthChecks:
20
21
  - portIndex: 0
21
22
  protocol: TCP
@@ -1,3 +1,3 @@
1
1
  module MarathonDeploy
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marathon_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Colby