auth-centric-firewall 0.2.1 → 0.2.2

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: e5c8538fbc698e37eac611357046cccc2cc009ab284655a9208abad1bbaf2904
4
- data.tar.gz: a323717823a9317b159bfc521b7fc5c91d3f2ac6b8ff817e40202b1c5b28ebb0
3
+ metadata.gz: 3ed5d8123b837430dfb0ffe3bd9e5e71e12ccf989830a27146bc68a599ac457a
4
+ data.tar.gz: 27c67ca3e5a06155274d249502b256dd454dbba589bc1a9cb0285e544e57a5d4
5
5
  SHA512:
6
- metadata.gz: 0a989fa666eacddf88c33930a87f89755305b3b95fd3afe7d9dd0353bdec44f9906c18676beb56488db3fccd4cc09d8ce307b36bbdfec7baacce0a3f1b8bd95c
7
- data.tar.gz: 7a205c7ac39abcebc6098abf98b69849fa158c415cbfbe6d0eb9dee52364583c1cd983dce962e137dd4a74fdc4f3d9bdadc3c7b6a688b733a32d5dd7ad803f96
6
+ metadata.gz: 938ac41e242aa305cdbbc7d4aa5f8b9402e9f5a1492e3f55f7491ab6cd04e37225b3a376375ee775046ee57719dabc80d4b2d6439a793ef1119c0fc793d32f13
7
+ data.tar.gz: 14586f49bd491afe2c1acaf34290904656e404ab0288ba3e3b667cdc0630c5d38e444edaa0cee08acfdaf2b80d8c831afe701725e7cd076f7fa168ce779ee347
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Released]
2
2
 
3
+ ## [0.2.2] - 2025-09-13
4
+
5
+ - Ability to change background color of captcha
6
+
3
7
  ## [0.2.0, 0.2.1] - 2025-09-13
4
8
 
5
9
  - Update RBS
@@ -4,10 +4,11 @@ module Auth
4
4
  module Centric
5
5
  module Captcha
6
6
  module Retrieve
7
- def retrieve_captcha
7
+ def retrieve_captcha(background_color: 'gray14')
8
8
  return true unless enabled?
9
9
 
10
10
  payload = {
11
+ background_color:,
11
12
  security_captcha: {
12
13
  ip: @ip_address,
13
14
  session_id: @session_id
@@ -3,7 +3,7 @@
3
3
  module Auth
4
4
  module Centric
5
5
  module Firewall
6
- VERSION = '0.2.1'
6
+ VERSION = '0.2.2'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth-centric-firewall
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saimon Lovell