openauth-sinatra 0.7.0 → 0.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e122ad805e677d8722b942b19c0cde760f623965ea6a1a743482aae8a025903e
4
- data.tar.gz: ace0093fc798e3870a9d10b1b4aa45788258dfe4130be54f1df66dc10a87bf98
3
+ metadata.gz: 40e027b0518c762f47abcecb93a3ffbc51a637c450901e97cc332044c3c5b4bf
4
+ data.tar.gz: 87100a89b77a9bbaeeffdc8bf8a105b2acf5053365908c031cc39f11fcf75f81
5
5
  SHA512:
6
- metadata.gz: e32dbc6d3693cad115dcb22166eb3ff1e672e03fb566bc0bda0b41272d106216e08ed92aa67175978140ff0947f15aa6531857e94ac6b6a0472736b9bfeb47d1
7
- data.tar.gz: e4cc17d1a6d2913ad6adc6e6e43f4763f7f725c2b12919feec22a5c8dcee28b1756ea00d95025208958f53489c975f89ecc185eed920452a442a9706f115fd5a
6
+ metadata.gz: ca1b5e2d38c675e80e2e5d55bc82fdb9f85344945ca7369fa20c199563418e959a130396f0a05cbf198336807fdfd2aeaaa6085662a63f89572eca6478a9ac1d
7
+ data.tar.gz: 140d4d68e0f957275da96ea0685234b8acd0643ae3cf6dc938922b0f7c5f5808f1a164042cb002095843097cab05005dbc4c42222bf43fff0cf85de072d51334
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.10.0
4
+
5
+ - Alias package updated to depend on `better_auth-sinatra` 0.10.0.
6
+
3
7
  ## 0.7.0
4
8
 
5
9
  - Initial alias package for `better_auth-sinatra`.
@@ -5,4 +5,5 @@ require "better_auth/sinatra"
5
5
 
6
6
  module OpenAuth
7
7
  Sinatra = BetterAuth::Sinatra unless const_defined?(:Sinatra, false)
8
+ alias_better_auth_constants!
8
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openauth-sinatra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Sala
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 0.7.0
18
+ version: 0.10.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 0.7.0
25
+ version: 0.10.0
26
26
  description: OpenAuth Sinatra alias package that installs better_auth-sinatra.
27
27
  email:
28
28
  - sebastian.sala.tech@gmail.com
@@ -38,8 +38,8 @@ licenses:
38
38
  - MIT
39
39
  metadata:
40
40
  homepage_uri: https://better-auth-rb.vercel.app/
41
- source_code_uri: https://github.com/sebasxsala/better-auth
42
- bug_tracker_uri: https://github.com/sebasxsala/better-auth/issues
41
+ source_code_uri: https://github.com/sebasxsala/better-auth-rb
42
+ bug_tracker_uri: https://github.com/sebasxsala/better-auth-rb/issues
43
43
  rdoc_options: []
44
44
  require_paths:
45
45
  - lib