hola_soda 0.1.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.rb +5 -0
  3. metadata +40 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1c7c8805a1018421e654856a73aa0a8d97cfe972b7b653e4c57f5193398ba84f
4
+ data.tar.gz: dcaf56fd0c08802babff8cfb870ea2ef7eb201e9ce20118efc2374547ad48ef4
5
+ SHA512:
6
+ metadata.gz: 49b04467f124564eaf1682a1021b78fce0fc6d79400a5c1768d0bb46602f782b399ae0323074acde29a0b3c567f70e6d1e0b3e47847bc20234e5b230372eb37e
7
+ data.tar.gz: 88a35d34678af300e651527af775c70fa4687cac13437c64e3f0aa2900909703bdfed5ae853aa900424ada586499a2f05738d44611647fc44d8b5aa206e13db0
data/lib/hola.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Hola
2
+ def self.hi
3
+ puts 'Hello world!'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hola_soda
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Soda
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2024-11-05 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: A simple hello world gem
13
+ email: demo@example.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/hola.rb
19
+ homepage: https://github.com/soda92/hola_soda
20
+ licenses:
21
+ - AGPL-3.0-only
22
+ metadata: {}
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '3.0'
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 3.6.0.dev
38
+ specification_version: 4
39
+ summary: hola!
40
+ test_files: []