marathon_client 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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NDQzMDRhM2E2NzRmNjUyN2Y0OTNmNzgxZjE4NzcyMDRlOTM5NjFkNQ==
5
- data.tar.gz: !binary |-
6
- OGUzMTIyZTZjMmQxZDkxMGFjMmE3YWQ5YmE5ZWRmMzY4Zjg5ZjQzNw==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- M2ZiYjBlZGRkMmIwNTg5OWZiZDRkYTM4NjI0ZDY2NmZhZmY0MzA5Mzg3NWQ2
10
- NjVlMTIyYzY3ZDVmNjczNDcyZDQ2ZDliMmZhMDdkYmNlYWRmZTBkYmY0Mjg4
11
- MDcyMTY5NzBhYmRjN2I5ODNmZjU5NmVkYjUzNWQzMzdjMjNkZmM=
12
- data.tar.gz: !binary |-
13
- YTNmZWIzMTkxOTk3OGQzZjA1MzBhMDdiMzI3MDdmYjI0NzYzZGYwMmZmYWYz
14
- Mzk3M2NmMTI1NWYzMzNhYmNlZjZiZWQwNzg0ZjFkZGM3ZjgxMzBiZTk0ZGVh
15
- Y2MxN2U0MDM0MWMzYWNmY2EzNjFjYTJjNDA0ZWMyZmFmYTFlMjg=
2
+ SHA1:
3
+ metadata.gz: 8e3ce7f792cc1d545d80d1eae6b63bbe3b594757
4
+ data.tar.gz: 757b9d326e0288acf345cd02aa5f3485b94215ef
5
+ SHA512:
6
+ metadata.gz: 0ff42e2baa6b5f338afc5dec6eaf13c16f70980f0ad48b4fc24f54309baad3ccecbcca5d3b4a9081b7dfda833f4ef87b6528ba99e749c345220375d56cf0de4c
7
+ data.tar.gz: f3c4553819c9484c08140c0ec0e86e698aff9cbb4bf979e23b56f58e2c53ea7490bee7a01aa4e0b2de704b72926f18824bf42d98aae83ceb4ab212bf0aabf7db
@@ -5,6 +5,7 @@ module Marathon
5
5
  headers 'Content-Type' => 'application/json'
6
6
  query_string_normalizer proc { |query| MultiJson.dump(query) }
7
7
  maintain_method_across_redirects
8
+ default_timeout 5
8
9
 
9
10
 
10
11
  def initialize(host = nil)
@@ -1,3 +1,3 @@
1
1
  module Marathon
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marathon_client
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
  - Tobi Knaup
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-02 00:00:00.000000000 Z
11
+ date: 2013-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: slop
@@ -56,14 +56,14 @@ dependencies:
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: Command line client for the Marathon scheduler. Marathon is a Mesos scheduler
@@ -96,12 +96,12 @@ require_paths:
96
96
  - lib
97
97
  required_ruby_version: !ruby/object:Gem::Requirement
98
98
  requirements:
99
- - - ! '>='
99
+ - - '>='
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  requirements:
104
- - - ! '>='
104
+ - - '>='
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  requirements: []