better_auth-stripe 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/stripe/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a59a70c7091b88e1239c863a9a01997955d96920052cb1870b3e11736e48747a
|
|
4
|
+
data.tar.gz: 80b121e46ffaf456532e56b3c41e019f94358f59ed56e5c21356e2da036e6c9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ba47732d4d4ed76aaa44a66792dc9f59d36c45c4155ab6043893cc31ed959424f6c14c4b776ab7fe98586f05fa57f5f61d8a9c6dc831cda73bb137c332598be
|
|
7
|
+
data.tar.gz: 191b1ed528b401dfd94a0626c2f7189d67bf44cfcd079cf183ea0874f33fc64e6abdc9187e87e4adf89c97aeecc32755cf42d8f26c417e7f32c6827b8c7013f6
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: better_auth-stripe
|
|
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
|
|
@@ -100,7 +100,8 @@ dependencies:
|
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
101
|
version: '1.0'
|
|
102
102
|
description: Adds Stripe customer, subscription, checkout, billing portal, and webhook
|
|
103
|
-
routes for Better Auth Ruby.
|
|
103
|
+
routes for Better Auth Ruby. Better Auth Ruby is an independent modern authentication
|
|
104
|
+
framework for Ruby inspired by Better Auth.
|
|
104
105
|
email:
|
|
105
106
|
- sebastian.sala.tech@gmail.com
|
|
106
107
|
executables: []
|