manticore 0.5.2-java → 0.5.3-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/manticore/client.rb +2 -2
- data/lib/manticore/version.rb +1 -1
- metadata +12 -12
- metadata.gz.sig +1 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce9ff3f2e0cbcfbf063b0d336dd4a8d686c440a0
|
4
|
+
data.tar.gz: d32fd7d9c65b4dc04b3b587cbdcd9620ad8ccf38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4576e022aad9f9a9f44d7eb6f19f0497ecce5d6327edf6c979c09f9d11b627f46645949a29b1b359c8f91d804194339868f2d46d0657b09d65843471585536c
|
7
|
+
data.tar.gz: 5dd8570bf15e2fa83f0c8c20aeeca149da695179c1307a041f38e047976690c718820e153f6b7bff55eb7c7a47c3ae9822992243c546e2ac584271f6efcd74bd
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/manticore/client.rb
CHANGED
@@ -136,7 +136,7 @@ module Manticore
|
|
136
136
|
# on GET, HEAD, PUT, DELETE, OPTIONS, and TRACE
|
137
137
|
# @option options [boolean] expect_continue (false) Enable support for HTTP 100
|
138
138
|
# @option options [boolean] stale_check (false) Enable support for stale connection checking. Adds overhead.
|
139
|
-
# @option options [integer] check_connection_timeout (
|
139
|
+
# @option options [integer] check_connection_timeout (2_000) Connections that haven't been used in this many milliseconds will be validated before being used. Set to a negative number to disable.
|
140
140
|
# @option options [String] proxy Proxy host in form: http://proxy.org:1234
|
141
141
|
# @option options [Hash] proxy Proxy host in form: {host: 'proxy.org'[, port: 80[, scheme: 'http'[, user: 'username@host', password: 'password']]]}
|
142
142
|
# @option options [Hash] proxy Proxy host in form: {url: 'http://proxy.org:1234'[, user: 'username@host', password: 'password']]]}
|
@@ -370,7 +370,7 @@ module Manticore
|
|
370
370
|
@pool ||= begin
|
371
371
|
@max_pool_size = options.fetch(:pool_max, DEFAULT_MAX_POOL_SIZE)
|
372
372
|
pool_builder(options).tap do |cm|
|
373
|
-
cm.set_validate_after_inactivity options.fetch(:check_connection_timeout,
|
373
|
+
cm.set_validate_after_inactivity options.fetch(:check_connection_timeout, 2_000)
|
374
374
|
cm.set_default_max_per_route options.fetch(:pool_max_per_route, @max_pool_size)
|
375
375
|
cm.set_max_total @max_pool_size
|
376
376
|
at_exit { cm.shutdown }
|
data/lib/manticore/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: manticore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Chris Heald
|
@@ -30,12 +30,12 @@ cert_chain:
|
|
30
30
|
cnyabLOcGIKZNxvnSfwOuCBnjgoSOyJi/n48n1s+OPB/OmPJoWmhKu2DO4sUb4+K
|
31
31
|
/3Mhp5UWSl9SmDR1
|
32
32
|
-----END CERTIFICATE-----
|
33
|
-
date:
|
33
|
+
date: 2016-02-23 00:00:00.000000000 Z
|
34
34
|
dependencies:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - ~>
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.3'
|
41
41
|
name: bundler
|
@@ -43,13 +43,13 @@ dependencies:
|
|
43
43
|
type: :development
|
44
44
|
version_requirements: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
|
-
- - ~>
|
46
|
+
- - "~>"
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '1.3'
|
49
49
|
- !ruby/object:Gem::Dependency
|
50
50
|
requirement: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
name: rake
|
@@ -57,13 +57,13 @@ dependencies:
|
|
57
57
|
type: :development
|
58
58
|
version_requirements: !ruby/object:Gem::Requirement
|
59
59
|
requirements:
|
60
|
-
- -
|
60
|
+
- - ">="
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '0'
|
63
63
|
- !ruby/object:Gem::Dependency
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
name: jar-dependencies
|
@@ -71,7 +71,7 @@ dependencies:
|
|
71
71
|
type: :runtime
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
|
-
- -
|
74
|
+
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
description: Manticore is an HTTP client built on the Apache HttpCore components
|
@@ -81,8 +81,8 @@ executables: []
|
|
81
81
|
extensions: []
|
82
82
|
extra_rdoc_files: []
|
83
83
|
files:
|
84
|
-
- .gitignore
|
85
|
-
- .travis.yml
|
84
|
+
- ".gitignore"
|
85
|
+
- ".travis.yml"
|
86
86
|
- APACHE-LICENSE-2.0.txt
|
87
87
|
- CHANGELOG.md
|
88
88
|
- Gemfile
|
@@ -124,12 +124,12 @@ require_paths:
|
|
124
124
|
- lib
|
125
125
|
required_ruby_version: !ruby/object:Gem::Requirement
|
126
126
|
requirements:
|
127
|
-
- -
|
127
|
+
- - ">="
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: '0'
|
130
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
131
131
|
requirements:
|
132
|
-
- -
|
132
|
+
- - ">="
|
133
133
|
- !ruby/object:Gem::Version
|
134
134
|
version: '0'
|
135
135
|
requirements:
|
metadata.gz.sig
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
|
2
|
-
���B��:��g���4��'���*�?'Q����6�r�m��H~5�]��G*z*���*��(�ux�1{�PݱIɲ'���0��ku�<��a|�M�u�Y<3א)��k�!>��6"+6R��Ԧ�@D"�o�o:��X�/J����7�@��h����X|�:�d�����]j�d�wݬ_.&?Mj�FX�Ნ*�!���Ck�a#�*u�P���6����X������w�q�Vs
|
1
|
+
q[d�J�M,�������:�=X�2E6
|