holita 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/holita.rb +7 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d8d689aed3abb1ea6307bd372ff866140bb4d1a868c60a854539d0253fc6ca38
4
+ data.tar.gz: da7d8d3f65990649147638f959c4f782d0e5c72513e91537a3f16006e5662f3a
5
+ SHA512:
6
+ metadata.gz: 51885fc9a2cbf0504fb21758f04fadbe9efb17b6768c3d2484cc386f12c8d79c57e3b05b41ffee1d278245635d2163f505bde7a4b0863f7302f7c68efb21781c
7
+ data.tar.gz: 7b82687890b72bce5db20fd540c3a266ac6e168f536ddb30761beee22de1c43c91030991c7060edd45d115eb666c50523b6ebade815639d9bf02d550c6c9cd77
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class Holita
4
+ def self.hi
5
+ puts 'Holita mundo!'
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: holita
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Nelson Uribe
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Gema para post de rubyvania
14
+ email: nelson-u@outlook.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/holita.rb
20
+ homepage: https://rubygems.org/gems/holita
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
+ rubyforge_project:
40
+ rubygems_version: 2.7.6.2
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Holita!
44
+ test_files: []