wafris 1.1.8 → 1.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a0e6c74fc87b41648b04cd6c8b5b3937a99205a725205374e2786eab52db828
4
- data.tar.gz: 9244ce816a26e8a59d95e4f2aa0b3fddd976b6cb4bf73a64f669d01d7800ae5b
3
+ metadata.gz: 259b4944d7b5a3db3fc1b29575c871fae0519662db44c54b3558db9910f26d4a
4
+ data.tar.gz: 9a6ba2a54a94551c8aee3f0e14ba03cdf969048b250825126b0af88e867ced5b
5
5
  SHA512:
6
- metadata.gz: 2bf7c0ef6c4c494fe5dacbc84a8e9f4e20dbfed3bead989d2bc73f65f50278e1cc1a3b6f75cecc59e8a69879e6e9e15853175f9dfb1f7c35621a0cbb757919fe
7
- data.tar.gz: eb4e8309a2c67f1abf4fef5634ca36e9ac03198609b454edfffe4081c82d552620a931f3b98f3bc831db5d6f65c56fc81df129276f16c160040e8b3d0ec367c7
6
+ metadata.gz: 9915b54980a670e2c0888f290c9946a67abdbe884241aaeb087b0898710a0f36bb2c3be7ac9569e0c57881e29b07794dcc026cbf6bbf10965be26da14b3a04ba
7
+ data.tar.gz: 6c86c916bead230540c6bb2921c7427a1e07a89f09cc8365a02131514386b351b2fce30a6d8886ab984ca1528140f1fe0d40fa2b838ed86ab7d0060ae63aee0b
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wafris
4
- VERSION = "1.1.8"
4
+ VERSION = "1.1.9"
5
5
  end
data/lib/wafris.rb CHANGED
@@ -23,14 +23,14 @@ module Wafris
23
23
  "[Wafris] attempting firewall connection via Wafris.configure initializer."
24
24
  ) unless configuration.quiet_mode
25
25
  configuration.create_settings
26
- rescue Redis::CannotConnectError
27
- LogSuppressor.puts_log(
28
- "[Wafris] firewall disabled. Cannot connect via Wafris.configure. Please check your configuration settings. More info can be found at: https://github.com/Wafris/wafris-rb"
29
- )
30
26
  rescue ArgumentError
31
27
  LogSuppressor.puts_log(
32
28
  "[Wafris] block is required to configure Wafris. More info can be found at: https://github.com/Wafris/wafris-rb"
33
29
  )
30
+ rescue StandardError => e
31
+ LogSuppressor.puts_log(
32
+ "[Wafris] firewall disabled due to: #{e.message}. Cannot connect via Wafris.configure. Please check your configuration settings. More info can be found at: https://github.com/Wafris/wafris-rb"
33
+ )
34
34
  end
35
35
 
36
36
  def allow_request?(request)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wafris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micahel Buckbee
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-12-04 00:00:00.000000000 Z
12
+ date: 2023-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: connection_pool