better_auth-hanami 0.7.0 → 0.8.0
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 +4 -4
- data/lib/better_auth/hanami/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38b660cd7b5342ffeb1604a0b1c31ec6b0258016e496f6910764d0c166242edb
|
|
4
|
+
data.tar.gz: b8857da84de1c4d1ca206892aeaf438fd633ee729290074e2e68872930964428
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40d10b9a1922dc8b80c90362c124f4513b98e6cb0cd1895eae17cafb07fa30d5ec6473f19b3ce828ecf3db22181472c20edcbf6d98d888889f2c389c789b3cec
|
|
7
|
+
data.tar.gz: 9c44539d3fbaee60870d67bb2e9fa79ef75b7d3d9cc1cc48cc1979fc256347fe282b29cb24eed9689d1c7850bd728a0b2208fbb7d3d7752d72f21626b9cc8a65
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: better_auth-hanami
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sebastian Sala
|
|
@@ -181,8 +181,9 @@ dependencies:
|
|
|
181
181
|
- - "~>"
|
|
182
182
|
- !ruby/object:Gem::Version
|
|
183
183
|
version: '1.0'
|
|
184
|
-
description: Hanami integration for Better Auth Ruby.
|
|
185
|
-
|
|
184
|
+
description: Hanami integration for Better Auth Ruby. Better Auth Ruby is an independent
|
|
185
|
+
modern authentication framework for Ruby inspired by Better Auth. Provides route
|
|
186
|
+
mounting, ROM/Sequel persistence, migrations, helpers, and generators.
|
|
186
187
|
email:
|
|
187
188
|
- sebastian.sala.tech@gmail.com
|
|
188
189
|
executables: []
|