wafris 0.8.4 → 0.8.5

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: e59021c91ef33a5cb03b5071a0f3587b5cd9fa7431bb40b6ab3d3280c2eee3f7
4
- data.tar.gz: de5e1e736eae978491dc024b00acc430163181ff0f4cb2eb3b36a06d5b6b044a
3
+ metadata.gz: 66b7b15717346a4c6cef883d8615d539cfe9a7a9aca15b1f430b11faf510f378
4
+ data.tar.gz: be84cc1b2adea93af908914942d798ec56406dfbeff5caf063cf2d088b8e1299
5
5
  SHA512:
6
- metadata.gz: cd1201aa1f654b85c818e2dbe466a70f81f47411a910b7abb5cd3f063a49004103f9f5db8f9a5c899e22c4342dcf55542039c2095e4106cca2a4d44aa4078cca
7
- data.tar.gz: 9cd99f5e73bc90032ab7a65efeb33829ae6f7e7d75bfc1b4d9f946a1384a38b64c7cf268368296cf0ab4734429ef4a9fe64d807cd19ec0fd46e5e4129a344f10
6
+ metadata.gz: b43cc330f0729a0ce0a74a77670819a474b2f28b11fcd8c45ea4ac30531aff0158fae6e468810666403ec90966444f1fe3f604f501fd173cc2ede8d509f38c53
7
+ data.tar.gz: 6649a022d4213ca7ad57858aed9a33b9860a7a51b9387b4129d12fc349546ac1ab108ff969e3d9a07c70031104816017ec07f71b3854b2d5c216b74fe06944f2
@@ -11,6 +11,8 @@ module Wafris
11
11
  ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE }
12
12
  )
13
13
  @redis_pool_size = 20
14
+
15
+ set_version if ENV['REDIS_URL']
14
16
  end
15
17
 
16
18
  def connection_pool
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wafris
4
- VERSION = "0.8.4"
4
+ VERSION = "0.8.5"
5
5
  end
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: 0.8.4
4
+ version: 0.8.5
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-06-21 00:00:00.000000000 Z
12
+ date: 2023-06-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: connection_pool
@@ -199,7 +199,11 @@ homepage:
199
199
  licenses:
200
200
  - Elastic-2.0
201
201
  metadata: {}
202
- post_install_message:
202
+ post_install_message: |2
203
+ Thank you for installing the wafris gem. Please note that this is
204
+ BETA software. We may ask that you clear your redis instance but
205
+ will do our best to help migrate any block or allow rules that
206
+ you have created.
203
207
  rdoc_options: []
204
208
  require_paths:
205
209
  - lib