chili_logger 0.0.9 → 0.0.9.1

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: 306bf17fa319bc62bdf7539a4781b5cfaa8024a7db39519486a898c14889edc7
4
- data.tar.gz: 4f08b2b809c4a73aafc9f719f7626b02af7322f67229e96fa641fb5843343dce
3
+ metadata.gz: bcee860ae763961cedf6bd91456a7932a00ca2eae59f276380c2a90dd9479e12
4
+ data.tar.gz: cb5e2cc3075bbda8cba9baa7f29ae05f5f35b79eb3f7a986bc382dcba7052f03
5
5
  SHA512:
6
- metadata.gz: 166b25d76a8d0a6ce589997d7fd1ca08fc41fec49211203a44b83d8620885eb9caa9b4bfacdd5bb4952383b6ea42c0355c0ecc834c10d586ef778ef7cbda9663
7
- data.tar.gz: 1379c6f0f052e7e43c42e68193cd2a2b2ba80a13bd1bc2c0865b4cea089be75a8c4e352fea40b6bb1d8f11125a755aa497cc1a43db12ffdcbb6153d7acc689cd
6
+ metadata.gz: 2492803a054170942b232fd1186827ed1b4f635b6a5fc7de7883321be454756b841502afe744112e11b398fd1b27eaf4813fc5d10db12018e22e81d7534da443
7
+ data.tar.gz: f9e3ebd7f7414863fa78ab5affac2b9940fcd40a07a85489afdb3782869d1ce098d373ac861cdb4eed7259aa4b0575331a2f2bdae024953068d0cc9344e835cb
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chili_logger (0.0.9)
4
+ chili_logger (0.0.9.1)
5
5
  aws-sdk (~> 2.9, >= 2.9.0)
6
6
  bunny
7
7
  httparty
Binary file
@@ -64,16 +64,11 @@ class ChiliLogger
64
64
  end
65
65
 
66
66
  def connection_config
67
- # shouldn't try to recover connection,
68
- # it may cause app in production to collapse if reconnection doesn't work or takes too many attempts!!!
69
- recovery_attempts = 0
70
-
71
67
  {
72
68
  user: @user,
73
69
  password: @password,
74
70
  host: @ip,
75
- port: @port,
76
- recovery_attempts: recovery_attempts
71
+ port: @port
77
72
  }
78
73
  end
79
74
 
@@ -1,3 +1,3 @@
1
1
  class ChiliLogger
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.9.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chili_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lucas sandeville
@@ -84,6 +84,7 @@ files:
84
84
  - chili_logger-0.0.6.gem
85
85
  - chili_logger-0.0.7.gem
86
86
  - chili_logger-0.0.8.gem
87
+ - chili_logger-0.0.9.gem
87
88
  - chili_logger.gemspec
88
89
  - lib/brokers/rabbit_broker.rb
89
90
  - lib/brokers/sqs_broker.rb