rodauth-rails 2.2.1 → 2.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: 6ff5f59365d2d0268c0508d9e2d29a47f872746d65c7114d287b753ef36a1cbe
4
- data.tar.gz: 1a6b7ed15c17b5c4e91ab73b0efb191bca57b027b14ab1fde43dc7af8c83aa2a
3
+ metadata.gz: cdc58b295a3bfe903d3b1f964a6f69ab6c407e798b237017d75a2a37556666b1
4
+ data.tar.gz: ce57a3dfcb02692b2c7e3b1257c74fc511097ab949913cc1447a7768e53635f3
5
5
  SHA512:
6
- metadata.gz: b35dce74ceed469ed3015931d026313ed34900ad6d726308f1c80efad6dcf4c3da2fc91024eafcdb3b38b44dd7d23f2e4b7639c7e77411f54aa6c4b5d3f10e7d
7
- data.tar.gz: b3669e57b2f863c6ef0771fe9c157f9b4a19fa8840ed8001e06338017a156b896422702079a18795b06c3ea257a736534be1070b3d66f9506d120304318c886c
6
+ metadata.gz: 1e02cb7e4e3a4b206d2daccc16fa5ed390b6e9af4960eba745407483fa3d4b934ca291500e6c99aae35de628686c9704f97f0e24466530d0d2edd91f669441d7
7
+ data.tar.gz: c1cda4cb3be9fdaccea28f1a9b203b3197623f5744b9bfb9a0b806ecde0940adfe838ae4ae49c90f3fbb35821f0605aa0114cb17ec94709c07183e542d69fb6d
@@ -32,7 +32,7 @@ module Rodauth
32
32
  end
33
33
  end
34
34
 
35
- after do
35
+ after do |_res|
36
36
  rails_request.commit_flash
37
37
  end
38
38
 
@@ -1,5 +1,5 @@
1
1
  module Rodauth
2
2
  module Rails
3
- VERSION = "2.2.1"
3
+ VERSION = "2.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rodauth-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janko Marohnić