integration-diff 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Readme.md +1 -1
- data/lib/integration_diff/runner.rb +1 -1
- data/lib/integration_diff/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02c429447679f324211bb8fc6dd8f6b0ededa462
|
4
|
+
data.tar.gz: fa9acec0cc1f55ad7e5b258f9453dc9be7c7cb71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 661bed2fff8991b58d100142a892fb43ce917acf08d5f195e0170cc6f223551f4caccde8cac0c57d693539a1c990608fb1b354dcc8ad4428e95aa198b11fe588
|
7
|
+
data.tar.gz: 8b13946dc473347a79d3af43a46e86a17beedee68279cd48886fa5b447adb4484eaeff7944eaa8f2b4512f0ed9862333d3df7f1a71dc8c481c058f8e766c3d37
|
data/Readme.md
CHANGED
@@ -80,7 +80,7 @@ module IntegrationDiff
|
|
80
80
|
end
|
81
81
|
|
82
82
|
def connection
|
83
|
-
@conn ||= Faraday.new(@base_uri) do |f|
|
83
|
+
@conn ||= Faraday.new(@base_uri, request: { timeout: 120, open_timeout: 120 }) do |f|
|
84
84
|
f.request :basic_auth, IntegrationDiff.api_key, 'X'
|
85
85
|
f.request :multipart
|
86
86
|
f.request :url_encoded
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: integration-diff
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yuva
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|