yoginth 0.0.55

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/yoginth.rb +2 -0
  3. metadata +39 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d72aaa6463df5a6ba7c7ca7e74541a7e8980f2315805ca0634ece21cc2a9fc5e
4
+ data.tar.gz: fdaf857e7093612ce0ccdabf3e2f65a66131bcc3177843db3e6cf55cff8d2b03
5
+ SHA512:
6
+ metadata.gz: 625f2f15e2ecba9582d517e249655ff27493f886e7be14caac5f2d140028ee2969646be8e355fea333c71917b985e0edfbd8fd8e5dff2ceb9c95ab15c63bb837
7
+ data.tar.gz: 53fea54bba96946dfb6e5511f6fd0abed9b65eec835583b72bf48752a06c79aa0db3e08ae2184677617248478be05e74231ca30dc04bd22d4a6ef0896e646f6e
data/lib/yoginth.rb ADDED
@@ -0,0 +1,2 @@
1
+ module Yoginth
2
+ end
metadata ADDED
@@ -0,0 +1,39 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: yoginth
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.55
5
+ platform: ruby
6
+ authors:
7
+ - Felipe Mesquita
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ email: felipemesquita@hey.com
13
+ executables: []
14
+ extensions: []
15
+ extra_rdoc_files: []
16
+ files:
17
+ - lib/yoginth.rb
18
+ homepage: https://github.com/felipedmesquita/yoginth
19
+ licenses:
20
+ - MIT
21
+ metadata: {}
22
+ rdoc_options: []
23
+ require_paths:
24
+ - lib
25
+ required_ruby_version: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '2.7'
30
+ required_rubygems_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ requirements: []
36
+ rubygems_version: 3.6.9
37
+ specification_version: 4
38
+ summary: A test to check if rubygems misatributes downloads to my user.
39
+ test_files: []