coralogix_logger 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/httpsender.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e23ce0d5925c8f1a4a4f5f3e4238c09687854db
4
- data.tar.gz: 95a49711558390181462f92cccd9247f179004cb
3
+ metadata.gz: 8a38fbd3aa398032fdead0c2621e53fed6572373
4
+ data.tar.gz: 6c26e5ea3b6181ed6395836a530df4d89918d6fc
5
5
  SHA512:
6
- metadata.gz: d7f768c2b7d363b1db5f54a2b85be2cb7e7c0793f4cb8d8da4d187a34b30eec6e8a4e7280375b5b0a4f0d543b9e588e15ae15a3039d100ae7a0f5681bda6cdb9
7
- data.tar.gz: 46eb4805a7aa2e70f3da1e6307e0d3720f6418e34fc7a3638217254d002ff9b683e0aeb804a335f4fffa3fab4213da46c5e0ac4cef929b27f6db240df8d48302
6
+ metadata.gz: bfbcc9e4851e16d8840b6180639853a4301200ff87a09dad4c4167b5644f115f46f19fdc8d42f767987b59be52eb9f15dc307c41326669b242bbc6deaafdbfe6
7
+ data.tar.gz: e48fff800f50af9a08033c5b9e3c6b98c656780a16577f907775a1f4d15dbcc5109318dbd972b7ede6e6cfe2889e3a8a13657065a1d4c837a5d32811fb320b54
data/lib/httpsender.rb CHANGED
@@ -33,7 +33,7 @@ module Coralogix
33
33
  @http.keep_alive_timeout = 10
34
34
  @http.verify_mode = OpenSSL::SSL::VERIFY_NONE
35
35
  @http.read_timeout = HTTP_TIMEOUT # seconds
36
-
36
+ @http.open_timeout = HTTP_TIMEOUT # seconds
37
37
  @req = Net::HTTP::Post.new(@uri.path, 'Content-Type' => 'application/json')
38
38
  #@req_get = Net::HTTP::Get.new URI(CORALOGIX_TIME_DELTA_URL)
39
39
  @initialized = true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coralogix_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Royee Goldberg
@@ -31,17 +31,17 @@ require_paths:
31
31
  - lib
32
32
  required_ruby_version: !ruby/object:Gem::Requirement
33
33
  requirements:
34
- - - ">="
34
+ - - '>='
35
35
  - !ruby/object:Gem::Version
36
36
  version: 2.0.0
37
37
  required_rubygems_version: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ">="
39
+ - - '>='
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  requirements: []
43
43
  rubyforge_project:
44
- rubygems_version: 2.5.1
44
+ rubygems_version: 2.4.8
45
45
  signing_key:
46
46
  specification_version: 4
47
47
  summary: Coralogix Ruby Logger SDK