yalla_auth_ruby_client 3.0.0 → 3.0.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2f923fb449e9461e33ee91707057343e018bf974604e32527a7506084d07487
|
4
|
+
data.tar.gz: 8721a346d1fd2a0ba894838587904dd8d4693915c85fed929600903af6104d70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8707ab477ffc7734e92602a2d5cd2cc1e7590ce97b81f8ae20d6019805698351b4be8f527612d17c72069962e63b6b739a08b13ab761195fd04e666153313aee
|
7
|
+
data.tar.gz: e18b6934a9115d436263eed7ab2b75651d71cc0c2d9dfcbd2806655ab64c980c5da5a4bf8f50210b1d003bfa0f63a8be9296a0a31919a49f72d72abc23a1ab59
|
@@ -3,6 +3,7 @@ require 'rails/railtie'
|
|
3
3
|
require 'yalla_auth_ruby_client/controller_authentication'
|
4
4
|
require 'yalla_auth_ruby_client/api_controller_authentication'
|
5
5
|
require 'yalla_auth_ruby_client/middleware/auth_token_middleware'
|
6
|
+
require 'yalla_auth_ruby_client/middleware/unsigned_auth_token_middleware'
|
6
7
|
|
7
8
|
module YallaAuthRubyClient
|
8
9
|
class Engine < ::Rails::Engine
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yalla_auth_ruby_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yalla auth openapi client
|
@@ -115,8 +115,7 @@ files:
|
|
115
115
|
- spec/models/user_role_add_spec.rb
|
116
116
|
- spec/models/user_spec.rb
|
117
117
|
- spec/spec_helper.rb
|
118
|
-
- yalla_auth_ruby_client-
|
119
|
-
- yalla_auth_ruby_client-2.0.2.gem
|
118
|
+
- yalla_auth_ruby_client-3.0.0.gem
|
120
119
|
- yalla_auth_ruby_client.gemspec
|
121
120
|
homepage: https://matrix.tn
|
122
121
|
licenses:
|
Binary file
|
Binary file
|