marathon-api 1.2.0 → 1.2.1

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: 6c559533ccc9fa9c31ab8bef43c85be37523dd19
4
- data.tar.gz: d5a9ee23a61b5c87e59c8a98065b471af066ef24
3
+ metadata.gz: f6f544d86ac002272d9ca88120d08ac5f962dcdf
4
+ data.tar.gz: b162427fda27112cf9c3ff72963e281aa54d8705
5
5
  SHA512:
6
- metadata.gz: 03b2bd23333085438a81bd9131fa40c4545d445495fd420316849e2b232be2b42c2eb5952a8c5677dbb805838345fece427eb706ad099cf13bd639eb69b8919b
7
- data.tar.gz: fdf041c4549b82d01e25e626b5243faa3e7fb58f5bab98b6a209ae568fc23087d099376f9955a5dd9aed25431a7c95b76ebc07ebe6523549e940032d4e69fb03
6
+ metadata.gz: cb2b6db99259b821d7ee0705fc0d5747fcfd385f02bbdde2c1761438ac28ceecce32b5e0c8b1f703834ce51a096c9b851735fed10ad7d0a5f1b61afec5c2e4f3
7
+ data.tar.gz: 9348d26af73d194b4176be16be50c55963cc0d2cca9d544189e1ddf17d014486c96eed30c92c4c6b340f805836382f499876a6998708f7a957debf970ab6ffec
@@ -3,7 +3,7 @@
3
3
  class Marathon::App < Marathon::Base
4
4
 
5
5
  ACCESSORS = %w[ id args cmd cpus disk env executor instances mem ports requirePorts
6
- storeUris tasksRunning tasksStaged uris user version ]
6
+ storeUris tasksHealthy tasksUnhealthy tasksRunning tasksStaged upgradeStrategy uris user version ]
7
7
 
8
8
  DEFAULTS = {
9
9
  :env => {},
@@ -1,3 +1,3 @@
1
1
  module Marathon
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marathon-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Bechstein