coralogix_logger 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/constants.rb +2 -2
  3. data/lib/manager.rb +1 -3
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d79ae660063e583a61b3a6033f9cc28e247d85bb
4
- data.tar.gz: 47599e3e7f0d052839223b54d55df4987180ab2c
3
+ metadata.gz: e60b8c1e2c902bfa36b495e761951d592e865c97
4
+ data.tar.gz: 1236cf8c35b2a0a0095e1496e3f268437ff53690
5
5
  SHA512:
6
- metadata.gz: 3b1bf87bed18fffbb29a03ecfeacf46c358c24d9e64e3a9e71e0dda9bfb05fca639216d0497be9543d35dc3589ac52442faa5b3fce5f4f7e2d0e5035ff3370f2
7
- data.tar.gz: e42f79bd33f8229e6fc4c17c9f7071f1f12124fad23f403d2568ad5ebd660ff4a5e81e6492edb74e7823c6856bcce7456fd7d211a369f882d7e1992401b55486
6
+ metadata.gz: 106bdc955c476389fb43295268a05c1ab83dba9b91b4dfd94f119b4591c90d9f93440b531995424b4caa5573d92f804acca4ed2d6493a29a143cffc5a1bf3633
7
+ data.tar.gz: f62657c51acbc4d0fa6cab068f24f87f60a906fb7eec2525cd3fced40bc47c031c7e7f59c7b246a3d8049672986951d5ad163d633bc7d822474be5196282d609
data/lib/constants.rb CHANGED
@@ -27,10 +27,10 @@ module Coralogix
27
27
 
28
28
 
29
29
  #Coralogix logs url
30
- CORALOGIX_LOG_URL = "https://api.coralogix.com:443/api/v1/logs"
30
+ CORALOGIX_LOG_URL = "https://test.coralogix.com:443/api/v1/logs"
31
31
 
32
32
  #Coralogix time delat url
33
- CORALOGIX_TIME_DELTA_URL = "https://api.coralogix.com:443/sdk/v1/time"
33
+ CORALOGIX_TIME_DELTA_URL = "https://test.coralogix.com:443/sdk/v1/time"
34
34
 
35
35
  #Default private key
36
36
  FAILED_PRIVATE_KEY = "9626c7dd-8174-5015-a3fe-5572e042b6d9"
data/lib/manager.rb CHANGED
@@ -1,9 +1,7 @@
1
- #require 'net/http'
2
- #require 'json'
3
1
  require_relative 'httpsender'
4
2
  require_relative 'constants'
5
3
  require_relative 'debug_logger'
6
- #require "benchmark"
4
+ require 'date'
7
5
 
8
6
  module Coralogix
9
7
  # @private
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.5
4
+ version: 0.0.6
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.4.8
44
+ rubygems_version: 2.5.1
45
45
  signing_key:
46
46
  specification_version: 4
47
47
  summary: Coralogix Ruby Logger SDK