explora 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/explora.rb +9 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 434eeb9f03705ef2b7f19a602a1c27b5e74cb95eb96d241b311826c662aa7b6e
4
+ data.tar.gz: 184cb23f92df479373d1bcf851a8ea62c997bec81295cf6ce33e4e6c2737aea2
5
+ SHA512:
6
+ metadata.gz: ba08285abc2d92ac5e6d52d2914e3c4357cb07889252a80bda5b083b017a487cb189fc3adb75b7fe07e674345b2568cf7860f5088c2039130946404bc4cd3eaa
7
+ data.tar.gz: 6623965703934f60cb6b399f2e0c0974df7b7a62192f964dc7ca71d21830386a9f099eac214e995f3e94ca64802b68956fe08f89cd1767eb8d497d4a7f115967
data/lib/explora.rb ADDED
@@ -0,0 +1,9 @@
1
+ class Explora
2
+
3
+ def self.hi
4
+
5
+ puts "Hello world from Exlora!"
6
+
7
+ end
8
+
9
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: explora
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Diego Carrera
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-04-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: diegocarrera2000@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/explora.rb
20
+ homepage: https://rubygems.org/gems/explora
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.0.8
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Hola!
43
+ test_files: []