testa_logger 0.1.29 → 0.1.30

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 875c2a9205b670975079f18eebf122761c3ae0f05959be46b5a5c76359f180b7
4
- data.tar.gz: d7ab818d058a6ad6f8731b48ae4a5545f8e460bb77bb8d8b72228504675b68e7
3
+ metadata.gz: b4120173807ff19d4c5c339c41e05081c58cda382a97b4b826137405946dd460
4
+ data.tar.gz: b4ff44a72f61c862be0a54fe18b0e94b962b9524b6b2abd51af076869351f4a4
5
5
  SHA512:
6
- metadata.gz: 99b9f8868211d1ab82dd903c825b6ab2c391a1f686b3598c128431e518eb29990500ab38c9301a84714449494f2478ff082526b36490e9fc08ca758df989c645
7
- data.tar.gz: d354a0844f9338ff6d5aec8fbf8735887db7811b9d3cd8b8fe83f046ac596016451224e8bdc91bfbcc1bc6fa8ffd2148dd6e4390406e5650fa2c6c2fbd66f4c4
6
+ metadata.gz: c2cd2f905a99d3c2155f15ee6a8c3bc3db3c74f3dff0a7a77d62b066d2b83ffc76a2828a3661217287be40cb6177d39903bc993db3c1162aede757bab673490a
7
+ data.tar.gz: b22fb4a702607be84748a771bce82030a742c8dfca09967dc324aa900b8bafefb1a0b30d9edac99215e37d0aebb8a2ceb7a01ba7dd586ba7f3dcff4ede510c87
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- testa_logger (0.1.29)
4
+ testa_logger (0.1.30)
5
5
  activesupport
6
6
  awesome_print
7
7
  aws-sdk-s3
@@ -20,8 +20,8 @@ GEM
20
20
  ast (2.4.2)
21
21
  awesome_print (1.9.2)
22
22
  aws-eventstream (1.2.0)
23
- aws-partitions (1.624.0)
24
- aws-sdk-core (3.137.0)
23
+ aws-partitions (1.626.0)
24
+ aws-sdk-core (3.141.0)
25
25
  aws-eventstream (~> 1, >= 1.0.2)
26
26
  aws-partitions (~> 1, >= 1.525.0)
27
27
  aws-sigv4 (~> 1.1)
@@ -12,6 +12,7 @@ module TestaLogger
12
12
  @http = Net::HTTP.new(@uri.host, @uri.port)
13
13
  @http.read_timeout = 10
14
14
  @http.open_timeout = 10
15
+ @http.use_ssl = true if @uri.scheme == "https"
15
16
  @faye_token = faye_token
16
17
  @channel = "/logs/live/#{logger.app}/#{logger.group}"
17
18
  @channel += "/#{logger.subgroup}" unless logger.subgroup.nil?
@@ -1,3 +1,3 @@
1
1
  module TestaLogger
2
- VERSION = "0.1.29"
2
+ VERSION = "0.1.30"
3
3
  end
data/logger.iml CHANGED
@@ -11,8 +11,8 @@
11
11
  <orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, RVM: ruby-2.7.6) [gem]" level="application" />
12
12
  <orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.9.2, RVM: ruby-2.7.6) [gem]" level="application" />
13
13
  <orderEntry type="library" scope="PROVIDED" name="aws-eventstream (v1.2.0, RVM: ruby-2.7.6) [gem]" level="application" />
14
- <orderEntry type="library" scope="PROVIDED" name="aws-partitions (v1.620.0, RVM: ruby-2.7.6) [gem]" level="application" />
15
- <orderEntry type="library" scope="PROVIDED" name="aws-sdk-core (v3.132.0, RVM: ruby-2.7.6) [gem]" level="application" />
14
+ <orderEntry type="library" scope="PROVIDED" name="aws-partitions (v1.624.0, RVM: ruby-2.7.6) [gem]" level="application" />
15
+ <orderEntry type="library" scope="PROVIDED" name="aws-sdk-core (v3.137.0, RVM: ruby-2.7.6) [gem]" level="application" />
16
16
  <orderEntry type="library" scope="PROVIDED" name="aws-sdk-kms (v1.58.0, RVM: ruby-2.7.6) [gem]" level="application" />
17
17
  <orderEntry type="library" scope="PROVIDED" name="aws-sdk-s3 (v1.114.0, RVM: ruby-2.7.6) [gem]" level="application" />
18
18
  <orderEntry type="library" scope="PROVIDED" name="aws-sigv4 (v1.5.1, RVM: ruby-2.7.6) [gem]" level="application" />
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testa_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.29
4
+ version: 0.1.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - karlo.razumovic