autheo 0.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/autheo.rb +5 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 80b994c25ddf66589705bf097dddc894cf2ed16c2bc11d0d501dd9e63b14fb50
4
+ data.tar.gz: da415de07aaecfeb7c4e1a60f995dab95a61cf214439983bec5e6283772c3629
5
+ SHA512:
6
+ metadata.gz: 1e0bef3c80863d5ef2999713fbc8c1a1fd984d354a722bfe765278310a6f23a0ed7b204ae4ea59d6a6b0b93ade945f713e1daf0c2fe846a8769f0f13bc4ae8e0
7
+ data.tar.gz: c750c3968c8e3543f3c52cd0676da1e965e30b5195ef89b2bca10ef0094e787a20ecf8dc4550c213fafbbdde8dd83fe698c61428b6f3ed6ac1fae567153c1653
data/lib/autheo.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Autheo
4
+ VERSION = "0.0.0"
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: autheo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Autheo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-03-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Autheo
14
+ email: []
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/autheo.rb
20
+ homepage:
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ rubygems_mfa_required: 'true'
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '2.7'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.3.7
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Autheo
44
+ test_files: []