matias 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/matias.rb +8 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c2b9876513244a3e83c20a9b91fdce75b69062a4c22b9caed8a5545e5caa84f2
4
+ data.tar.gz: 0245f24b2731b37e3da9a7109b068dac387e2817ee49fd323e348f6989dbff2d
5
+ SHA512:
6
+ metadata.gz: de144f3b511ef690fbab85bdd45c58de2fae61093236f93598255265789b5320a7fed341b1235f95ac9b17ee327e895c132828bcb3d6aafc8e0991e4baceaa32
7
+ data.tar.gz: 9a50af63c8e531ff3522eb01a614e6febe4d781f11951f41b49164e3b65749dd51e4eb7996cafe449780cf758f8ec88e6a801a98215b44ae9e693dad04c73ad0
data/lib/matias.rb ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ class Matias
4
+ VERSION = "0.1.0"
5
+ def self.is
6
+ 'Awesome!'
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: matias
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Matias Asis
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-11-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - matiasis.90@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/matias.rb
21
+ homepage: https://github.com/matiasasis/matias
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 2.6.0
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.5.23
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: This is matias first gem
44
+ test_files: []