auth3 1.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/auth3.rb +0 -0
  3. metadata +48 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b83589866cd8f7856e5d2258f90d40663cd2a8bda315a2ec1df434979a9957a9
4
+ data.tar.gz: 677d4bc66f62c8306e2833f59d94be3ed33deda3eec4cf260011bed89193b85d
5
+ SHA512:
6
+ metadata.gz: b7af1c04573bb53006435908f1f23734dcb3fe7e7b5e044caf174563dce2fecaf50cca4bcb19b2cf371cd542b8d836caf3a2642540d0982a79a82f9cd9966a6f
7
+ data.tar.gz: 737806e60d89091a192105555756bfe4b9cf3d58fcfc48219d88a146ef43d9f03f66ab4af9677835601aeca5f3f88227c6cc5f1613f6d3a37c45d5a6944ba327
data/lib/auth3.rb ADDED
File without changes
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: auth3
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Auth3
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-04-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Do not import this in your code, check "auth3_sdk" instead.
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/auth3.rb
20
+ homepage: https://auth3.dev/
21
+ licenses:
22
+ - Apache-2.0
23
+ metadata:
24
+ bug_tracker_uri: https://github.com/auth3-dev/ruby-sdk/issues
25
+ documentation_uri: https://docs.auth3.dev/apis/identity-platform/administrative
26
+ homepage_uri: https://auth3.dev/
27
+ source_code_uri: https://github.com/auth3-dev/ruby-sdk
28
+ wiki_uri: https://docs.auth3.dev
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: 2.5.0
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubygems_version: 3.3.7
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Meta package for https://auth3.dev/, check "auth3_sdk"
48
+ test_files: []