foobara 0.0.114 → 0.0.115

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: 0a65302dbd9dc22dd5ba53bb011e0f4fab25899634940519e1dbe954ecd7cace
4
- data.tar.gz: bb03693721af1e40ec818209d1f32566e72a9152394055d07b93264ce121cf0f
3
+ metadata.gz: 94baacc7205e4b750c59df65dede92b2c95f15053144ba8d8324c81eb80da770
4
+ data.tar.gz: 696db0d2d875c8f2c40ed9d916019518c3f2ffcc0829015a0333109c83a1e8ef
5
5
  SHA512:
6
- metadata.gz: 3436e3ef29601c86662f913a6ea2d6fd2d6b018e778423703fa0e382b5d19d057425b0e39ddccc0b3273c57a609fff0bd70d02ea776f39ba84563cc171802a97
7
- data.tar.gz: bd83c8e7df911f6e5960e956581c6c2de0a9a4c562b76b2ae2e0ef1e70d278764856361ccfd38340b7e428974ac5b532c52a71f0bbcf898b040b553fe298416b
6
+ metadata.gz: 5b5cd5e50eee5c8f652d24107027eaf9115128742b57f8964010667d0e12da2a5bc1087d87870c507c9bd0cc6016eaa0248e9707d567c96c4193794863bebb6a
7
+ data.tar.gz: 356150abc278d32b253ddc08ed1f4932ac4432a25f9ed4797518191b9a86fc01c06986df8e314aa5a6fc64b44441adc89946a6b6f49daac42d424a73d41e2589
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # [0.0.115] - 2025-05-01
2
+
3
+ - Make sure Authenticator#authenticate hits #applicable?
4
+
1
5
  # [0.0.114] - 2025-05-01
2
6
 
3
7
  - Support choosing among multiple processors
@@ -26,7 +26,7 @@ module Foobara
26
26
  end
27
27
 
28
28
  def authenticate(request)
29
- transform(request)
29
+ process_value!(request)
30
30
  end
31
31
 
32
32
  def to_proc
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.114
4
+ version: 0.0.115
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi