brazilian_helpers 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/brazilian_helpers.rb +7 -0
  3. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4b422f3e02f954bf202e1149cae6b72b7d01b294df7c40456a7bd208d58ce6d3
4
+ data.tar.gz: 9d4c2b46a7cbd0199b76990c5f76dbe9d1e06dc5cfc3f6f5b96bdbad2644d855
5
+ SHA512:
6
+ metadata.gz: ec1b9ab180d1213b39966a6c5a1d9e192154073fa58992890504f6bbbf6b616f709d848f36962e2ec8977c759b8df3e330491fed82b7e821aaec3c5359985025
7
+ data.tar.gz: c5e249fcbc9e1708692db5240b84eb0708e6dd717c3b466e18f30b6a16d4d7ba7d2c3b0197a7f9543ef9a61398fb0eee3e963f053b22575b8e22b3d9cde7a47e
@@ -0,0 +1,7 @@
1
+ module BrazilianHelpers
2
+ class WhoIs
3
+ def self.awesome?
4
+ puts "YOU ARE AWESOME!!"
5
+ end
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: brazilian_helpers
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Felipe Braido
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-03-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: fvbraido@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/brazilian_helpers.rb
20
+ homepage: https://rubygems.org/gems/brazilian_helpers
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ source_code_uri: https://github.com/fvbraido/brazilian_helpers
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: '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.0.4
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: brazilian_helpers has many contants and functions useful for using in brazilian
44
+ applications
45
+ test_files: []