hola_sha 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/hola_sha.rb +5 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9e138996abe11c15fcf7bc0980d180fde125c0449cf0a4dac6438e06450b7bc9
4
+ data.tar.gz: 56479f3fe8b1ff4570eb6d7f70cdafd1e7fd6b9f6a30ccf931d3448413cf4142
5
+ SHA512:
6
+ metadata.gz: 89022ef37e28a170525beb0a425330285ad8ac530d82d31add86b718e9cb2204aa3cdea9bad744435c1141cdd61cd033a0db070933a224ccfae444164e25ca21
7
+ data.tar.gz: 1c6bc6d4a261ad28b2de92e804f6bf0cc65145c8798561b07fd5f20c375564488b9d04021e58df8022c1c849d2c05f99342ff4fa2b3d86beb8ffa05878bd7d72
data/lib/hola_sha.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Hola_Sha
2
+ def self.hi
3
+ puts "Hello"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hola_sha
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Big Sha
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-07-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello wold gem example
14
+ email: bigshacodes@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/hola_sha.rb
20
+ homepage: https://rubygems.org/gems/hola_sha
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.4.13
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Hola, Sha!
43
+ test_files: []